aboutsummaryrefslogtreecommitdiff
path: root/docs/visionfive2.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/visionfive2.md')
-rw-r--r--docs/visionfive2.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/visionfive2.md b/docs/visionfive2.md
index 250a844..24677f8 100644
--- a/docs/visionfive2.md
+++ b/docs/visionfive2.md
@@ -13,6 +13,9 @@ point.
The following is how to boot with an SD card. The board seems to support
serial and ethernet booting, but I haven't looked into how they work.
+The SD card should have an empty GPT table, you can create one with
+`fdisk /dev/sdX/`.
+
1. Build `kmi` with `GENERIC_UBOOT=1`. At the moment, SMP is broken on the
VisionFive2, so you'll need to comment out `smp_bringup(d, fdt);` in
`main.c`.