Display MoreHere is the archive with new u-boot + diff file with the changes I made for now.
The u-boot sources are for android 7 from this repository
Write it to the SD card via DD (Description).
Code# Find out the name of the block device lsblk # /dev/sdX, you have to replace sdX with your block device dd if=u-boot.bin.sd.bin of=/dev/sdX conv=fsync,notrunc bs=512 skip=1 seek=1 dd if=u-boot.bin.sd.bin of=/dev/sdX conv=fsync,notrunc bs=1 count=440
If you are using Windows, use Amlogic BootCardMaker.
Attach the uart output
Okay. I daily drive linux, so I'll dd it to the card, should that suffice?
Regarding shorting the EMMC, do we know if there's a standard BGA169 to solder pad mapping?