Dtc compilation fails - Raspberry Pi Forums


hello, try install mrf24j40 on raspberry without having recompile kernel.

followed guide here https://github.com/riot-makers/wpan-ras ... an-support

when try compile dts file, error
/
error: mrf24j40ma-overlay.dts:2.2-8 syntax error
fatal error: unable parse input tree
correspond second line of file
/plugin/
command line used (i removed -@ not listed parameter neither reconized)
dtc -o dtb -o mrf24j40ma.dtbo mrf24j40ma-overlay.dts

dtc -v
version: dtc 1.4.0

idea how fix ?
use ubuntu mate on rpi 3

thanks

the same error happend code official tutorial of raspberry https://www.raspberrypi.org/documentati ... ce-tree.md

code: select all

// enable i2s interface /dts-v1/; /plugin/;  / {     compatible = "brcm,bcm2708";      fragment@0 {         target = <&i2s>;         __overlay__ {             status = "okay";         };     }; };
/plugin/; still makes error


raspberrypi



Comments

Popular posts from this blog

ffmpeg h264_omx encoder - libomxcore.so missing. - Raspberry Pi Forums

Need simple timer/stopwatch sketch

Help with Missing Filename Error?