1.1 KiB
1.1 KiB
| description | argument-hint |
|---|---|
| Build and flash RuView ESP32 firmware (8MB or 4MB), then confirm the CSI stream. | [8mb|4mb] [COM port] |
/ruview-flash
Build + flash RuView firmware to an ESP32-S3 sensing node.
- Invoke the
ruview-hardware-setupskill. - Determine variant from
$ARGUMENTS(default8mb). For4mb:cp firmware/esp32-csi-node/sdkconfig.defaults.4mb firmware/esp32-csi-node/sdkconfig.defaultsfirst. For8mb: ensure it's built fromsdkconfig.defaults.template(no mock). - Build using the Python-subprocess command from
CLAUDE.local.md(ESP-IDF v5.4 does NOT work under Git Bash — stripMSYSTEM*env vars). Never usecmd.exe /Cfrom bash. - Flash: same subprocess,
[python, idf_py, '-p', '<COM port>', 'flash'](default port COM8), orpython -m esptool ... write_flash ...with the four binaries. - Confirm: serial monitor via pyserial (not
idf.py monitor), thencd v2 && cargo run -p wifi-densepose-sensing-serverto see frames arrive. - If no frames: re-run
/ruview-provision, check channel matches the AP, drop any--filter-mac.