UART-1 on Kernel 4 - angstrom-v2015.06

Okay, so i have a custom built image using the previous angstrom release (2014-xx) , that was running on kernel 3.8 and had no issue with the DTS or anything.

IT was actually quite straightforward to use, just adding a line in uEnv and the UART loaded.

Now, with the new Kernel 4, i’m not even getting that BB-UART1.dts file in the image !.

I made a custom recipe with a bbappend for the kernel, adding and building the BB-UART1.dts to a .dtb

I copied it to the new image under /lib/firmware/BB-UART1.dtbo
Now, on boot i’m seeing

`

[ 3.697910] bone_capemgr bone_capemgr: slot #1: No cape found
[ 3.757905] bone_capemgr bone_capemgr: slot #2: No cape found
[ 3.817898] bone_capemgr bone_capemgr: slot #3: No cape found
[ 3.823686] bone_capemgr bone_capemgr: enabled_partno PARTNO ‘BB-UART1’ VER ‘N/A’ PR ‘0’
[ 3.823699] bone_capemgr bone_capemgr: slot #4: override
[ 3.823715] bone_capemgr bone_capemgr: Using override eeprom data at slot 4
[ 3.823731] bone_capemgr bone_capemgr: slot #4: ‘Override Board Name,00A0,Override Manuf,BB-UART1’
[ 3.823849] bone_capemgr bone_capemgr: enabled_partno PARTNO ‘BB-UART2’ VER ‘N/A’ PR ‘0’
[ 3.823862] bone_capemgr bone_capemgr: slot #5: override
[ 3.823873] bone_capemgr bone_capemgr: Using override eeprom data at slot 5
[ 3.823888] bone_capemgr bone_capemgr: slot #5: ‘Override Board Name,00A0,Override Manuf,BB-UART2’
[ 3.824374] bone_capemgr bone_capemgr: initialized OK.

`

but no sign of /dev/ttyO1 like in previous kernel.

i’m not seeing the HDMI “cape” like in previous kernel.

`

cat /sys/devices/platform/bone_capemgr/slots
0: PF---- -1
1: PF---- -1
2: PF---- -1
3: PF---- -1
4: P-O-L- 1 Override Board Name,00A0,Override Manuf,BB-UART1
5: P-O-L- 0 Override Board Name,00A0,Override Manuf,BB-UART2

`

I must be missing SOMETHING, ANY help would be greatly appreciated. I’ll post a full working solution once this is up !