-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error when compiling the bootloader.bin #12
Comments
If you use python2.7, |
Hi, I couldn't compile at first either. Then I did the Flash process to Esp8266 through this site. Create a WiFi Black Magic GDB Probe from ESP8266 However, I have a problem. It gives an error when I set GDB Server via StmCubeIDE. What would be the reason. How can i solve this problem. |
Hi, The problem is newer version of STM32CubeIDE. you can see : https://github.com/walmis/blackmagic-espidf/issues/8 |
Got it, So which versions does it support? Or how can I get it to run with the current Cube ide. |
You can run GDB commands outside of the CubeIDE. C:\ST\STM32CubeIDE_1.11.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.100.202210260954\tools\bin (gdb) target extended-remote 192.168.4.1:2022 |
This is what I got:
If we inspect the
bootloader.bin
well notice that it is 16 bytes, that is wrong, don't use it!A workaround
make
again it will compile the rest of the firmwarebootloader.bin
with a good one you can get from the binaries you can find in this page: https://www.visualmicro.com/page/Create-a-WiFi-Black-Magic-GDB-Probe-from-ESP8266.aspxP.D: Many thanks for this awesome project, this tool is fantastic!!
The text was updated successfully, but these errors were encountered: