summaryrefslogtreecommitdiff
path: root/doc/README.gpt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.gpt')
-rw-r--r--doc/README.gpt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/README.gpt b/doc/README.gpt
index 3fcd835..c0acc8a 100644
--- a/doc/README.gpt
+++ b/doc/README.gpt
@@ -210,6 +210,16 @@ U-BOOT> gpt verify mmc 0 $partitions
U-BOOT> if test $? = 0; then echo "GPT OK"; else echo "GPT ERR"; fi
+The GPT functionality may be tested with the 'sandbox' board by
+creating a disk image as described under 'Block Device Emulation' in
+board/sandbox/README.sandbox:
+
+=>host bind 0 ./disk.raw
+=> gpt read host 0
+[ . . . ]
+=> gpt flip host 0
+[ . . . ]
+
Partition type GUID:
====================