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

[RSDK-8932] ota docs, local server #361

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

mattjperez
Copy link
Member

@mattjperez mattjperez commented Dec 10, 2024

This PR does three things

  1. adds basic documentation about the OTA feature
  2. makes the micro-rdk-server build use OTA by default
  3. an http2 static file server for development and testing

@mattjperez mattjperez requested a review from a team as a code owner December 10, 2024 20:41
@mattjperez mattjperez changed the title [RSDK-8932] experimental ota docs [RSDK-8932] ota docs, local server Dec 10, 2024
@@ -99,12 +99,15 @@ doc-open:
size:
find . -name "esp-build.map" -exec ${IDF_PATH}/tools/idf_size.py {} \;

build-esp32-bin:
cargo +esp espflash save-image --package micro-rdk-server --merge --chip esp32 target/xtensa-esp32-espidf/micro-rdk-server-esp32.bin -T micro-rdk-server/esp32/partitions.csv -s 4mb --bin micro-rdk-server-esp32 --target=xtensa-esp32-espidf -Zbuild-std=std,panic_abort --release
build-esp32-bin: build-esp32-ota
Copy link
Member Author

Choose a reason for hiding this comment

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

only annoying thing is you'll see the same terminal output twice, since the output doesn't differentiate between a full build or app image build.

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

Successfully merging this pull request may close these issues.

1 participant