mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
Merge branch 'bugfix/linux_target_gen_partition_table' into 'master'
multiple fixes for linux target Closes IDF-6641 See merge request espressif/esp-idf!21993
This commit is contained in:
@@ -7,5 +7,3 @@ set(COMPONENTS main)
|
||||
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/")
|
||||
|
||||
project(partition_api_test)
|
||||
|
||||
add_dependencies(partition_api_test.elf partition-table)
|
||||
|
@@ -8,11 +8,10 @@ Source the IDF environment as usual.
|
||||
|
||||
Once this is done, build the application:
|
||||
```bash
|
||||
idf.py build partition-table
|
||||
idf.py build
|
||||
```
|
||||
Note that for the time being, `partition-table` target needs to be built manually.
|
||||
|
||||
# Run
|
||||
```bash
|
||||
`build/partition_api_test.elf`
|
||||
idf.py monitor
|
||||
```
|
||||
|
Reference in New Issue
Block a user