Dear all,
This post is part of my FreeBSD admin station paper,
but as it is about the Beaglebone black, I prefer to post here.
I purchased years ago a dozen of RS232 capes for the BeagleBone Black.
Here is the model:
http://elinux.org/BeagleBone_TTL-RS232_Micro_Cape
Documentation is available here:
https://docs.google.com/document/d/1_mUWEFLprKzaQKn_pY9O2WO33k4wlFKaatJ2VKxDUS0/edit
At first, I thought it was plug and play, but it isn't.
Apparently, there is a need to build an overlay.
I could not use the CAP alone, just setting:
/boot/loader.conf
The cap is configured for UART0.
Do you know what need to be done to activate serial console (receiver) on this cape?
Kind regards,
French Fries
This post is part of my FreeBSD admin station paper,
but as it is about the Beaglebone black, I prefer to post here.
I purchased years ago a dozen of RS232 capes for the BeagleBone Black.
Here is the model:
http://elinux.org/BeagleBone_TTL-RS232_Micro_Cape
Documentation is available here:
https://docs.google.com/document/d/1_mUWEFLprKzaQKn_pY9O2WO33k4wlFKaatJ2VKxDUS0/edit
At first, I thought it was plug and play, but it isn't.
Apparently, there is a need to build an overlay.
I could not use the CAP alone, just setting:
/boot/loader.conf
Code:
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="115200"
console="comconsole"
The cap is configured for UART0.
Do you know what need to be done to activate serial console (receiver) on this cape?
Kind regards,
French Fries