summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAdam Parker <adam.loyd.parker@gmail.com>2019-06-25 15:11:17 -0500
committerbenierc <clement.benier@iot.bzh>2019-06-26 09:44:24 +0200
commit929aab3844ca050b3e1e4ed3a2a5462f5a0da4c2 (patch)
tree14012c04ffa9746a98726ce604408ea31b004a96 /docs
parentb281aeba34db2014334029599d54686e3856de7c (diff)
Fix issue on docs.automotivelinux.org
Formatting on docs.automotivelinux.org does not separate lines of environment commands.
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/machines/R-Car-Starter-Kit-gen3.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting-started/machines/R-Car-Starter-Kit-gen3.md b/docs/getting-started/machines/R-Car-Starter-Kit-gen3.md
index d84d1c3..42bda8b 100644
--- a/docs/getting-started/machines/R-Car-Starter-Kit-gen3.md
+++ b/docs/getting-started/machines/R-Car-Starter-Kit-gen3.md
@@ -508,7 +508,11 @@ Follow the steps below to configure the boot from microSD card and to set screen
```
setenv bootargs console=ttySC0,115200 ignore_loglevel vmalloc=384M video=HDMI-A-1:1920x1080-32@60 root=/dev/mmcblk1p1 rw rootfstype=ext4 rootwait rootdelay=2
+ ```
+ ```
setenv bootcmd run load_ker\; run load_dtb\; booti 0x48080000 - 0x48000000
+ ```
+ ```
setenv load_ker ext4load mmc 0:1 0x48080000 /boot/Image
```