2021-08-11
Moonlander Oryx configuration on Ubuntu
ubuntu, linux, moonlander, keyboard, oryx
ubuntu, linux, moonlander, keyboard, oryx
Image by Stephan Weyer from Pixabay
Flashing Moonlander on Ubuntu (I am using 21.04) caused following error in console.
warning OpenDevices: libusb: bad access [code -3]
sudo apt install libusb-dev
sudo touch /etc/udev/rules.d/50-wally.rules
1# STM32 rules for the Moonlander and Planck EZ2SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", \3 MODE:="0666", \4 SYMLINK+="stm32_dfu"
Now reboot!!!