-
Notifications
You must be signed in to change notification settings - Fork 320
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
[VSC-1572] add app bootloader partition table build flash cmds #1436
base: master
Are you sure you want to change the base?
Conversation
Download the artifacts for this pull request: |
ab2e768
to
571ecb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed commands are added and flashing the associated bin files.
Downloading files from MCU also working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Add bootloader and partition table to Device Partition Explorer. Use current project files and minimize reading from device.
Using
<buildDirPath>/flasher_args.json
to get bootloader and partition table offset.Move Open Partition Table editor action to Device partition Explorer as icon. (Next to refresh button)
Add read partition action in Device Partition Explorer.
Add
ESP-IDF: Build App
,ESP-IDF: Flash App only
,ESP-IDF: Build Bootloader
,ESP-IDF: Flash Bootloader Only
,ESP-IDF: Build Partition Table
,ESP-IDF: Flash Partition Table Only
to build or flash specific parts of current project application.Fixes #1407
Type of change
Steps to test this pull request
Provide a list of steps to test changes in this PR and required output
ESP-IDF: Build App
,ESP-IDF: Flash App only
,ESP-IDF: Build Bootloader
,ESP-IDF: Flash Bootloader Only
,ESP-IDF: Build Partition Table
,ESP-IDF: Flash Partition Table Only
should either build that part of the project or flash a single binary that matches that part of project.Expected behaviour:
Read and write actions for all partitions.
Partitions are listed in device partition explorer.
Expected output:
How has this been tested?
Follow manual steps above.
Test Configuration:
Checklist