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

Command Line Build

  1. From the top level MCU_PLUS_SDK folder, open a terminal window and using the GNU Make commands, build the application. For example,
    #TO CLEAN
    gmake -sj -C examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/ PROFILE=debug clean
    
    #TO SCRUB
    gmake -sj -C examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/ PROFILE=debug scrub
    
    #TO BUILD
    gmake -sj -C examples/drivers/gpio/gpio_led_blink/am263px-cc/r5fss0-0_nortos/ti-arm-clang/ PROFILE=debug all
    For more details, refer to Building SDK with makefiles.
Note:

To run the above commands for AM263x, replace the device name to use am263x instead of am263px.