From bf6d76b84ae13b463c0dca556118047e2d046f33 Mon Sep 17 00:00:00 2001 From: Alison Chaiken Date: Sat, 9 Sep 2017 23:47:12 -0700 Subject: GPT: create block device for sandbox testing Provide a Python function that creates a small block device for the purpose of testing the cmd/gpt.c or cmd/part.c functions in the u-boot sandbox. Signed-off-by: Alison Chaiken Reviewed-by: Simon Glass --- board/sandbox/README.sandbox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'board/sandbox') diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 2e2c819384..9bc13e142b 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -337,6 +337,11 @@ $> lodev=`sudo losetup -P -f --show ./disk.raw` $> sudo mkfs.vfat -n EFI -v ${lodev}p1 $> sudo mkfs.ext4 -L ROOT -v ${lodev}p2 +or utilize the device described in test/py/make_test_disk.py: + + #!/usr/bin/python + import make_test_disk + make_test_disk.makeDisk() Writing Sandbox Drivers ----------------------- -- cgit v1.2.1