summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorronan <ronan.lemartret@iot.bzh>2019-12-06 11:50:13 +0100
committerronan <ronan.lemartret@iot.bzh>2019-12-06 11:50:13 +0100
commit400704bc9e1ea5ae7b3e20da784a156fc6f80e6a (patch)
tree6fc9f8a535d6fb4aada34ee0cb0f1844cce2de17
parent970e602f1b31e1bb10950def90d4f7aa80f6f98a (diff)
[RCAR] Update BSP version/AGL release board.
- Fix markdown lint. Signed-off-by: ronan <ronan.lemartret@iot.bzh>
-rw-r--r--docs/getting-started/machines/R-Car-Starter-Kit-gen3.md21
-rw-r--r--docs/getting-started/machines/renesas.md77
2 files changed, 54 insertions, 44 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 42bda8b..ad3a84a 100644
--- a/docs/getting-started/machines/R-Car-Starter-Kit-gen3.md
+++ b/docs/getting-started/machines/R-Car-Starter-Kit-gen3.md
@@ -417,7 +417,7 @@ Hit any key to stop autoboot: 0
* For machine m3ulcb:
-```
+```bash
NOTICE: BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.14
NOTICE: BL2: PRR is R-Car M3 Ver1.0
NOTICE: BL2: Board is Starter Kit Rev1.0
@@ -465,7 +465,7 @@ Follow the steps below to configure the boot from microSD card and to set screen
* Type **printenv** to check if you have correct parameters for booting your board:
* Example for a h3ulcb:
- ```
+ ```bash
=> printenv
baudrate=115200
bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4
@@ -485,7 +485,7 @@ Follow the steps below to configure the boot from microSD card and to set screen
* Example for a m3ulcb:
- ```
+ ```bash
=> printenv
baudrate=115200
bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4
@@ -506,25 +506,27 @@ Follow the steps below to configure the boot from microSD card and to set screen
* To boot on a sd card, it is recommended to set your environment using these commands :
- ```
+ ```bash
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
```
- ```
+
+ ```bash
setenv bootcmd run load_ker\; run load_dtb\; booti 0x48080000 - 0x48000000
```
- ```
+
+ ```bash
setenv load_ker ext4load mmc 0:1 0x48080000 /boot/Image
```
* For machine h3ulcb (BSP >= 2.19):
- ```
+ ```bash
setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7795-es1-h3ulcb.dtb
```
* For machine h3ulcb (BSP < 2.19):
- ```
+ ```bash
setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7795-h3ulcb.dtb
```
@@ -554,7 +556,7 @@ Follow the steps below to configure the boot from microSD card and to set screen
* Now you can boot:
-```
+```bash
run bootcmd
```
@@ -628,4 +630,3 @@ PRETTY_NAME="Automotive Grade Linux 3.0.0+snapshot-20161202 (chinook)"
[Iot.bzh AGL-Devkit-Image-and-SDK-for-Porter]: http://docs.automotivelinux.org/docs/devguides/en/dev/reference/iotbzh2016/sdk/AGL-Devkit-Image-and-SDK-for-porter.pdf
[Iot.bzh AGL-Devkit-Build-your-1st-AGL-Application]: http://docs.automotivelinux.org/docs/devguides/en/dev/reference/iotbzh2016/sdk/AGL-Devkit-Build-your-1st-AGL-Application.pdf
[Iot.bzh AGL_Phase2-Devkit-HowTo_bake_a_service]: http://docs.automotivelinux.org/docs/devguides/en/dev/reference/iotbzh2016/bsp/AGL_Phase2-Devkit-HowTo_bake_a_service.pdf
-
diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md
index b121ef6..bc1576b 100644
--- a/docs/getting-started/machines/renesas.md
+++ b/docs/getting-started/machines/renesas.md
@@ -33,7 +33,6 @@ You can find more information on building images from these resources:
Guide on building an AGL image and SDK for the Porter board.
Uses Yocto 2.x.
-
## 1. Downloading Proprietary Drivers
Before setting up the build environment, you need to download proprietary drivers from the
@@ -57,7 +56,7 @@ Follow these steps to download the drivers you need:
4:ZIP_2="R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-weston5-20190802.zip"
```
- The script's output identifies the files you need to download from the page and the example above correspond to the Happy Hallibut AGL revision (v8.0.2).
+ The script's output identifies the files you need to download from the page and the example above correspond to the Happy Hallibut AGL revision (v8.0.2).
2. **Find the Download Links:**
@@ -91,7 +90,7 @@ Follow these steps to download the drivers you need:
Here is an example:
```bash
- $ export XDG_DOWNLOAD_DIR=$HOME/Downloads
+ export XDG_DOWNLOAD_DIR=$HOME/Downloads
```
5. **Be Sure the Files Have Rights:**
@@ -133,12 +132,16 @@ Follow these steps to download the drivers you need:
| AGL Version| Renesas version |
|:-:|:-:|
- | AGL master | 3.15.0 |
- | AGL 7.0.0 | 3.9.0 |
- | AGL 6.0.3, 6.0.4 | 3.9.0 |
- | AGL 6.0.0, 6.0.1, 6.0.2 | 3.7.0 |
- | AGL 5.0.x, 5.1.0| 2.23.1 |
- | AGL 4.0.x |2.19.0 |
+ | AGL master | 3.21.0 |
+ | AGL halibut 8.0.2 8.0.3 | 3.21.0 |
+ | AGL halibut 8.0.1 | 3.19.0 |
+ | AGL halibut 8.0.0 | 3.15.0 |
+ | AGL guppy 7.0.3 | 3.19.0 |
+ | AGL guppy 7.0.0 7.0.1 7.0.2 | 3.15.0 |
+ | AGL flounder 6.0.3, 6.0.4 | 3.9.0 |
+ | AGL flounder 6.0.0, 6.0.1, 6.0.2 | 3.7.0 |
+ | AGL eel 5.0.x, 5.1.0| 2.23.1 |
+ | AGL dab 4.0.x |2.19.0 |
**NOTE:**
I don't know how the user uses this information.
@@ -150,20 +153,21 @@ Follow these steps to download the drivers you need:
Having these items ahead of time saves you from having to try and
collect hardware during development:
- * Supported Starter Kit Gen3 board with its 5V power supply.
- * Micro USB-A cable for serial console.
- This cable is optional if you are using Ethernet and an SSH connection.
- * USB 2.0 Hub. The hub is optional but makes it easy to connect multiple USB devices.
- * Ethernet cable. The cable is optional if you are using a serial console.
- * HDMI type D (Micro connector) cable and an associated display.
- * 4 Gbyte minimum MicroSD Card. It is recommended that you use a class 10 type.
- * USB touch screen device such as the GeChic 1502i/1503i. A touch screen device is optional.
+Supported Starter
+
+* Kit Gen3 board with its 5V power supply.
+* Micro USB-A cable for serial console.
+ This cable is optional if you are using Ethernet and an SSH connection.
+* USB 2.0 Hub. The hub is optional but makes it easy to connect multiple USB devices.
+* Ethernet cable. The cable is optional if you are using a serial console.
+* HDMI type D (Micro connector) cable and an associated display.
+* 4 Gbyte minimum MicroSD Card. It is recommended that you use a class 10 type.
+* USB touch screen device such as the GeChic 1502i/1503i. A touch screen device is optional.
**NOTE:** The Salvator-X Board has NDA restrictions.
Consequently, less documentation is available for this board both here and across the
Internet.
-
## 4. Making Sure Your Build Environment is Correct
The
@@ -187,7 +191,7 @@ Follow these steps to download the drivers you need:
for the Starter Kit Pro/M3 Board:
```bash
- $ export MACHINE=m3ulcb
+ export MACHINE=m3ulcb
```
2. **Run the `aglsetup.sh` Script:**
@@ -195,8 +199,8 @@ Follow these steps to download the drivers you need:
Use the following commands to run the AGL Setup script:
```bash
- $ cd $AGL_TOP
- $ source meta-agl/scripts/aglsetup.sh -m $MACHINE -b build agl-devel agl-demo agl-netboot agl-appfw-smack agl-localdev
+ cd $AGL_TOP
+ source meta-agl/scripts/aglsetup.sh -m $MACHINE -b build agl-devel agl-demo agl-netboot agl-appfw-smack agl-localdev
```
**NOTE:**
@@ -308,11 +312,15 @@ as follows:
```bash
MACHINE = "h3ulcb"
```
+
or
+
```bash
MACHINE = "m3ulcb"
```
+
or
+
```bash
MACHINE = "h3-salvator-x"
```
@@ -345,7 +353,7 @@ You can find these pre-built images on the
For supported Renesas boards, the filenames have the following form:
-```
+```bash
<release-name>/<release-number>/m3ulcb-nogfx/deploy/images/m3ulcb/Image-m3ulcb.bin
```
@@ -363,7 +371,7 @@ For this example, the target is "agl-demo-platform":
The build process puts the resulting image in the Build Directory:
-```
+```bash
<build_directory>/tmp/deploy/images/$MACHINE
```
@@ -556,21 +564,20 @@ To use the link, you need to launch the client.
Here are three commands, which vary based on the serial client, that show
how to launch the client:
-
```bash
-$ picocom -b 115200 /dev/ttyUSB0
+picocom -b 115200 /dev/ttyUSB0
```
or
```bash
-$ minicom -b 115200 -D /dev/ttyUSB0
+minicom -b 115200 -D /dev/ttyUSB0
```
or
```bash
-$ screen /dev/ttyUSB0 115200
+screen /dev/ttyUSB0 115200
```
### Powering on the Board to Get a Shell at the Console
@@ -625,7 +632,7 @@ Hit any key to stop autoboot: 0
**m3ulcb:**
-```
+```bash
NOTICE: BL2: R-Car Gen3 Initial Program Loader(CA57) Rev.1.0.14
NOTICE: BL2: PRR is R-Car M3 Ver1.0
NOTICE: BL2: Board is Starter Kit Rev1.0
@@ -663,6 +670,7 @@ Net: ravb
Hit any key to stop autoboot: 0
=>
```
+
## 9. Setting-up U-boot
### Configuring U-Boot Parameters
@@ -678,7 +686,7 @@ boot device and also to set the screen resolution:
enter **printenv** to check if you have correct parameters for booting your board:
Here is an example using the **h3ulcb** board:
- ```
+ ```bash
=> printenv
baudrate=115200
bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4
@@ -698,7 +706,7 @@ boot device and also to set the screen resolution:
Here is a second example using the **m3ulcb** board:
- ```
+ ```bash
=> printenv
baudrate=115200
bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4
@@ -720,7 +728,7 @@ boot device and also to set the screen resolution:
3. To boot your board using the MicroSD card, be sure your environment is set up
as follows:
- ```
+ ```bash
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
@@ -731,13 +739,13 @@ boot device and also to set the screen resolution:
**h3ulcb with BSP version greater than or equal to 2.19**:
- ```
+ ```bash
setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-es1-h3ulcb.dtb
```
**h3ulcb with BSP version less than 2.19**:
- ```
+ ```bash
setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-h3ulcb.dtb
```
@@ -767,9 +775,10 @@ boot device and also to set the screen resolution:
6. Boot the board:
-```
+```bash
run bootcmd
```
+
## 10. Troubleshooting
### Logging Into the Console