-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
Compiling bootloader from source issues #28794
Comments
I see several important differences between your build and the official bootloader: Size Difference:
Content Differences: 18,473 bytes differ between the two files Early Differences:
Based on my analysis, here are some potential issues to check: Build Environment:
Toolchain Setup:
Hardware Definitions:
Could you share:
MY ANALYSIS
|
Hello , this is first time i am posting and not sure the right place.
I have flight controller boards
MicoAir743 ardupilot/libraries/AP_HAL_ChibiOS/hwdef/MicoAir743/hwdef.dat at master · ArduPilot/ardupilot · GitHub
MicoAir405v2 ardupilot/libraries/AP_HAL_ChibiOS/hwdef/MicoAir405v2/hwdef.dat at master · ArduPilot/ardupilot · GitHub
Pixhawk6C MINI ardupilot/libraries/AP_HAL_ChibiOS/hwdef/Pixhawk6C/hwdef.dat at master · ArduPilot/ardupilot · GitHub
I was trying to build bootloader on my MacOS machine , all compile ok and even .bin sizes are same. I use STM32CubeProgrammer , full erase and upload , but doesn't work.
Doesn’t work i mean , no led flashing , no hardware discovery on my windows and MAC.
Though it could be build system , I tried on my linux ubuntu 24 machine and upload , but still the same.
I tried to build bootloaders for all board and tested and none of the board work.
I have attached 2 bootloaders , one is my build and other one is original.
***** Please note all original bootloaders under ardupilot/Tools/bootloaders at master · ArduPilot/ardupilot · GitHub are working fine. and i tried from latest sources and older as well*******
Any idea what it could be and have anybody same issues?
Regards,
David
BOOTLOADER.zip
The text was updated successfully, but these errors were encountered: