04-12-2021, 06:59 AM
(This post was last modified: 04-12-2021, 07:16 AM by ab1jx.
Edit Reason: github issue 48
)
I took that DTC out and installed this one: https://github.com/dgibson/dtc I still get the same error
That's using the dts from https://git.kernel.org/pub/scm/linux/ker...ok-pro.dts I poked around there and found a blob link that got me just plain text so I didn't have to copy off the page and get formatting junk in it.
dtc I used the make NO_PYTHON=1 option on and ended up with these files:
I chewed him out for not having line numbers in his error messages: https://github.com/dgibson/dtc/issues/48
Code:
/usr/local/bin/dtc rk3399-pinebook-pro.dts
Error: rk3399-pinebook-pro.dts:9.1-9 syntax error
FATAL ERROR: Unable to parse input tree
That's using the dts from https://git.kernel.org/pub/scm/linux/ker...ok-pro.dts I poked around there and found a blob link that got me just plain text so I didn't have to copy off the page and get formatting junk in it.
dtc I used the make NO_PYTHON=1 option on and ended up with these files:
Code:
convert-dtsv0
dtc
dtdiff
fdtdump
fdtget
fdtoverlay
fdtput
I chewed him out for not having line numbers in his error messages: https://github.com/dgibson/dtc/issues/48