Hai all…
when i purchase beaglebone green wireless, it having default image. Using that default image i got wifi direct ,not needed password to enable wifi and login using 192.168.8.1. I modified the image and flashed another image and tried with different images of beaglebone green wireless. But i did not get wifi connection direct. From where to get that default image?
Thank you!!!
there are images you can use on the beagleboard.org site and on this forum…
Seth
P.S. If you are using Bullseye, try wpa_supplicant and if you are using Bookworm…
iwctl
I copied image from the same site. But image copied from this site not having wifi access directly and the image already in the Beaglebone green wireless (purchase) support wifi. From where to get that image which support wifi access directly or how to make such an image ?
Thank You!!!
I could not install psmisc bcoz no ethernet port in beaglebone green wireless.
Thank You!!!
@aparnacnair ,
do you have the file, /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
, with this image: Debian 11.x (Bullseye) - Monthly Snapshot - 2023-10-07 ?
Or…
do you have the command, iwctl
, with this image: Debian 12.x (Bookworm) - Monthly Snapshot - 2023-10-07 ?
And…
If you have iwctl
as a command, can you use the commands to start WiFi?
Seth
P.S. Also, look around on beagleboard.org here and at other sections: AM335x 12.2 2023-10-07 4GB microSD IoT - BeagleBoard .
There is wwpa_supplicant-wlan0.conf like below. Need any modification to enable wifi?
ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev
update_config=1
p2p_disabled=1
#country=US
network={
ssid=“BeagleBone-WXYZ”
psk=“BeagleBone”
}
1 Like
ssid and psk…
Enter in your credentials and reboot.
Seth
ssid="YOUR SSID"
psk="YOUR PASSCODE"
finally, reboot.
Seth
Did you get it yet? SSID and Passcode in /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
should work.
I just tested it.
Seth