From 4e7e82a279ffa322f31e0dfee8a4bad370878753 Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Thu, 27 Feb 2020 10:05:57 +0100 Subject: Update Renesas documentation Add icefish in bsp table Reformating documentation part Signed-off-by: Frederic Marec --- docs/getting-started/machines/renesas.md | 128 +++++++++++++++++-------------- 1 file changed, 72 insertions(+), 56 deletions(-) diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md index e1f13e7..c6733dd 100644 --- a/docs/getting-started/machines/renesas.md +++ b/docs/getting-started/machines/renesas.md @@ -130,7 +130,8 @@ Follow these steps to download the drivers you need: | AGL Version| Renesas version | |:-:|:-:| | AGL master | 3.21.0 | - | AGL halibut 8.0.2 8.0.3 8.0.4 | 3.21.0 | + | AGL icefish 9.0.0 | 3.21.0 | + | AGL halibut 8.0.2 8.0.3 8.0.4 8.0.5 | 3.21.0 | | AGL halibut 8.0.1 | 3.19.0 | | AGL halibut 8.0.0 | 3.15.0 | | AGL guppy 7.0.4 | 3.21.0 | @@ -708,19 +709,20 @@ Hit any key to stop autoboot: 0 Follow these steps to configure the board to use the MicroSD card as the boot device and also to set the screen resolution: -1. As the board is powering up, press any key to stop the autoboot process. +
    +
  1. As the board is powering up, press any key to stop the autoboot process. You need to press a key quickly as you have just a few seconds in which to press a key. +
  2. -2. Once the autoboot process is interrupted, use the board's serial console to - enter **printenv** to check if you have correct parameters for booting your board: - -
    - - Here is an example using the **h3ulcb** board: - -
    -      
    +  
  3. Once the autoboot process is interrupted, use the board's serial console to + enter printenv to check if you have correct parameters for booting your board: +
    + + Here is an example using the h3ulcb board: + +
    +    
     
     => printenv
     baudrate=115200
    @@ -737,15 +739,15 @@ stdout=serial
     ver=U-Boot 2015.04 (Jun 09 2016 - 19:21:52)
     
     Environment size: 648/131068 bytes
    -      
    -    
    -
    -
    - - Here is a second example using the **m3ulcb** board: - -
    -      
    +    
    +  
    +
    +
    + + Here is a second example using the m3ulcb board: + +
    +    
     => printenv
     baudrate=115200
     bootargs=console=ttySC0,115200 root=/dev/mmcblk1p1 rootwait ro rootfstype=ext4
    @@ -762,63 +764,76 @@ stdout=serial
     ver=U-Boot 2015.04 (Nov 30 2016 - 18:25:18)
     
     Environment size: 557/131068 bytes
    -      
    -    
    -
    +
    +
  4. +
    + -3. To boot your board using the MicroSD card, be sure your environment is set up +
  5. 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
    -    ```
    +    
    +  
    +
  6. -4. Depending on the board type, the BSP version, and the existence of - a Kingfisher board, make sure your ``load_dtb`` is set as follows: +
  7. Depending on the board type, the BSP version, and the existence of + a Kingfisher board, make sure your ``load_dtb`` is set as follows:
    - **h3ulcb with BSP version greater than or equal to 2.19**: + 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**: + h3ulcb with BSP version less than 2.19: - ```bash +
    +    
         setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-h3ulcb.dtb
    -    ```
    -
    -    **m3ulcb**:
    +    
    +  
    - ```bash + m3ulcb: +
    +    
         setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7796-m3ulcb.dtb
    -    ```
    -
    -    **m3ulcb with a Kingfisher board**:
    +    
    +  
    - ```bash + m3ulcb with a Kingfisher board: +
    +    
         setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7796-m3ulcb-kf.dtb
    -    ```
    -
    -    **h3ulcb with a Kingfisher board**:
    +    
    +  
    - ```bash + h3ulcb with a Kingfisher board: +
    +    
         setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-es1-h3ulcb-kf.dtb
    -    ```
    -
    -5. Save the boot environment:
    -
    -    ```bash
    -    saveenv
    -    ```
    +    
    +  
    +
  8. -6. Boot the board: +
  9. Save the boot environment:
    + + saveenv + +
  10. -```bash -run bootcmd -``` +
  11. Boot the board:
    + + run bootcmd + +
  12. +
## 10. Troubleshooting @@ -896,3 +911,4 @@ you can determine the board's IP address and log in using `ssh`. **NOTE:** More generics troubleshooting can be found here : [Generic issues](../troubleshooting.html) + git push --set-upstream origin guppy \ No newline at end of file -- cgit 1.2.3-korg