From 5976ad390a15726c3ddfacf8c8b282c8350f9554 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 29 Oct 2024 21:17:31 +0200 Subject: start moving towards threads always being in rpc --- docs/visionfive2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/visionfive2.md') diff --git a/docs/visionfive2.md b/docs/visionfive2.md index 71f8a7e..ede887f 100644 --- a/docs/visionfive2.md +++ b/docs/visionfive2.md @@ -14,7 +14,7 @@ serial and ethernet booting, but I haven't looked into how they work. 2. Create three partitions on an SD card of your choice: ``` -sudo sgdisk --clean \ +sudo sgdisk \ --new=1:4096:8191 --change-name=1:"spl" --typecode=1:2E54B353-1271-4842-806F-E436D6AF6985 \ --new=2:8192:16383 --change-name=2:"uboot" --typecode=2:5B193300-FC78-40CD-8002-E86C45580B47 \ --new=3:16384:0 --change-name=3:"data" \ -- cgit v1.3