Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
============== -*- outline -*- ==============
Renesas BSP ROM Writer
2021/09/03 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
=============================================
-------------------------------
* What is this ?
-------------------------------
When you get Renesas BSP, it is difficult to understand
what you need to do to use it. This is one of helper for it.
This helps you to write ROM to your Renesas board.
-------------------------------
* Note
-------------------------------
** Un Official Tool
This is *Un Official* Tool.
^^^^^^^^^^^^^^^^^^^
Contributor never take responsibility even though some issue happen.
^^^^^^^^^^^^^^^^^^^^^^^^^
** Un-Supported
R-Car Gen3 Salvator
R-Car StarterKit
These are no longer supported.
Go back to v1.0.0 to use it.
-------------------------------
* How to use ?
-------------------------------
Please check each board name folder and README in it.
-------------------------------
* License ?
-------------------------------
Copyright (C) 2021 Renesas Electronics Corp.
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
-------------------------------
* Where to get renesas-bsp-rom-writer ?
-------------------------------
https://github.com/morimoto/renesas-bsp-rom-writer
https://gitlab.com/morimoto.kuninori/renesas-bsp-rom-writer
-------------------------------
* Configuration file options (Linux)
-------------------------------
You can find ".renesas_bsp_rom_writer.<board>" (for example
".renesas_bsp_rom_writer.x5h_ironhide") in your ROM directory
after a first write using the linux script.
The script saves your selections (soc, rom, version, tty, mode)
there automatically and reads them back on the next run. Those
entries are managed by the script and are not meant to be edited
by hand.
The following options can be added to automate script behavior:
[file.srec]:ignore Skip writing the specified srec file.
"file.srec" is the exact srec file name listed
for your board/version, e.g.
[bootparam_sa0.srec]:ignore
[select_tty]:ignore Skip the board connection check and
terminal/software (minicom) confirmation.
[tty_owner]:ignore When a TTY is already in use, kill the owner process
without asking for confirmation.
[confirm_info]:ignore Skip the confirmation prompt for the
selected settings before proceeding.
[update_style]:all Update all files without asking.
[update_style]:ask Ask one by one whether to update each file.
Some board supports auto_cmd to handle board. You can check
board/xxx/README whether your board supports it or not.
If the board is supporting auto_cmd, it needs to specify used serial.
[auto_cmd_tty]:/dev/ttyUSBx use specified serial
ex) .renesas_bsp_rom_writer.<board>
-----------------
[bootparam_sa0.srec]:ignore
[icumx_loader.srec]:ignore
[select_tty]:ignore
[tty_owner]:ignore
[confirm_info]:ignore
[update_style]:all
-----------------
-------------------------------
* Can I see the log ?
-------------------------------
You can find the log file named "renesas-bps-rom-writer.log" in
the ROM directory (the same location than the configuration file).