Tool/software: TI-RTOS
Hi,
We develop in TI-RTOS and use the MLO/App boot procedure on icev2 board for testing.
We are developing a product with a custom board similar to the icev2 and we need an ethernet bootloader to update the firmware (the app) through tftp.
The current implementation of the starterware bootloader does not have ethernet. It would be possible to add a tftp functionality? What steps do you recommend?
As the u-boot bootloader has the tftp functionality, it would be possible to use an u-boot (with its 2-stage MLO + u-boot.img) to load a TI-RTOS app binary and run it?
In that case, I have found that the u-boot needs the ports to be in cpsw mode, which is RMII. Our RTOS app works with the PRU in MII mode. Can the u-boot support that configuration? Which steps would be required?
Jordi