diff options
-rw-r--r-- | getting-started/machines/R-Car-Starter-Kit-gen3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started/machines/R-Car-Starter-Kit-gen3.md b/getting-started/machines/R-Car-Starter-Kit-gen3.md index 11566b4..dd27d12 100644 --- a/getting-started/machines/R-Car-Starter-Kit-gen3.md +++ b/getting-started/machines/R-Car-Starter-Kit-gen3.md @@ -450,7 +450,7 @@ Follow the steps below to configure the boot from microSD card and to set screen * For machine m3ulcb: ``` -=> print +=> printenv baudrate=115200 bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait rw rootfstype=ext4 bootcmd=run load_ker; run load_dtb; booti 0x48080000 - 0x48000000 |