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: docs/Targets.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2308,7 +2308,7 @@ Typical boot timing with ECC384/SHA384 signing:
2308
2308
2309
2309
### SD Card Boot
2310
2310
2311
-
wolfBoot supports booting from SD card on the VMK180 using the Cadence SDHCI controller. This enables A/B partition-based firmware updates from GPT partitions on the SD card.
2311
+
wolfBoot supports booting from SD card on the VMK180 using the Arasan SDHCI controller. This enables A/B partition-based firmware updates from MBR partitions on the SD card.
2312
2312
2313
2313
#### SD Card Partition Layout
2314
2314
@@ -2334,8 +2334,8 @@ make
2334
2334
Key differences from QSPI configuration:
2335
2335
-`DISK_SDCARD=1` - Enable SD card support via SDHCI driver
2336
2336
-`EXT_FLASH=0` - Disable QSPI flash
2337
-
-`BOOT_PART_A=2` - Primary firmware on partition 2
2338
-
-`BOOT_PART_B=3` - Update firmware on partition 3
2337
+
-`BOOT_PART_A=1` - Primary firmware on partition 2 (OFP_A, 0-based index 1)
2338
+
-`BOOT_PART_B=2` - Update firmware on partition 3 (OFP_B, 0-based index 2)
2339
2339
2340
2340
#### Building and Provisioning
2341
2341
@@ -2348,7 +2348,7 @@ Key differences from QSPI configuration:
2348
2348
This creates:
2349
2349
-`wolfboot.elf` - wolfBoot bootloader
2350
2350
-`BOOT.BIN` - Complete boot image for partition 1
2351
-
-`sdcard.img` - GPT-partitioned SD card image with signed test apps
2351
+
-`sdcard.img` - MBR-partitioned SD card image with signed test apps
2352
2352
-`test-app/image_v1_signed.bin` - Signed primary firmware
2353
2353
-`test-app/image_v2_signed.bin` - Signed update firmware
0 commit comments