Skip to content

Latest commit

 

History

History
102 lines (87 loc) · 2.68 KB

README.md

File metadata and controls

102 lines (87 loc) · 2.68 KB

IMXRT1050-EVK

Contents

Information
Environment Set-up
How to program a binary

Information

Please refer NXP Semiconductors homepage.

Environment Set-up

Add USB device rules

This is an optional environment.
But as the device is connected through USB, some operation like programming of binary can't be worked without this configuration.

The dbuild.sh script with the menu option supports the u. USBrule option to add it.

  1. Select the d. Download option after building TizenRT
======================================================
  "Select build Option"
======================================================
  "1. Build with Current Configurations"
  "2. Re-configure"
  "3. Menuconfig"
  "4. Build Clean"
  "5. Build Dist-Clean"
  "6. Build SmartFS Image"
  "d. Download"
  "x. Exit"
======================================================
d
  1. Select the u. USBrule option
==================================================
  "Select download option"
==================================================
  "1. ALL"
  "2. KERNEL"
  "3. APP"
  "4. MICOM"
  "5. WIFI"
  "6. USERFS"
  "8. ERASE KERNEL"
  "9. ERASE APP"
  "10. ERASE MICOM"
  "11. ERASE WIFI"
  "12. ERASE USERFS"
  "13. ERASE ALL"
  "u. USBrule"
  "x. Exit"
==================================================
u

NOTE It requires root permission.

How to program a binary

After building TizenRT, execute below command at $TIZENRT_BASEDIR/os folder.
See [Getting the sources] for how to set TIZENRT_BASEDIR.

After building TizenRT, execute below command at os folder.

By manual commands:

./dbuild.sh download PARTITION

i.e. os$ ./dbuild.sh download ALL
     os$ ./dbuild.sh download kernel wifi

When you command download with unavailable PARTITION name, it shows HELP message with available partition names.

By an interactive tool:

./dbuild.sh menu

======================================================
  "Select build Option"
======================================================
  "1. Build with Current Configurations"
  "2. Re-configure"
  "3. Menuconfig"
  "4. Build Clean"
  "5. Build Dist-Clean"
  "d. Download"
  "x. Exit"
======================================================
d

==================================================
  "Select download option"
==================================================
  "1. ALL"
  "2. OS"
  "x. Exit"
==================================================
1