On Mon, Aug 8, 2016 at 1:28 PM, Dror Lugasi <[email protected]> wrote: > hey, > i have a BBB and i want to use the UART port it has. > it has the latest debian image from the beagle website. > i use it with a screen via hdmi and a keyboard and a mouse. > > after changing the uEnv.txt file to have > > cape_enable=bone_capemgr.enable_partno=BB-UART0 > cape_enable=bone_capemgr.enable_partno=BB-UART1 > cape_enable=bone_capemgr.enable_partno=BB-UART2 > cape_enable=bone_capemgr.enable_partno=BB-UART4 > cape_enable=bone_capemgr.enable_partno=BB-UART5
cape_enable=bone_capemgr.enable_partno=BB-UART0,BB-UART2,BB-UART4,BB-UART5 add: dtb=am335x-boneblack-overlay.dtb and you'll have eMMC/video disabled so you enable all the usarts.. 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/CAOCHtYieHsK57ohzA6KPfP7uspa1QXfWW_yHHygr5p%2BvkeyJTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
