On Tue, Oct 9, 2018 at 5:58 PM GS <[email protected]> wrote: > > Thanks for the suggestion, Robert. > I have attached the complete output. The relevant section is pasted here: > > uboot_overlays: loading /lib/firmware/MEM.dtbo ... > 418 bytes read in 94 ms (3.9 KiB/s) > failed on fdt_overlay_apply(): FDT_ERR_BADOVERLAY > > Not exactly sure what it means.
it means, error, bad overlay... Which means it didn't do the overlay syntax.. We have lots of examples here: https://github.com/beagleboard/bb.org-overlays/tree/master/src/arm what's your actual overlay dts file look like? You need: /plugin/; fragment@0 {'s target = <&xyz>; or target-path="/"; and __overlay__ { finally built with "-@" 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/CAOCHtYjzX%2BSzn5rqw90W1Y57K87d%3DOn8-vHqSPHWLjWgCs%2BKyA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
