Linux distribution ready to deploy on some popular boards
There are two ways to connect to Wifi :
Before building and flashing on SD Card
Create the configuration file by running the following command on your desktop. This will prompt you for the passphrase for your WiFi.
wpa_passphrase 'YOUR_SSID' > ../sources/meta-panduza/recipes-connectivity/wpa-supplicant/files/wpa_supplicant-nl80211-wlan0.conf
Or after flashing (on your board)
You can run the following commmands on your board :
wpa_passphrase [ ssid ] [ passphrase ]
reboot
First of all, we must start by installing all the libraries :
pip3 install -r panduza-py/platform/requirements.txt
Then we can run the platform :
python3 panduza-py/platform/panduza_platform/__main__.py