I have two beaglebone boards…both SanCloud
I am trying to use /boot/uEnv.txt to load cape overlays…
One board the cape loads, the other board the cape does not…
dmesg showing board #1 below the cape loads @ 2.526116…
[ 2.368226] bone_capemgr bone_capemgr: Baseboard: ‘A335BNLT,SE0A,0617BBEF49D3’
[ 2.368259] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
[ 2.406037] bone_capemgr bone_capemgr: slot #0: No cape found
[ 2.446033] bone_capemgr bone_capemgr: slot #1: No cape found
[ 2.486034] bone_capemgr bone_capemgr: slot #2: No cape found
[ 2.526036] bone_capemgr bone_capemgr: slot #3: No cape found
[ 2.526074] bone_capemgr bone_capemgr: enabled_partno PARTNO ‘BB-SPI1-01’ VER ‘N/A’ PR ‘0’
[ 2.526085] bone_capemgr bone_capemgr: slot #4: override
[ 2.526100] bone_capemgr bone_capemgr: Using override eeprom data at slot 4
[ 2.526116] bone_capemgr bone_capemgr: slot #4: ‘Override Board Name,00A0,Override Manuf,BB-SPI1-01’
vs. this board #2 below that doesn’t work shows “auto loading handled by U-Boot” @ 2.373229
[ 2.373029] bone_capemgr bone_capemgr: Baseboard: ‘A335BNLT,SE0A,0617BBEF494F’
[ 2.373063] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
[ 2.373098] bone_capemgr bone_capemgr: slot #0: auto loading handled by U-Boot
[ 2.373120] bone_capemgr bone_capemgr: slot #1: auto loading handled by U-Boot
[ 2.373159] bone_capemgr bone_capemgr: slot #2: auto loading handled by U-Boot
[ 2.373181] bone_capemgr bone_capemgr: slot #3: auto loading handled by U-Boot
[ 2.373205] bone_capemgr bone_capemgr: enabled_partno PARTNO ‘BB-SPI1-01’ VER ‘N/A’ PR ‘0’
[ 2.373216] bone_capemgr bone_capemgr: slot #4: override
[ 2.373229] bone_capemgr bone_capemgr: slot #4: auto loading handled by U-Boot
Both have the same uboot version string
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot 2017.05-00002-gc0970ed183]
cape overlay files are present on both boards @ /lib/firmware
When I update initramfs I see this…
update-initramfs: Generating /boot/initrd.img-4.4.62-ti-r105
My /boot/uEnv.txt looks like this on both boards…
#Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0
uname_r=4.4.62-ti-r105
#uuid=
#dtb=
###U-Boot Overlays###
###Documentation: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays
###Master Enable
enable_uboot_overlays=1