Using the Cortex M4 on IMX7D
Michael Graichen
Hey,
I have just started working on a IMX7D (https://www.kontron.de/products/boards-and-standard-form-factors/smarc/smarc-samx7.html) together with Zephyr I noticed that the Colibri iMX7 Board has support for the Cortex M4. So I've build an example by using: cmake -GNinja -DBOARD=colibri_imx7d_m4 ../samples/basic/blinky and tried to load that on the Cortex M4 echo -n zephyr.elf > /sys/class/remoteproc/remoteproc0/firmware and echo -n start > /sys/class/remoteproc/remoteproc0/state Unfortunatly the start fails because the elf-file has no resource table. I can select TOP ---> Additional libraries ---> [*] coprocessor resource table within menuconfig but the resulting elf-file is still missing the resource table. What am i missing? How can a add a resource table to the elf-file? best regards Michael
|
|