AI-64 how to flash eMMC

Hi @alftel to flash a microSD to eMMC:

run:

sudo apt update ; sudo apt upgrade
sudo beagle-flasher

or to create a dedicated flasher:

sudo apt update ; sudo apt upgrade
sudo enable-beagle-flasher
sudo reboot

For wifi configuration, we’ve moved from connman → systemd-network, so wifi is now configured thru wpa_supplicant-wlan0.conf

You can use sudo wpa_cli -i wlan0

Regards,

Regards,