summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-02-22 05:04:07 +0300
committerAnup Patel <anup@brainfault.org>2019-02-22 07:28:55 +0300
commitfde1c42db35a991f62a1a8a6b26508dab486e61a (patch)
tree16bd285a6e7abac378fa22e66db879b88e3d2fe0 /docs/platform
parent122d00ba67c9caeffc65ddd96dd22c0d204f4c72 (diff)
downloadopensbi-fde1c42db35a991f62a1a8a6b26508dab486e61a.tar.xz
doc: Fix root partition details for fu540.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/sifive_fu540.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/platform/sifive_fu540.md b/docs/platform/sifive_fu540.md
index 95a4326..286abdd 100644
--- a/docs/platform/sifive_fu540.md
+++ b/docs/platform/sifive_fu540.md
@@ -161,9 +161,13 @@ tftpboot ${ramdisk_addr_r} /sifive/fu540/uRamdisk
7. Set the boot command-line arguments.
```
-setenv bootargs "root=/dev/ram rw console=ttySIF0 earlycon=sbi"
+setenv bootargs "root=<root partition> rw console=ttySIF0 earlycon=sbi"
```
+N.B. root partition should point to
+ ** /dev/ram ** - If a ramdisk is used
+ ** root=/dev/mmcblk0pX ** - If a rootfs is already on some other partition of sdcard
+
8. Now boot into Linux.
```