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

Binary files in releases? #10

Open
henriterhofte opened this issue Jan 6, 2023 · 0 comments
Open

Binary files in releases? #10

henriterhofte opened this issue Jan 6, 2023 · 0 comments

Comments

@henriterhofte
Copy link

henriterhofte commented Jan 6, 2023

Can you include binary files in releases? This would help deploying firmware to the Sensorbox-2 without the need to compile the firmware and/or when there is a problem during firmware compilation (see e.g. issue#9 )

Including the bin files similar to https://github.com/SmartEVSE/SmartEVSE-3/releases/tag/v3.0.1 would already help a lot.

Including firmware deployment instructions similar to the way we do it for our Twomes ESP32 measurement devices might even help a bit more.

Deployment could then be done with a statement similar to the one below, albeit with different hex addresses for the various partitions.

py -m esptool --chip esp32 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader.bin 0x18000 partitions.bin 0x1d000 ota_data_initial.bin 0x20000 firmware.bin````  


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

1 participant