Skip to content
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

Compiled binary #6

Open
Telepresent opened this issue Apr 28, 2022 · 5 comments
Open

Compiled binary #6

Telepresent opened this issue Apr 28, 2022 · 5 comments

Comments

@Telepresent
Copy link

Hi krisstakos,

My board is this one. https://github.com/flo199213/Hoverboard-Firmware-Hack-Gen2/blob/master/Hardware_Overview_small.png

Uses GD32F130C8.

Could you please share the compiled binary? My email is: [email protected] Thanks!!

@RoboDurden
Copy link

You can download compiled binaries for the V2.0 and V2.1 boards as well as tested Arduino examples on my fork: https://github.com/RoboDurden/Hoverboard-Firmware-Hack-Gen2.x

@BastelPichi
Copy link

You can download compiled binaries for the V2.0 and V2.1 boards as well as tested Arduino examples on my fork: https://github.com/RoboDurden/Hoverboard-Firmware-Hack-Gen2.x

Nice work! How did you get it to compile in keil, any special tips?

@RoboDurden
Copy link

  • Latest download,
  • Options_for_target->Target->Arm:Compiler = Use default compiler version 6
  • Options_for_target->User->fromelf.exe --bin Objects\hoverboard.axf --output ReadyToFlash\hoverboard.bin
  • Options_for_target->Debug->Use:ST-Link Debugger
  • Options_for_target->Debug->Use:ST-Link Debugger->Settings->Flash Download->Reset and Run

But you can simply clone my repo and doubleclick on Hoverboard.uvprojx

I will make a youtube tutorial tomorrow..

@BastelPichi
Copy link

  • Latest download,

    • Options_for_target->Target->Arm:Compiler = Use default compiler version 6

    • Options_for_target->User->fromelf.exe --bin Objects\hoverboard.axf --output ReadyToFlash\hoverboard.bin

    • Options_for_target->Debug->Use:ST-Link Debugger

    • Options_for_target->Debug->Use:ST-Link Debugger->Settings->Flash Download->Reset and Run

But you can simply clone my repo and doubleclick on Hoverboard.uvprojx

I will make a youtube tutorial tomorrow..

Thx!

@RoboDurden
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants