Hi
I have compiled u-boot 2020 for use on a sabresd board. When I deploy the u-boot image to an sd card, and try and boot it, I see no activity on the serial console. I have deployed u-boot-mx6q-sabresd.bin on the same sd card and uboot, does boot correctly.
I have set the baudrate to 115200 which is what was used witht he previous u-boot, specified port 1 for the console and enambled IMX serial port support. I have ensured that the architecture is set to ARM, the target is MX6, and the board chosen is mx6sabresd.
I deployed the u-boot binary with:
sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync
Is there anything else I need to enable in the uboot configuration, and is there any additional boot code that I need to write to the sdcard before u-boot?
Thanks in advance
Andrew