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,8 +1,10 @@
|
||||
# When reTerminal (CM4) is connected in USB boot mode (eMMC disable jumper),
|
||||
# Raspberry Pi Foundation USB device appears (vendor 2b8e). Trigger auto-flash.
|
||||
# Raspberry Pi Foundation USB device appears (vendor 2b8e). Trigger provisioning:
|
||||
# run rpiboot to expose eMMC, then wait for user to choose Backup or Deploy in the portal.
|
||||
# No auto-flash — action runs only after portal choice.
|
||||
# Install: sudo cp 90-cm4-boot-mode.rules /etc/udev/rules.d/
|
||||
# sudo udevadm control --reload-rules
|
||||
# The trigger script starts the actual flash via systemd so udev does not block.
|
||||
# The trigger script starts the provisioning script via systemd so udev does not block.
|
||||
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="2b8e", ACTION=="add", \
|
||||
RUN+="/usr/local/bin/cm4-flash-trigger.sh"
|
||||
|
||||
Reference in New Issue
Block a user