Hi HNO, i downloaded cubieboard img file from this link.
http://dl.linux-sunxi.org/users/hramrach/cubieboard2-linux3.3-SD-card-image/ i flashed this image to sd card. which is working fine. the u-boot log for this image file is : U-Boot SPL 2013.04-07297-gc8f265c-dirty (Jun 23 2013 - 14:31:49) Board: Cubieboard2 DRAM: 1024MB CPU: 960000000Hz, AXI/AHB/APB: 3/2/2 SUNXI SD/MMC: 0 U-Boot 2013.04-07297-gc8f265c-dirty (Jun 23 2013 - 14:31:49) Allwinner Technology CPU: Allwinner A20 (SUN7I) Board: Cubieboard2 I2C: ready DRAM: 1 GiB MMC: SUNXI SD/MMC: 0 In: serial Out: serial Err: serial Net: emac Hit any key to stop autoboot: 0 So i downloaded u-boot source code from this link. https://github.com/linux-sunxi/u-boot-sunxi. i compiled by make CROSS_COMPILE=arm-linux-gnueabi- cubieboard2 which is compiled fine. i got sunxi-spl.bin ,u-boot.bin and u-boot-spl.bin. sudo dd if=sunxi-spl.bin of=/dev/sdc bs=1024 seek=8 sudo dd if=u-boot.bin of=/dev/sdc bs=1024 seek=32. in log i got this error. U-Boot SPL 2014.01-rc1-09136-g25ae46b (Dec 30 2013 - 12:57:50) Board: Cubieboard2 DRAM: 1024 MiB CPU: 960000000Hz, AXI/AHB/APB: 3/2/2 spl: not an uImage at 1600 spl: not an uImage at 80 ### ERROR ### Please RESET the board ### Kindly tell me what will be wrong. Regards Punith -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
