RZ-Five/RZ-Five BSP: Difference between revisions

From Renesas.info
No edit summary
(There is a mistake in start up guide, add address table for bsp 0.8)
Line 1: Line 1:
{{DISPLAYTITLE:RZ/Five BSP Information Page}}
← [[RZ-Five]]
=Downloads=
==Linux 5.10 BSP for all RZ/Five Devices==
==Linux 5.10 BSP for all RZ/Five Devices==
* <font size=+2>'''RZ/Five'''</font>
*<font size="+2">'''RZ/Five'''</font>
* <font size=+1> ⭐ [https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzfive-risc-v-general-purpose-microprocessors-risc-v-cpu-core-andes-ax45mp-single-10-ghz-2ch-gigabit-ethernet Official RZ/Five(RISC-V) BSP Download Page] </font>
*<font size="+1"> ⭐ [https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-mpus/rzfive-risc-v-general-purpose-microprocessors-risc-v-cpu-core-andes-ax45mp-single-10-ghz-2ch-gigabit-ethernet Official RZ/Five(RISC-V) BSP Download Page] </font>
* Please Download the individual components required for your MPU.
*Please Download the individual components required for your MPU.
* Please use the package versions listed table
*Please use the package versions listed table
{| class="wikitable"
{| class="wikitable"
|- style="vertical-align: top;"
|- style="vertical-align: top;"
Line 10: Line 15:
|- style="vertical-align: top;"
|- style="vertical-align: top;"
|📦 '''RZ/Five Linux Package (Common for all MPU)''' <br> ZIP file containing Yocto BSP and all documentation
|📦 '''RZ/Five Linux Package (Common for all MPU)''' <br> ZIP file containing Yocto BSP and all documentation
* '''Yocto Recipe''' <br> This is the actual BSP provided in a Yocto build package
*'''Yocto Recipe''' <br> This is the actual BSP provided in a Yocto build package
* '''Release Note for Linux Package''' <br>  Build instructions, start with this document
*'''Release Note for Linux Package''' <br>  Build instructions, start with this document
* '''Reference Boards Linux Start-up Guide''' <br>  How to program the boot loaders into SPI flash
*'''Reference Boards Linux Start-up Guide''' <br>  How to program the boot loaders into SPI flash
* '''BSP Component list''' <br> List of each package and version included in the default BSP build
*'''BSP Component list''' <br> List of each package and version included in the default BSP build
|💾 [https://www.renesas.com/document/sws/rzfive-board-support-package-v08-rtk0ef0126z0000azj-v08zip?language=en&r=1569466 (link)]
|💾 [https://www.renesas.com/document/sws/rzfive-board-support-package-v08-rtk0ef0126z0000azj-v08zip?language=en&r=1569466 (link)]
|}
=Writing Bootloader=
In Current BSP0.8 Start-up Guide, there is a mistake in Table4. Address for each file, please use below table
{| class="wikitable"
|+
!File name
!Address to load to RAM
!Address to save to ROM
|-
|spl-smarc-rzfive.srec
|0001_1E00
|00000
|-
|fit-smarc-rzfive.srec
|0000_0000
|20000
|}
|}

Revision as of 10:09, 24 May 2022


RZ-Five

Downloads

Linux 5.10 BSP for all RZ/Five Devices

RZ/Five BSP v0.8
📦 RZ/Five Linux Package (Common for all MPU)
ZIP file containing Yocto BSP and all documentation
  • Yocto Recipe
    This is the actual BSP provided in a Yocto build package
  • Release Note for Linux Package
    Build instructions, start with this document
  • Reference Boards Linux Start-up Guide
    How to program the boot loaders into SPI flash
  • BSP Component list
    List of each package and version included in the default BSP build
💾 (link)

Writing Bootloader

In Current BSP0.8 Start-up Guide, there is a mistake in Table4. Address for each file, please use below table

File name Address to load to RAM Address to save to ROM
spl-smarc-rzfive.srec 0001_1E00 00000
fit-smarc-rzfive.srec 0000_0000 20000