- ECEN 224
- ECEN 220/320
- ECEN 330
- ECEN 390: same as ECEN 330
- ECEN 423/323
- ECEN 426
- ECEN 427
- ECEN 522R - Security
Other non-class related setup needs:
sudo apt install \
vim \
tmux \
screen \
wget \
htop \
minicom \
zsh \
python3.10-venv \
ncdu
Add a file: /etc/udev/rules.d/50-myusb.rules
with contents:
KERNEL=="ttyACM[0-9]*",MODE="0666"
KERNEL=="ttyUSB[0-9]*",MODE="0666"
Add these lines as well for SD card imaging permissions:
KERNEL=="sd*", SUBSYSTEMS=="usb", MODE="0666"