Hi all,
My target is booting the DM648 EVM board througth the Ethernet port.
At current stage, my PC can catch a BOOTP packet from the EVM board, and send tbe second bootloader (UBL) to the EVM. The UBL is able to load the application from flash and the boot process finish.
However, we need to modify the UBL so that it can download the application from the network, but not load it from flash. Since the UBL should be boot to on-chip RAM, that's mean there is size limitation (which is 512kB in DM648 / 256kB in DM647) on the UBL code. I cannot load the whole NDK library to the UBL, is that right?
May I know any hints how to modify the UBL so that it can download the applicaiton code from network?
or if you have any other method to do the Ethernet boot on DM648?
Thank you.
Edmond Ho