-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Makes it possible to link to another linux-system, not running with #1583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
250000 (not Yun, but f.i. an Arduino mega2560 with a modified/expanded WR703N). The default could stay at 250000 (Yun).
The mega2560 (or whatever CPU) and the Atheros must be set to the same speed. How can you do that on the Atheros side? C |
Ok, sorry, now I got it. I should read better before replying. C |
Makes it possible to link Bridge to another linux-system.
Hi Cow77, |
+1 I would love also to be able to use it with WR703N/OpenWRT or RasPi Barbudor 2013/10/13 toggio notifications@github.com
|
Setting the tty speed for the system console in OpenWRT is not easy: most of the time you has to make a new kernel. See "http://wiki.openwrt.org/doc/recipes/serialbaudratespeed". I used a USBtoSerial converter, and set the speed for that tty to the desired baudrate. But my installed packages, etc on the Openwrt side are not correct as far as I can see. That's why I'm still trying to build a Linino kernel (using the Arduino/Linino branch) for my W703N with larger flash and ram (the SLBoat-version). Please keep me informed on your results so together we will get it working. |
OK, thank for the info, |
The Python bridge part on the linux side is started by the Arduino BridgeClass f.i.: The Arduino Bridge function wait for the u-boot/kernel part to finish and after that it triggers the command shell processor used on the linux-tty where it's connected to, so it starts a shell for that tty-port. Run-bridge is a small shell-script: So the Python bridge is started on the used tty-port and is able to read from and write to that port (=console for the used command shell). There is nothing to change on the Linux part (except on the avrdude-part, etc!), the bridge should work if delay timings are correct/usable. |
250000 (not Yun, but f.i. an Arduino mega2560 with a modified/expanded
WR703N).
The default could stay at 250000 (Yun).