This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,TI
The development of our TDA4VM has been roughly completed, and we need to consider batch burning. Now we use SD card and u-boot to flash EMMC, but we don't think this is suitable for the production department. Can you give us some advice on flashing emmc?
Regards,
Zhang
Hi Zhang
You can make use of DFU boot mode to burn the images to the emmc
https://www.ti.com/lit/an/spracy5/spracy5.pdf?ts=1703656438569
Regards
Diwakar
Hi,Diwakar
Thinks for your support. We have test DFU boot mode, but the transmission speed of DFU is slow. It takes about 10 minutes to transfer tinyrootfs, so we don't use DFU to burn. Has TI tested how long it takes DFU to transfer a default system? What is the speed of the DFU under normal test conditions?
Regards,
Zhang
Hi Zhang
In dfu boot mode we are getting upto 167KByte/sec
This the best which we can get , there are various factor involved usb driver stack class driver stack and also in DFU only one end point is getting used which is end point 0.
Regards
Diwakar
Hi Zhang
Do you still have issue on this? the best would be to use the DFU only if you dont want to use SD.
Regards
Diwakar
Hi,Diwakar
Thanks for your support.We see that the AM62 uses DFU to burn default system on sdk9.0. The speed is 167KByte/sec? Our systems and applications are upto 3G, if use DFU will take too much time.
Best Regards,
Zhang
Hi Zhang
The other thing which i can think off in boot till linux using NFS boot and then you can copy the rootfs to the emmc by sending the normal linux commands via minicom/Tera Term script
Regards
Diwakar