Tool/software:
I can build whole project for am62a SDK.
Include the file with
1. tiboot3.bin
2. tispl.bin
3. u-boot.img
4. Image
5. dtbs
6. dtb
how i flash this file to evm board though SD card.
Right now: I using below to update the software:
#: sudo cp Image /media/kemeng/rootfs/boot
#: sudo cp tiboot3.bin /media/kemeng/BOOT
#: sudo cp tispl.bin /media/kemeng/BOOT
#: sudo cp u-boot.img /media/kemeng/BOOT
#: sudo cp dtb /media/kemeng/rootfs/boot
How can i flash all file to emmc. Did there tools using for Flash the software? to sd card and emmc
This is not convenient for us to manufacture after the EOL phase.
by the way when i flash the software.