Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 724 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 724 Bytes

panduza-linux-distro

Linux distribution ready to deploy on some popular boards

To build the image run the command :

./kas-container build [your-machine]-base.yml

Wifi Connection :

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