Need help "please plug in device" #235
Replies: 2 comments 1 reply
-
It looks like micronucleus is not active on the device your try to program. I have no idea what QMKSYS is, and which version of Micronucleus or invokation scheme it uses. Have you already inquired there? |
Beta Was this translation helpful? Give feedback.
-
These are the instructions that came with the QMK firmware program, Could you please read them and tell me if they look correct? I don't have any programming experience, I can't tell if these instructions say how to put the bootloader into the keypad. Can you please tell me if you think these instructions make any sense? or are they missing the step on how to put the micronucleus into the MCU of the keypad? xd0022% Custom mechanical keyboard. ATtiny85 powered, with 2*WS2812 LEDs, and the micronucleus bootloader. Note: Due to limited firmware space, a lot of features have to be disabled to get a functioning QMK based keyboard.
Make example for this keyboard (after setting up your build environment):
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide. FlashingPrerequisitesgit clone https://github.com/micronucleus/micronucleus.git
cd micronucleus/commandline/
sudo make install On Linux, you’ll need proper privileges to access the MCU. You can either use sudo when flashing firmware, or place these files in /etc/udev/rules.d/. Once added run the following: sudo udevadm control --reload-rules
sudo udevadm trigger InstructionsReset Key: Hold down key nearest to the USB socket while plugging in the keyboard. make xd002:default:flash
# or directly with...
micronucleus --run <firmware.hex> Recovery |
Beta Was this translation helpful? Give feedback.
-
hello I need help with the xd002, I created a keymap using QMK but this ATTiny MCU 2-button keyboard can only be flashed via the "micronucleus CLI exe file" found in https://github.com/micronucleus/micronucleus
I created a keymap, of the appropriate size, according to QMKSYS, then I installed the zadig drivers according to the micronucleus github instructions (windows 10). then I start windows CMD as admin and cd into the micronucleus exe and enter the command 'micronucleus --run <firmware_file_name>
But I keep getting "please plug in the device"
I tried unplugging and plugging (also with the reset feature, while holding the button nearest to microUSB socket while plugging in the PCB)
I tried doing the "micronucleus --erase-only" command first but I still get "please plug in device..."
Does anybody know what is going on? I only have Windows 10 at the moment.
Beta Was this translation helpful? Give feedback.
All reactions