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
idea how fix ?
use ubuntu mate on rpi 3
thanks
followed guide here https://github.com/riot-makers/wpan-ras ... an-support
when try compile dts file, error
correspond second line of file/
error: mrf24j40ma-overlay.dts:2.2-8 syntax error
fatal error: unable parse input tree
command line used (i removed -@ not listed parameter neither reconized)/plugin/
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
/plugin/; still makes error
code: select all
// enable i2s interface /dts-v1/; /plugin/; / { compatible = "brcm,bcm2708"; fragment@0 { target = <&i2s>; __overlay__ { status = "okay"; }; }; };
raspberrypi
Comments
Post a Comment