Template:MCUXPRESSO Yocto Scripts Demo: Difference between revisions
From Variscite Wiki
No edit summary |
(Add DART-MX93 conditional to not display instructions given by the script) |
||
Line 59: | Line 59: | ||
[ 213.444675] remoteproc remoteproc0: remote processor imx-rproc is now up | [ 213.444675] remoteproc remoteproc0: remote processor imx-rproc is now up | ||
If the device tree dedicated to be used with Cortex- | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-MX93 || | ||
If the device tree dedicated to be used with Cortex-M applications is not being currently used, the script will give instructions on how to do so: | |||
Error: /sys/class/remoteproc/remoteproc0 not found. | Error: /sys/class/remoteproc/remoteproc0 not found. | ||
Please enable remoteproc driver. | Please enable remoteproc driver. | ||
Most likely you need to use the correct device tree, for example: | Most likely you need to use the correct device tree, for example: | ||
fw_setenv fdt_file imx8mp-var-dart-dt8mcustomboard-m7.dtb && reboot | fw_setenv fdt_file imx8mp-var-dart-dt8mcustomboard-m7.dtb && reboot | ||
}} | |||
}} | }} | ||
</includeonly> | </includeonly> |