Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We recommend you use SSH keys to establish a secure connection between your computer and Embedian Gitlab server. The steps below will walk you through generating an SSH key and then adding the public key to our Gitlab account.

...

"RPMSG String Echo FreeRTOS RTOS API Demo..."

Note

If your u-boot version is v2020.04, the log message will be somewhat different

u-boot$ load mmc 1:1 0x48000000 rpmsg_lite_str_echo_rtos_imxcm4.bin

16828 bytes read in 16 ms (1 MiB/s)
u-boot$ run cpm4mem
u-boot$ run m4boot
Booting M4 from TCM
## Starting auxiliary core stack = 0x20020000, pc = 0x1FFE0355...
u-boot$

Setup SD Card

...

Assuming that you have a working Yocto/Debian/Ubuntu SD card.

...

Copy rpmsg_lite_str_echo_rtos_imxcm4.bin to the first partition of your SD card and add m4_bin=rpmsg_lite_str_echo_rtos_imxcm4.bin at uEnv.txt file. Boot up the device. You will see SER2 print out the following Cortex-M4 messages.

...