It’s not complex to install docker on ARM64 platform and make it work, but it needs a trick
Read more »Tag Archives: aarch64
ARM64 Centos8 Ubuntu PXE Boot Install
This document will introduce how to setup a centos PXE boot environment on ubuntu 18.04 for install centos8 to your ARM64 machine.
In this document, it uses CentOS 8 version is 8.1.1911, it might also work on later version if you change file name accordingly .
all command in this document we assume you already run with root permission.
ARM64 mfpu=neon-fp-armv8 and unrecognized command line option
又學到一個小知識
原因是因為 -mfpu=neon-fp-armv8 是 arm32 compiler option ARM64 使用 Linux ABI 那邊就規範要支援 Floatpoint 和 ASIMD(也就是 neon 的 64bit 版 )
不要用 -mfpu 指令就可以了
ref.
-mfpu=neon-fp-armv8 and unrecognized command line option
Install Kubernetes on ARM64 Ubuntu 18.04 (with QEMU)
Install Kubernetes on Ubuntu 18.04 is very easy now, but only for x86 platform. If on ARM64 environment, it might have some other problem.
Some old article mentioned a lot of information but software version is too old for deploy a new version software.
After a lot of time to have research, here is instruction for how to install Kubernetes on ARM64 Ubuntu 18.04
Ubuntu 18.04 ARM64 DPDK in VM (QEMU)
DPDK is a very popular infrastructure in high speed packet process domain, some applications will used the same architecture to process packet, like EPC.
For Ubuntu 18.04, it used dpdk 17.11, it not good for some other application like dpdk pktgen, but enough for testpmd and l3fwd test. here is some personal note for setup whole environment.

unsupported configuration: CPU mode ‘host-model’ for aarch64 kvm domain on aarch64 host is not supported by hypervisor
No valid host was found. There are not enough hosts available
OpenStack Horization error message
Read more »
aarch64/ARM64 virt-install 啟動方法
雖然 ubuntu 有好用的 uvttool-libvirt 可以管理 cloud image , 但是似乎在 aarch64/ARM64 的平台上會有問題,
參數傳進去的時候似乎都會叫起來 VGA (cirrus), 但是 QEMU aarch64 上不支援 VGA (至少我用的不支援)
替代方案就是用 Virt Manager
Read more »
近期留言