Part Number: AM6422
Dear TI Team,
I used to work with NXP processor with eMMC as flash memory. The BOOT image was burned in the eMMC like so
| BOOT0 | BOOT1 | Kernel + FS 0 | Kernel + FS 1 |
when BOOT0 load "Kernel + FS 0", and BOOT1 load "Kernel + FS 1". Using the command "/usr/bin/mmc bootpart enable 1 0 /dev/mmcblk2" (or parameter 2, depend on the active BOOT) from any of the FS I was able to switch on powerup the active BOOT. In this way the firmware update is much safer.
Now, I changed my processor to AM64. I can work in the same manner as described above, exclude the active BOOT change. Does anyone knows how to change the active BOOT from FS?