Update eMMC provisioning guide and scripts for reTerminal DM4 to remove auto-flash feature. Users must now manually choose Backup or Deploy in the dashboard after connecting the device. Adjusted documentation and trigger scripts accordingly.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Auto-flash CM4 eMMC when reTerminal is connected in boot mode (eMMC disable jumper).
|
||||
# Run this from udev or a systemd service when Raspberry Pi USB boot device (2b8e) is detected.
|
||||
# Requires: usbboot (rpiboot) built, golden image at GOLDEN_IMAGE path.
|
||||
# Provision CM4 eMMC when reTerminal is connected in boot mode (eMMC disable jumper).
|
||||
# On USB boot device (2b8e) detection: run rpiboot to expose eMMC, then wait for the user
|
||||
# to choose Backup or Deploy in the portal — no auto-flash; action runs only after portal choice.
|
||||
# Run this from udev or a systemd service. Requires: usbboot (rpiboot) built, golden image for deploy.
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user