This isn't an issue anymore.. Make sure your *.dtbo is under
/lib/firmware then run:
sudo update-initramfs -uk `uname -r`
to make sure the *.dtbo get's copied to the intrd. (it'll still read
it from the /lib/firmware)
debian@beaglebone:~$ dmesg | grep bone
[ 1.512813] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,00C0,2016BBBK1E9B'
[ 1.512843] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
[ 1.559472] bone_capemgr bone_capemgr: slot #0: '4D 7.0 LCD CAPE- 4DCAPE-70T ,00A3,4D SYSTEMS ,BB-BONE-LCD7-01'
[ 1.583593] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' at slot 1
[ 1.590816] bone_capemgr bone_capemgr: slot #1: No cape found
[ 1.614882] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' at slot 2
[ 1.622085] bone_capemgr bone_capemgr: slot #2: No cape found
[ 1.646135] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' at slot 3
[ 1.653336] bone_capemgr bone_capemgr: slot #3: No cape found
[ 1.653628] bone_capemgr bone_capemgr: initialized OK.
[ 1.658522] bone_capemgr bone_capemgr: loader: failed to load slot-0 BB-BONE-LCD7-01:00A3 (prio 0)
debian@beaglebone:~$ uname -a
Linux beaglebone 4.14.71-ti-r80 #1 SMP PREEMPT Fri Oct 5 23:50:11 UTC 2018 armv7l GNU/Linux
debian@beaglebone:~$
Any idea? is the latest image BTW,
bone-debian-9.5-lxqt-armhf-2018-10-07-4gb
Best regards