-
Notifications
You must be signed in to change notification settings - Fork 298
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
script or steps to add wifi to sdcard image #142
Comments
Hey @AndreV84, I don't know how to do it with a file, but personally I connect to wifi with nmcli tool: sudo apt-get install network-manager
sudo nmcli device wifi connect <SSID> password <your password> It's persistent on boot. |
@dusty-nv , |
they somehow implemented it at their sdcard |
@tokk-nv knows about SD card images |
thank you for the pointer! posted to their repo for a feedback NVIDIA-AI-IOT/jetcard#45 |
@dusty-nv
May I pick your brain for a moment, please? Do you know what exactly edits need to be made to nx sdcard image filesystem to add a simple wifi connection that will automatically connect on a first boot?
so far I tried adding wpa_supplicant as in the tutorial below but it doesn't seem loaded by default setup of nx sdcard image https://docs.duckietown.org/daffy/opmanual_duckiebot/out/duckiebot_network.html
The text was updated successfully, but these errors were encountered: