Instructions
Simply download the VMware archive (use 7-zip) or the OVA file torrent (for Virtualbox) and open them.
Due to VirtualBox's NAT adapter not offering host connectivity, a port forwarding rule was setup using port 2022. So, to SSH into the machine (VBox only!), use:
ssh student@localhost -p 2022
Changes:
- Fix networking issues (using
biosdevname=0
kernel arg); - Update XTensa ESP Toolchain to 14.2;
- Fix missing NuttX deps + add user to dialout group (use serial devs without sudo);
- New generator scripts for building VMWare + VBox projects;