diff options
author | Alison Chaiken <alison@peloton-tech.com> | 2017-06-25 16:43:21 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-04 09:56:02 -0400 |
commit | 52791db74faba880ec2fedc633d2943811955ad5 (patch) | |
tree | f6fc8d2c54618ebbf7ab5685af078cc68ad12f70 /doc/README.gpt | |
parent | 0a242386254066b45a9ab6dbdfa902575402df9b (diff) | |
download | u-boot-52791db74faba880ec2fedc633d2943811955ad5.tar.gz |
cmd gpt: test in sandbox
Make minor changes to README.gpt and sandbox_defconfig to support
testing of the gpt command's functionality in the sandbox.
Changes since v6: none.
Signed-off-by: Alison Chaiken <alison@peloton-tech.com>
Diffstat (limited to 'doc/README.gpt')
-rw-r--r-- | doc/README.gpt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/README.gpt b/doc/README.gpt index 0a3286f636..543bf872d0 100644 --- a/doc/README.gpt +++ b/doc/README.gpt @@ -220,6 +220,16 @@ board/sandbox/README.sandbox: => gpt flip host 0 [ . . . ] +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: ==================== |