Other Parts Discussed in Thread: UNIFLASH
In current Processor SDK user guide, the uniflash only support UART and JTAG, it should be suitable for small size application. But if for Linux based application with larger filesystem, it should be time consuming.
https://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_board.html#uniflash
My customer use eMMC for booting storage, what is the recommend method to burn on boad eMMC from empty on production line?
BTW, on production line, customer will have computer running their test application, which will run flash burn and other test procedure in their own application, so need to integrate flash burn into their own application, or call flash burn from their application, and get "PASS" or "FAIL" feedback from flash burn to inform application go to next step automatically. if too many step to configure will be too complex for production line workers.