--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/8bb54124-a3c0-4e1a-8043-e264bd2e7a13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/23308567-cff5-4a47-b0d0-1268ca0bfeb7%40googlegroups.com.
I'm going to make a couple assumptions here and hope I'm not going in the wrong direction.
assuming you have a breadboard, solder some male pins on the arduino pro mini and stick it on a breadboard across the middle "valley" so that the pins are on either side.
connect the beaglebone 3.3v to the Arduino VIN pin on the breadboard
connect the beaglebone ground to the Arduino ground on the breadboard
connect the beaglebone serial rxd to the arduino txd on the breadboard
connect the beaglebone serial txd to the arduino rxd on the breadboard
You should then be able to communicate with the Arduino on /dev/ttyO4, I can't recall which offhand.
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORofZv0a7mEERDRhQN6Wkea%3DBvqO4qME-5d6Yw2LZseYLQ%40mail.gmail.com.
you likely don't need an overlay, simply modify /sys at boot to mux the pins to serial..
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORqE5GKQUE4MjjKo3fP7KNNihJaa4_aF5d6ZYN_YL%3D9ekg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALA5tJJ6jsiBiX1gicKDivwsz7wyjpMOPNhfPRM%2BsQr2WRnHMQ%40mail.gmail.com.
Hi, William -Small scale answer is that I'm trying to perform the exercises in Molloy's book. Large scale answer is that I'm trying to learn about embedded Linux, particularly as it applies to bus and peripheral interface programming. Just an attempt at making myself more marketable.
Hi, William -
Thanks for the suggestions. I think I know Linux well enough to start learning the nuances of how its embedded features work. And, I'm already somewhat familiar with various peripheral devices. In another job, I wrote drivers/interfaces for things like I2C, SPI, UART, memory, etc. That was bare-metal programming, though, where the devices were tied to a known address and I manipulated the lines myself. I was hoping that the BBB and the book would help me learn how to do this with Linux, using the file system, but I'm starting to think this has been a waste of time and money.I do appreciate the help you've given me, though.