-
My WAG and heads up, stuff like (untested, I am a few weeks away from this being a priority) is missing:
stm32g491xe \:
${MAKE} bootloader FWCPU='-mcpu=cortex-m4' \
…
-
To prevent DOSing of the Firmware by remaining locked up in the bootloader. Should something unexpected (?) result in the bootloader being activated, allow us to add an optional configurable activity-…
-
Hi,
I was looking through usb/usb_dfu_ctrl_ep.v to determin why I am not able to boot the application for the logicbone target.
In the following section:
```
// The DFU specification suggests …
-
Hello,
I connected it to BTT EBB SB2209, and now I can see the uuid.
Found canbus_uuid=91464af9d0e2, Application: CanBoot
now I want to compile the klipper firmware to flash to the eddy.
!…
-
I ran into a few problems when following the guide "Programming the iCE40" more specifically the "Using APIO" section on the website.
Maybe they are because I'm working on a Mac (Intel Version)
…
-
when update from v2.0.2 to v2.1.0 not pasring lora_pkt_fwd when MCU version V01.00.00
./boot -d /dev/ttyACM0
INFO: Configuring TTY
INFO: Flushing TTY
INFO: Setting TTY in blocking mode
INFO: Con…
-
Most ARM microcontroller have a DFU bootloader over USB or USART. It would be great if cargo-flash would support this.
With DFU you would be able to flash a controller without the need for extra ha…
-
When using the built in USB DFU bootloader, lets auto-reset into the bootloader mode from USB Serial using something like 1200-baud knocking
-
I'm trying my hardest and searching I promise.
I'm trying to flash via usb in dfu mode. I configured per the v1.2 manual. Device shows as STMicroelectronics STM Device in DFU Mode. I am not using ca…
-
Following the workshop I cannot get the gdb step working on my machine (Win10 laptop).
dfu-util with the (modified) blink C example works, but the wishbone-tools afterwards fails.
```
C:\fomu\fom…