Part Number: AM6548
One of the boot images is the system firmware (SYSFW) image for DMSC subsystem. Which file in the SDK should be used?
Preparing the SD card
1. To boot the target the SD card should be bootable. Follow the steps at Creating bootable SD card in windows or Creating bootable SD card in Linux.
2. To update the SBL with a newer version, copy the sbl image (sbl_mmcsd_img_mcu1_0_release.tiimage) to the SD card. Rename it to tiboot3.bin
3. To update the SYSFW with a newer version, copy the system firmware image (sysfw.bin) to the SD card.
4. Copy the generated application image(*.appimage) to the SD card. Rename it to app
Each of the following three image files in pdk will correspond to each device type, and the file name will need to be renamed to "sysfw.bin".
C:\ti\pdk_am65xx_1_0_7\packages\ti\drv\sciclient\soc\V0
\sysfw.bin -> for GP device (Silicon Revision 1.0)
\sysfw_sr2.bin -> for GP device (Silicon Revision 2.0)
\sysfw-hs-enc.bin -> for HS device
Is my understand correct?
Best regards,
Daisuke