beagleboard / beaglebone-blue

BeagleBoard.org BeagleBone Blue - BeagleBone optimized for mobile robotics
https://beagleboard.org/blue
Creative Commons Attribution 4.0 International
162 stars 68 forks source link

BeagleBone Blue doesn't save config #12

Closed BluePackStack closed 7 years ago

BluePackStack commented 7 years ago

I am not sure whether I am allowed to ask this question here, but any help is pretty much appreciated. I tried to change the wifi config. connmanctl> tether wifi disable ... But no effect . What can I do?

Hope someone can help. :(

RobertCNelson commented 7 years ago

@BluePackStack all the out of box control of wl18xx for the default image is located in:

/etc/default/bb-wl18xx

Regards,

RobertCNelson commented 7 years ago

It's not buggy, just highly intergrated for the out of box experience... I've setup /etc/default/bb-wl18xx so you can disable parts of it..

BluePackStack commented 7 years ago

It's not buggy, just highly intergrated for the out of box experience... I've setup /etc/default/bb-wl18xx so you can disable parts of it..<

I cleared my early response and went to bed then, since I recognized, that the board wouldn't response to ssh anymore after editing the settings.

I inserted/eddited one single 'no' since I do not need softap/tether at the moment:

TETHER_ENABLED=no

System then crashes. However, just changing PW and SSID works fine now.

And updates after rebooting only.

Using: bone-debian-9.2-iot-armhf-2017-10-10-4

I am very happy that you helped me! Thanks for helping!!!!