#-----------------------------------------------------------------------------# # # # DEFAULT CONFIGURATION FILE TO BE USED WITH THE FLASHWRITER SCRIPT # # # #-----------------------------------------------------------------------------# # # By default this config file, # - points to pre-built flash writer, bootloader for this LP # - The application image points to relative path of the ipc echo application image for this LP # - Make sure this application is built before running this script # - You can customized this config file to point to your own bootloader and/or application images # - You can use --operation=flashverify if you just want to verify the flash contents and not flash the file. # # --flash-writer=./sbl_uart_uniflash.release.tiimage # First point to sbl_uart_uniflash binary, which function's as a server to flash one or more files --flash-writer=./sbl_uart_uniflash.release.hs_fs.tiimage # Now send one or more files to flash or flashverify as needed. The order of sending files does not matter # Program the OSPI PHY tuning attack vector --operation=flash-phy-tuning-data # --file=./sbl_ospi.release.tiimage --operation=flash --flash-offset=0x0 # When sending bootloader make sure to flash at offset 0x0. ROM expects bootloader at offset 0x0 --file=./sbl_ospi.release.hs_fs.tiimage --operation=flash --flash-offset=0x0 #Network Terminal appimage file (cc3xxx_network_terminal.appimage.hs_fs) --file=C:/ti/cc33xx_rtos_mcu_package_R8_1/examples/CC3xx_thick_mac_network_terminal/build_cc3xx_release/cc3xxx_network_terminal.appimage.hs_fs --operation=flash --flash-offset=0x80000 #Wifi FW container (cc33xx_fw.bin) --file=C:/ti/cc33xx_rtos_mcu_package_R8_1/tools/wifi_fw/cc33xx_fw.bin --operation=flash --flash-offset=0x800000 #Wifi RAM Bootloafer container (cc33xx_2nd_loader.bin) --file=C:/ti/cc33xx_rtos_mcu_package_R8_1/tools/wifi_fw/cc33xx_2nd_loader.bin --operation=flash --flash-offset=0x900000 #cc33xx Conf configurations file (cc33xx-conf.bin) --file=C:/ti/cc33xx_rtos_mcu_package_R8_1/tools/wifi_fw/cc33xx-conf.bin --operation=flash --flash-offset=0xa00000