Compare commits
No commits in common. "1fb9d2ab1bb23ab422ac842b6ca416bf231175ba" and "04849162cd071996bae4ca845aa4a5bb56bd6917" have entirely different histories.
1fb9d2ab1b
...
04849162cd
@ -5,8 +5,8 @@ target = "riscv32imac-esp-espidf"
|
||||
[target.riscv32imac-esp-espidf]
|
||||
linker = "ldproxy"
|
||||
#runner = "espflash flash --monitor --baud 921600 --partition-table partitions.csv -b no-reset" # Select this runner in case of usb ttl
|
||||
#runner = "espflash flash --monitor"
|
||||
runner = "cargo runner"
|
||||
runner = "espflash flash --monitor --baud 921600 --flash-size 16mb --partition-table partitions.csv"
|
||||
#runner = "cargo runner"
|
||||
|
||||
|
||||
#runner = "espflash flash --monitor --partition-table partitions.csv -b no-reset" # create upgrade image file for webupload
|
||||
|
@ -1,6 +0,0 @@
|
||||
partition_table="partitions.csv"
|
||||
[connection]
|
||||
serial = "/dev/ttyACM0"
|
||||
baudrate = 921600
|
||||
[flash]
|
||||
size = "16MB"
|
@ -1,6 +1,6 @@
|
||||
nvs, data, nvs, , 16k,
|
||||
otadata, data, ota, , 8k,
|
||||
phy_init, data, phy, , 4k,
|
||||
ota_0, app, ota_0, , 3968k,
|
||||
ota_1, app, ota_0, , 3968k,
|
||||
storage, data, spiffs, , 8M,
|
||||
ota_0, app, ota_0, , 5632k,
|
||||
ota_1, app, ota_1, , 5632k,
|
||||
storage, data, spiffs, , 5000k,
|
|
Loading…
x
Reference in New Issue
Block a user