Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ VIDEO_FW_BACKUP_DIR=/opt ./run.sh --platform kodiak --stack upstream

### Ensure Wi‑Fi is used for downloads (if needed)
```sh
export SSID="Hydra"
export PASSWORD="K5x48Vz3"
export SSID="AP Name"
export PASSWORD="Password"
./run.sh --extract-input-clips true
```

Expand Down Expand Up @@ -262,4 +262,4 @@ export PASSWORD="K5x48Vz3"
- **Download fails**
Ensure time is sane (TLS), network is reachable, and provide Wi‑Fi creds via env or `ssid_list.txt`. The downloader uses BusyBox‑compatible flags with retries.

---
---
Loading