結果很小一塊,connector 也是小的,所以有點不方便。
官方的 server 好像有問題,所以沒有git server 可以使用。
目前source 是用 download tar 的方式。
ref: http://coldnew.github.io/blog/2015/wandboard_android_4.4.2/
所以是故意的?
build android from source: https://embeddedandroidsystem.wordpress.com/
$tar xvf wandboard_lp-5.0.2-ga_fullsource_20150630.tar.xz $cd android5/ $source build/envsetup.sh $lunch wandboard-userdebug $make -j4結果 fail:
install: cannot stat ‘bootable/bootloader/uboot-imx/SPL’: No such file or directory install: cannot stat ‘bootable/bootloader/uboot-imx/SPL’: No such file or directory make: *** [out/target/product/wandboard/SPL] Error 1 make: *** Waiting for unfinished jobs....看來是dependency 問題。
用 single thread make 就 OK
--- 其實中途就又用 j10 來 build , 也 OK, 只要確認 uboot 已經 build 過了。
製作開機 sdcard 和 freescale bsp 的作法不同。
ref: http://android.serverbox.ch/?p=899
wandboard 的 root 是 real partition
--- freescale 是 rootfs
wandboard 把 root 和 system 放在同一個 partition
kernel uImage 另外用一個ext2 的 partition
這個好像也不是 wandboard 5.0 bsp 的作法,是該blogger 自己的作法。
沒有留言:
張貼留言