To use the SDK python scripts for flashing, follow
the steps below.
- Power off the device and switch to UART boot
mode.
- From the following folder:
mcu_plus_sdk/tools/boot run the below commands in the command prompt.
(Check the UART COM Port from the device manager).
- python uart_uniflash.py -p
COM<your_port_number>
--cfg=sbl_prebuilt/<device>/default_sbl_null.cfg.
- Confirm the successful flashing and execution of
both the steps in the above script.
- Power off the device and switch to OSPI/QSPI
Bootmode based on the AM26x device.
For more detailed steps, refer to Flashing applications on AM26x devices.