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

Use powershell to compile .hex/.bin #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tedelm
Copy link

@tedelm tedelm commented Jan 18, 2021

Use this to create .hex files from Betaflight Code.

  1. Install Docker Desktop
  2. Clone Betaflight repo "https://github.com/betaflight/betaflight"
  3. Edit and Use this script to compile .hex/.bin files

Use this to create .hex files from Betaflight Code.

1. Install Docker Desktop
2. Clone Betaflight repo "https://github.com/betaflight/betaflight"
3. Edit and Use this script to compile .hex/.bin files
@@ -0,0 +1,170 @@
<#
Use this to create .hex files from Betaflight Code.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably add that this will only ever work on Windows because your paths are Windows specific.

Also, please note that this way of building Betaflight on Windows has been superseded by using WSL, which provides a much better experience. It is only kept around for users of versions of Windows (or non-Windows-OS) that do not support WSL.

@stale
Copy link

stale bot commented Apr 17, 2022

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

@stale stale bot added the Inactive label Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants