On Tue, Nov 3, 2015 at 8:05 PM, [email protected] <[email protected]> wrote: > Hi - I’m trying kernel 4.1.12-ti-r26, and trying to overlay the > BB-SPIDEV0-0A00.dtbo (after disabling HDMI in uEnv.txt) > > echo 'BB-SPIDEV0' > /sys/devices/platform/bone_capemgr/slots > gives me sh: echo: I/O error, and tail’ing dmesg shows: > > [ 1195.632275] bone_capemgr bone_capemgr: slot #8: override > [ 1195.632324] bone_capemgr bone_capemgr: Using override eeprom data at slot > 8 > [ 1195.632375] bone_capemgr bone_capemgr: slot #8: 'Override Board > Name,00A0,Override Manuf,BB-SPIDEV0' > [ 1195.633705] __of_adjust_tree_phandle_references: Could not find target > property 'fixup' @/__local_fixups__ > [ 1195.656537] bone_capemgr bone_capemgr: slot #8: Failed to resolve tree
These missing "fixup"'s are a hint it was built with a different dtc compiler.. https://github.com/beagleboard/bb.org-overlays/blob/master/dtc-overlay.sh 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]. For more options, visit https://groups.google.com/d/optout.
