In this topic we would go through the way to runs lubuntu on cubietruck with nand or nand/sata hdd Get cubietruck and sata HDD (option) Buy  a cubietruck on internet http://goo.gl/VCZNua   Download the lubuntu to nand 1. Get the all necessary resource on cubieboard official website. http://cubieboard.org/model/cb3/ What we need is  1. nand flash download tool […]

Read More →

Below is the layout for sd card booting. Remember to use dd if=spl/sunxi-spl.bin of=/dev/sdX bs=1024 seek=8 ; dd if=u-boot.bin of=/dev/sdX bs=1024 seek=32 to flash spl & u-boot into sd card sector start size  0    0   8KB   Unused, available for partition table etc.  16   8   32KB  Initial SPL loader  80   […]

Read More →