From 929aab3844ca050b3e1e4ed3a2a5462f5a0da4c2 Mon Sep 17 00:00:00 2001 From: Adam Parker Date: Tue, 25 Jun 2019 15:11:17 -0500 Subject: Fix issue on docs.automotivelinux.org Formatting on docs.automotivelinux.org does not separate lines of environment commands. --- docs/getting-started/machines/R-Car-Starter-Kit-gen3.md | 4 ++++ 1 file changed, 4 insertions(+) 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 ``` -- cgit 1.2.3-korg