Openblocks AX3にUbuntu 12.10のインストーラ用Linux kernel 3.5.0で起動しようとしたところ途中で止まってしまいました。
- 機種: Openblocks AX3/4
- メモリ: 1GB
- ドライブ: SSD 30GB
- OS: Ubuntu 12.04 armhf
http://ports.ubuntu.com/dists/quantal/main/installer-armhf/current/images/armadaxp/netboot/uImage
http://ports.ubuntu.com/dists/quantal/main/installer-armhf/current/images/armadaxp/netboot/uInitrd
をダウンロードし、tftpサーバに置いておきます。
openblocks> dhcp
openblocks> tftpboot 0x2000000 192.168.111.14:uImage
openblocks> tftpboot 0x1100000 192.168.111.14:uInitrd
openblocks> setenv bootargs "console=ttyS0,115200 earlyprintk=ttyS0 pm_disable"
openblocks> bootm 0x2000000 0x1100000
とすると、Linux kernelが起動します。
[ 195.975809] L0 cache Enabled
[ 195.978763] Speculative Prefetch Disabled
[ 195.982874] Aurora L2 Cache Enabled
[ 195.986603] Support IO coherency.
ここで止まってしまいます。