From fe7e536396a3202672c73989a9d271cd18d9843d 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 | 137 +++++++++++++++++-------------- 1 file changed, 77 insertions(+), 60 deletions(-) (limited to 'docs') diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md index d06205c..6339682 100644 --- a/docs/getting-started/machines/renesas.md +++ b/docs/getting-started/machines/renesas.md @@ -131,7 +131,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 | @@ -704,19 +705,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
    @@ -733,15 +735,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
    @@ -758,63 +760,77 @@ 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: - ``` +
    +    
         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
    -    ```
    -
    -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:
    -
    -   **h3ulcb with BSP version greater than or equal to 2.19**:
    -
    -    ```
    -    setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7795-es1-h3ulcb.dtb
    -    ```
    -
    -    **h3ulcb with BSP version less than 2.19**:
    +    
    +  
    +
  6. - ``` - setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7795-h3ulcb.dtb - ``` +
  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:
    - **m3ulcb**: + h3ulcb with BSP version greater than or equal to 2.19: - ```bash - setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7796-m3ulcb.dtb - ``` +
    +    
    +    setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-es1-h3ulcb.dtb
    +    
    +  
    - **m3ulcb with a Kingfisher board**: + h3ulcb with BSP version less than 2.19: - ```bash - setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7796-m3ulcb-kf.dtb - ``` +
    +    
    +    setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-h3ulcb.dtb
    +    
    +  
    - **h3ulcb with a Kingfisher board**: + m3ulcb: +
    +    
    +    setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7796-m3ulcb.dtb
    +    
    +  
    - ```bash - setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/Image-r8a7795-es1-h3ulcb-kf.dtb - ``` + m3ulcb with a Kingfisher board: +
    +    
    +    setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7796-m3ulcb-kf.dtb
    +    
    +  
    -5. Save the boot environment: + h3ulcb with a Kingfisher board: +
    +    
    +    setenv load_dtb ext4load mmc 0:1 0x48000000 /boot/r8a7795-es1-h3ulcb-kf.dtb
    +    
    +  
    +
  8. - ```bash - saveenv - ``` +
  9. Save the boot environment:
    + + saveenv + +
  10. -6. Boot the board: +
  11. Boot the board:
    + + run bootcmd + +
  12. +
-``` -run bootcmd -``` ## 10. Troubleshooting ### Logging Into the Console @@ -890,3 +906,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