You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/port/amd/boards/zcu102/wolfboot-demo/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ SD=/dev/sdX ./program-sd.sh
51
51
52
52
This copies `BOOT.BIN` into the FAT boot partition and `dd`s the signed v1 app to the raw `OFP_A` partition (needs root). Add `WIPE_OFP_B=1` to also clear `OFP_B` so the board boots `A:v1` fresh (handy for demoing the update). Then put the card in the ZCU102, set boot-mode `SW6 = SD`, and power on.
53
53
54
+
Both scripts refuse a `SD=` that is not a whole disk, is not removable/hotplug (your system drive), or is bigger than 256 GB. Override with `FORCE=1` for an unusual card reader, or raise the size cap with `MAX_GB=`.
55
+
54
56
## Run
55
57
56
58
On the serial console (PS-UART0, 115200 8N1) you should see FSBL -> wolfBoot (which verifies the signature) -> the wolfIP banner, DHCP bind, and `Ready`. A modified or unsigned `OFP_A` image fails wolfBoot's check and is not booted.
@@ -110,8 +112,8 @@ The reset after "update staged" is intentional - the app reboots so wolfBoot re-
0 commit comments