-
-
Notifications
You must be signed in to change notification settings - Fork 40.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Compiled firmware for yandrstudio/yr6095 do not work #20982
Comments
The fact that the bootloader declared for Unfortunately, it seems that the maintainer of those boards is not really interested in getting them properly supported in upstream QMK (they apparently have their own fork with some core modifications related to their customized bootloader), and I don't actually have that PCB, so I'm not 100% sure what should be the proper bootloader setup for that hardware. |
Hi. Please one basic question, I need to use .hex or .uf2 file to update the board? |
That depends on which bootloader you actually have on your PCB:
Note that you can't simply convert a .bin file which was compiled for the |
I need to reflash the bootloader onto my yr6095. I have found the Flashing STM32Duino Bootloader. Unfortunately the pads on the board are not labeled. Anyone figure out which pin is which? Also there are no jumpers on the yr6095, is that going to be a problem? ![]() |
Per the datasheet the third pin from the left appears to be connected to PA13 (SWDIO). From this we can reasonably infer the second pin is PA14 (SWCLK). Then the first pin with the thicker traces is probably VCC, and the remaining pin GND. Double check this with a multimeter first though. |
Thanks. Found the data sheet here: STM32F103 with multimeter I see, from left to right:
Here is my current guess https://imgur.com/BESNPOm ST-Link ordered... will update. |
Describe the Bug
I tried to compile and update firmware for yandrstudio/yr6095 with bootloader stm32duino, uf2boot and tinyuf2, but none of them work in this board.
Keyboard Used
yandrstudio/yr6095
Link to product page (if applicable)
https://www.aliexpress.com/item/1005004689966255.html
Operating System
Linux
qmk doctor Output
No response
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
For every firmware that do not work need to program bootloader again.
The text was updated successfully, but these errors were encountered: