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

Script to automatically build and flash device for end user. #1

Open
4 tasks
gabrielblomberg opened this issue Aug 10, 2024 · 1 comment
Open
4 tasks
Assignees
Labels
feature An additional feature for code, documentation or development environment.

Comments

@gabrielblomberg
Copy link
Collaborator

gabrielblomberg commented Aug 10, 2024

For the sake of useability, we need a script that will automatically build the application and flash it to a device. This way a user can simply install docker and run the script to flash a new device.

The script needs to:

  • Build the docker image.
  • Build the application in the docker image.
  • Extract the executable.
  • Flash the autodetected device with the executable
@gabrielblomberg gabrielblomberg self-assigned this Aug 10, 2024
@gabrielblomberg gabrielblomberg added feature An additional feature for code, documentation or development environment. and removed enhancement labels Aug 10, 2024
@gabrielblomberg
Copy link
Collaborator Author

Altwrnatively we release the final elf file and have the script download and flash that, no docker required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature An additional feature for code, documentation or development environment.
Projects
None yet
Development

No branches or pull requests

1 participant