From 896ea2615575422496e841bf8a9bfcc36aa3cad0 Mon Sep 17 00:00:00 2001 From: iranl Date: Sat, 22 Mar 2025 21:28:19 +0100 Subject: [PATCH] Fix P4 --- resources/how-to-flash.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/how-to-flash.txt b/resources/how-to-flash.txt index 4e9fe8d..b550583 100644 --- a/resources/how-to-flash.txt +++ b/resources/how-to-flash.txt @@ -123,7 +123,11 @@ esptool.py --chip esp32c6 --port /dev/ttyUSB0 --baud 921600 --before default_res ## ESP32-H2 -esptool.py --chip esp32c6 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq keep --flash_size detect 0xe000 boot_app0.bin 0x0 bootloader.bin 0x10000 nuki_hub_esp32h2.bin 0x280000 nuki_hub_updater_esp32h2.bin 0x8000 nuki_hub.partitions.bin +esptool.py --chip esp32h2 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq keep --flash_size detect 0xe000 boot_app0.bin 0x0 bootloader.bin 0x10000 nuki_hub_esp32h2.bin 0x280000 nuki_hub_updater_esp32h2.bin 0x8000 nuki_hub.partitions.bin + +## ESP32-P4 + +esptool.py --chip esp32p4 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq keep --flash_size detect 0xe000 boot_app0.bin 0x0 bootloader.bin 0x10000 nuki_hub_esp32p4.bin 0x280000 nuki_hub_updater_esp32p4.bin 0x8000 nuki_hub.partitions.bin ## ESP32-SOLO1