Skip to content

Linux distribution ready to deploy on some popular boards

Notifications You must be signed in to change notification settings

Lucas-D20/panduza-linux-distro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panduza-linux-distro

Linux distribution ready to deploy on some popular boards

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

Running the platform :

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

About

Linux distribution ready to deploy on some popular boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.6%
  • BitBake 11.4%