Fishwaldo / sophgo-sg200x-debian

Debian Image for SG200x based boards such as Milk Duo256/DuoS and Sipeed LicheeRVNano
83 stars 11 forks source link

how to #15

Closed F-Fichter closed 3 months ago

F-Fichter commented 3 months ago

hello,

how i can load up ardunio/freertos images on the small C906 core. ?

have you a link to make this ?

thk

Fishwaldo commented 3 months ago

Copy the elf file to /lib/firmware/ and then echo the file name to /sys/class/remoteproc/remoteproc0/filename. Then echo "start" or "stop" to the state file in that same directory.

MilkV didn't release the source to the program they wrote for the buildroot so it's a manual process here.

F-Fichter commented 3 months ago

hello,

You say elf file, it's my script ? or is the arduino or freertos system ? have you manual for lichee rv nano, i don't find info about this system

thk

Fishwaldo commented 3 months ago

its the output from the compiler after you compile your Ardunio application.