Skip to content
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

Check whether the RPi OS can be successfully compiled and connected from Mac OS and Windows #2

Closed
s-matyukevich opened this issue Apr 8, 2018 · 7 comments

Comments

@s-matyukevich
Copy link
Owner

No description provided.

@bl4ckout31
Copy link
Contributor

I got Lesson01 working on Windows 10 Pro Version 1803 with a Prolific USB to TTL serial cable and PuTTY. The following environements worked for compiling:

  • Docker for Windows
  • Docker Toolbox
  • Windows Subsystem for Linux (Ubuntu)

@s-matyukevich
Copy link
Owner Author

Perfect, thanks @bl4ckout31 !

@evopen
Copy link
Contributor

evopen commented Jun 18, 2018

I'm currently using macOS 10.13.5. Latest Prolific driver is working fine on macOS. Compiler thing will work if one uses Docker environment.

But there is a shitty thing I must say. When I use screen for reading data via uart, like screen /dev/cu.usbserial 115200. Note that there is a device file which will only present while the cable is connected. Meaning I have to plug in the cable and execute screen command immediately to see the result. Otherwise those characters will just slip away.

@s-matyukevich
Copy link
Owner Author

@evopen it works in the same way on Linux too. I'll mention this in the Prerequisites and then close this issue.

@xesco
Copy link
Contributor

xesco commented Jun 18, 2018

This is a good observation as I was having the same problem: I could not see the "hello world" and I was trying to figure out what went wrong.

@bl4ckout31
Copy link
Contributor

bl4ckout31 commented Jun 18, 2018

My workaround for this is to power the RPi with a micro-usb cable (which is the recommended way anyway) so I can keep the serial cable plugged in all the time and use the same screen instance for entire sessions.

@s-matyukevich
Copy link
Owner Author

I updated prerequisites and added a link to this issue there. Closing the issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants