On Fri, Oct 11, 2019 at 3:26 PM Ralph Stormer <[email protected]> wrote: > > UPDATE: > > I have successfully loaded the pre-written NH7C .dtbo overlay onto the BBB. > The problem I am now facing is compiling my own overlay, based on the NH7C > for 24-bit color. When I run the dtc command, I always seem to get the error: > Syntax error 5.1-9. FATAL ERROR. > > I know I'm missing something, but haven't come across a solution yet. > > Note: I am doing this offline. I simply want to compile my own overlay, copy > it into /lib/firmware and add the appropriate line within the /boot/uEnv.txt. > > Any commands to fix this issue would be highly appreciated!
Don't use dtc directly, the example files need to be pre-processed with cpp, which the makefile in ./bb.org-overlays/ takes care of. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYi7setWO-5XMcoSTzN4TtLoDRxoYhXQCKW0q3CsDODv2A%40mail.gmail.com.
