We are working on the software support for the rs-232 cape to be used with the BeagleBone Black. For cape compatibility please visit
http://www.elinux.org/BeagleBone_Black_Capes
As soon as the support is ready it will be posted on BeagleBoardToys wiki.We are working on the software support for the rs-232 cape to be used with the BeagleBone Black. For cape compatibility please visit
[41854.512676] bone-capemgr bone_capemgr.8: part_number 'enable-uart5', version 'N/A'[41854.512844] bone-capemgr bone_capemgr.8: slot #6: generic override[41854.512893] bone-capemgr bone_capemgr.8: bone: Using override eeprom data at slot 6[41854.512944] bone-capemgr bone_capemgr.8: slot #6: 'Override Board Name,00A0,Override Manuf,enable-uart5'[41854.513244] bone-capemgr bone_capemgr.8: slot #6: Requesting part number/version based 'enable-uart5-00A0.dtbo[41854.513297] bone-capemgr bone_capemgr.8: slot #6: Requesting firmware 'enable-uart5-00A0.dtbo' for board-name 'Override Board Name', version '00A0'[41854.518086] bone-capemgr bone_capemgr.8: slot #6: dtbo 'enable-uart5-00A0.dtbo' loaded; converting to live tree[41854.518545] bone-capemgr bone_capemgr.8: slot #6: #3 overlays[41854.522759] omap_uart 481a8000.serial: did not get pins for uart4 error: -19[41854.526040] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61) is a OMAP UART4[41854.531592] bone-capemgr bone_capemgr.8: slot #6: Applied #3 overlays.
--
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 beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
cat /sys/kernel/debug/pinctrl/44e10800.pinmux/pingroups
I get:
group: pinctrl_uart1_pins
pin 96 (44e10980)
pin 97 (44e10984)
Which as far as I can tell is correct.
I moved the jumpers on the cape to UART1 position and checked that /dev/ttyO0 exists but when I write to ttyO0 I get no serial output:
echo hello > /dev/ttyO0
and when I read from ttyO0, I see nothing despite sending chars in from the PC
cat /dev/ttyO0
So I have not got something quite right - if anyone can offer any pointers as to where I am going wrong, that would be very much appreciated :-)
I've the same problem as u,
[41854.522759] omap_uart 481a8000.serial: did not get pins for uart4 error: -19
[Maybe it explains, why it doesn't works .....
From what I learned on a different thread, I was able to setup virtual capes that allowed me to hook up an XBee and a Roboclaw to two of the Uarts that are exposed on the expansion cables. Looking at the above, the pins that were exposed are used to create /dev/ttyO1. I believe /dev/ttyO0 is used for the console and have the pins that connect up to an FTDI 3.3v cable
Hey,
What do u mean by "please note that two of the gpio control pins for the RS-485 are used by the onboard virtual capes."
Thx
--
any chance you would create a copy of it on the elinux.org wiki pages?
please note that two of the gpio control pins for the RS-485 are used by the onboard virtual capes. these will need to be changed before you can use it...