Greetings,
I have followed the instructions in the related post and I'm able to boot my board over Ethernet. What I would really like to do is have this available in the bootloader files for booting from eMMC or if there is perhaps a way to force secondary boot (i.e. RGMII boot mode) by issuing U-Boot environment commands, I think that would also be a viable solution. The only way I have found to get to the Backup Bootmode device is to remove the bootloader files (I assume corrupting them would also). I have tried running "bootcmd_dhcp" and using the tftp command in the u-boot environment but these don't function the same way as when built using the am62ax_evm_r5_ethboot_defconfig (looks like it is sending a BOOTP message to an "arm8", which I haven't found any support/info for booting this way for the AM62A). My custom board uses only the eMMC as a storage/boot device and only has access through Ethernet unless it is disassembled and a special adapter board is connected so having this functionality for failover is highly desirable (along with using U-Boot's netconsole tool).
Is there a known way to use boot over ethernet while having eMMC set as the Primary boot device/media?
Thanks in advanced for the assistance.