Talk:ICOU Fatty I
Jump to navigation
Jump to search
Test branch for LCD support in u-boot
https://github.com/ssvb/u-boot-sunxi/commits/20150111-ssd2828-fatty-test
git clone -b 20150111-ssd2828-fatty-test https://github.com/ssvb/u-boot-sunxi.git cd u-boot-sunxi # compile make CROSS_COMPILE=arm-none-linux-gnueabi- ICOU_Fatty_I_defconfig make CROSS_COMPILE=arm-none-linux-gnueabi- -j2 || exit 1 # write to SD card sudo dd if=u-boot-sunxi-with-spl.bin of=/dev/sdX bs=1024 seek=8 sync
The SD card should boot on the device and show something like http://linux-sunxi.org/File:MSI_Primo81_and_LCD_support_in_u-boot.jpg
If this does not work, it may make sense to tweak the last few commit in the branch (disable MISO pin, etc.)