Kristof Mulier
Kristof Mulier
I'm trying to burn an Arduino bootloader on an `Arduino UNO` board with the `Atmel-ICE` probe. Unfortunately, `avrdude` throws an error message when verifying the bytes. 1. Hardware setup My...
I've cloned the Git repo: https://github.com/libopencm3/libopencm3-examples.git The cloned repo has an empty folder `libopencm3`. So I've cloned the following Git repo in that empty folder: https://github.com/libopencm3/libopencm3.git Now I navigate to...
1. Problem with v0254 release I just flashed the latest firmware 0254_lpc11u35_0x0000.bin to my SWDAP probe, which I have downloaded from the latest release. Windows properly recognizes the probe as...
The `ATmega32u4` microcontroller is present on a couple of Arduino boards, such as the **Arduino Leonardo** and **Arduino Micro**. The flash procedure for these boards is quite complicated. I'll first...
I've very happy to find the latest releases here: https://github.com/avrdudes/avrdude/releases Thanks a lot @mariusgreuel and @dl8dtl for your awesome work! Unfortunately, I can't see any Linux releases. The Linux releases...
1. Problem I attempted to build this RISC-V OpenOCD, but I had to stop the build after two hours because the harddrive of my virtual machine got full. I'll explain...
### Microsoft PowerToys version 0.60.1 ### Running as admin - [X] Yes ### Area(s) with issue? SVG Thumbnail ### Steps to reproduce PowerToys `v0.57.2` generated the SVG thumbnails reasonably fast....
I followed the guide https://github.com/mbedmicro/pyOCD/blob/master/docs/how_to_build.md to build an executable from **pyOCD**. Before diving into the problem, let's first list my system settings. 1. My system - I work on...
I'm using `electron-pdf` in `Ubuntu 19.10`, installed in the following way: ```sh $ sudo apt-get upgrade $ sudo apt install nodejs $ sudo apt install npm $ sudo npm install...
Whenever one launches `avrdude`, it seems like the full absolute path to the `avrdude.conf` file must be given with the `-C` argument. I tried with a relative path (relative to...