Translations of this page:
This is an old revision of the document!
Package | Download | Features |
---|---|---|
cubieboard2_android_SDK_v1.03 | download | 1. Android 4.2.2 (including kernel source code) |
2. It is difficult to maintain too many images with different languages ,wifi chipsets, etc. | ||
3. Release the code, let more people be able to make their own enhancement |
Package | Download | Features |
---|---|---|
cubieboard2_android_SDK_v1.05 | download | 1. Android 4.2.2 (including kernel source code) |
2. Release the code, let more people be able to make their own enhancement |
Package | Download | Features |
---|---|---|
cubieboard2_android_SDK_v1.09 | download | 1. Android 4.2.2 (including kernel source code) |
2.It is the latest source code of cubieboard. | ||
3. Release the code, let more people be able to make their own enhancement |
Refer to the link:Building environment for Android
$ cd lichee/linux-3.4 $ make clean $ cp arch/arm/configs/cubieboard2_config .config (if you want to complie cubietruck, please copy cubietruck_config.) $ cd .. $ ./build.sh -p sun7i_android $ cd ../android42 $ source build/envsetup.sh $ lunch (select sugar-cubieboard2 or sugar-cubietruck) $ extract-bsp $ make -j4
$ pack
The images generated by the SDK are not suitable for every OS platform's Livesuit. Because the binary images (fed_nand.axf) from the SDK are buggy, we must choose a target platform of fed-nand.axf before running the pack command.
Replace lichee/tools/pack/chips/sun7i/eFex/usb/fed_nand.axf with lichee/tools/pack/chips/sun7i/eFex/usb/fed_nand-windows.axf, then run
#remember to source & lunch cubieboard2, so that the "pack" command will work $ pack
Replace lichee/tools/pack/chips/sun7i/eFex/usb/fed_nand.axf with lichee/tools/pack/chips/sun7i/eFex/usb/fed_nand-linux.axf, then run
$ pack
I have not tested it on Mac OS.