SPRADP0 December   2024 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1 , AM263P4 , AM263P4-Q1

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1List of Acronyms
  5. 2Software Setup
  6. 3Hardware Setup
    1. 3.1 AM263x Connections
    2. 3.2 AM263Px Connections
    3. 3.3 Lauterbach® Connections
  7. 4Building MCU_PLUS_SDK Examples
    1. 4.1 CCS Import And Build
    2. 4.2 Command Line Build
  8. 5CMM Scripts
    1. 5.1 AM263x CMM Script
    2. 5.2 AM263Px CMM Script
  9. 6Flashing SBL Null
    1. 6.1 Using UniFlash tool
    2. 6.2 Using Command Line Python Scripts
  10. 7Debugging with Trace32 Software
  11. 8Summary
  12. 9References

Using Command Line Python Scripts

To use the SDK python scripts for flashing, follow the steps below.

  1. Power off the device and switch to UART boot mode.
  2. 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).
  3. python uart_uniflash.py -p COM<your_port_number> --cfg=sbl_prebuilt/<device>/default_sbl_null.cfg.
  4. Confirm the successful flashing and execution of both the steps in the above script.
  5. 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.