On Fri, Mar 24, 2017 at 11:26 AM, PM <[email protected]> wrote: > Hello, > > I am currently using a Beaglebone Black with these distribution : > > Distributor ID: Debian > Description: Debian GNU/Linux 8.7 (jessie) > Release: 8.7 > Codename: jessie > > I tried to modify a dtbo file in /lib/firmware in order to disable all the > buttons on the LCD7 cape. > > Modification did not change anything so I decided to clean the whole folder > to see if it changes anything. And surprise ! My LCD is booting up perfectly > and everything is working.
/lib/firmware/*.dtbo's get copied to the initramfs. So on every /lib/firmware/*.dtbo change run: sudo update-initramfs -uk `uname -r` 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/CAOCHtYh-Aim49fgVU1B2JtFFcCJCC%3DSB2YOxx_waQE9aOhPMbg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
