Hello
I used to use the original circuitco beagleboardtoys.com 7" inch display and I didn't have any problems of getting the UART working on it.
When I connect BeagleBone Black to the BB-View Screen, I cannot get the UART4 ( p9_11 RxD & p9_13 TxD) working. In the datasheet for the BB-View It says that pins that should have UART4 are either not-connected or assigned to another set: J2_11 USER3, GPIO3; J2_13 NC, NC.
I tried doing: echo BB-UART4 > /sys/devices/bone_capemgr.*/slots. Was expecting UART4 to be working (even: cat /sys/devices/bone_capemgr.*/slots, was showing UART4 to be activated), but couldn't get anything out of UART.
My first guess was that at fault is am335x-boneblack.dtb & am335x-bonebalck-lcd7.dtbo device tree overlay that I put (installed) on the board for BB-View Screen to work. Now I suspect that it's uImage file that changed all configurations on the board and made the UART inaccessible.
If anybody had the same problem of not getting the UART working, could you please guide me how to get UART working with the BB-View 7" inch touch-screen.