mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
AP_HAL_ESP32: Readme update
Add information for flashing standalone. minor change
This commit is contained in:
parent
a38c1b1d76
commit
e05ba68f90
@ -114,6 +114,15 @@ You can find more info here : [ESPTOOL](https://github.com/espressif/esptool)
|
||||
|
||||
You can also find the cmake esp-idf project at `libraries/AP_HAL_ESP32/targets/esp-idf` for idf.py command. But see next section to understand how ardupilot is compiled on ESP32.
|
||||
|
||||
|
||||
For flashing from another machine you need the following files:
|
||||
```
|
||||
build/<board>/esp-idf_build/bootloader/bootloader.bin
|
||||
build/<board>/esp-idf_build/ardupilot.bin
|
||||
build/<board>/esp-idf_build/partition_table/partition-table.bin
|
||||
```
|
||||
see build/<board>/esp-idf_build/flash_project_args (after building) for hints on what arguments to use
|
||||
|
||||
---
|
||||
OLD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user