aboutsummaryrefslogtreecommitdiff
path: root/docs/visionfive2.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-30 13:34:18 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-11-01 10:27:36 +0200
commitf139fff6ae7063c1965fa3085bb2585d7d838d72 (patch)
tree7ee9f7c6a1ee09dba93c086cd66861474b821c97 /docs/visionfive2.md
parentb576c1d477bf476f277d32ecf60c312e4a97490d (diff)
downloadkmi-f139fff6ae7063c1965fa3085bb2585d7d838d72.tar.gz
kmi-f139fff6ae7063c1965fa3085bb2585d7d838d72.zip
rpc actually marks and unmarks stack regions
+ Processes won't be able to read previous stack frames etc
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`.