Last Updated or created 2024-03-14
Soldering almost done, except for the space bar all tactile buttons in place.
Using my USBasp programmer I tried to program the Atmega328pb.
Same one I used for:
I first needed to implement some udev rules to get the rights for the reader correct.
#/etc/udev/rules.d/99-usbasp.rules SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", GROUP="dialout"
Next I tried to burn a bootloader.
Well, not as planned, back to the drawing board.
Hopefully I compiled at least the Pico part correctly.