sudo apt install python3-pip
- Install python3 packages:
pip3 install setuptools mako
- Install many, many packages not included with armbian "buster":
sudo apt install python3-pip
pip3 install setuptools mako
#!/bin/sh | |
set -e | |
#set -x | |
CONFIGFS="/sys/kernel/config" | |
GADGET="$CONFIGFS/usb_gadget" | |
VID="0x0525" | |
PID="0xa4a2" | |
SERIAL="0123456789" |