The R-Car S4 Whitebox SDK is an integrated development platform that accelerates the development of connected services applications.
All software is provided as an all-in-one package under a Free of Charge (FoC) license, which facilitates testing and can be widely used in advanced development. In addition, since the software is mainly open source, users are free to modify the source code as they wish.
Please refer to the official webpage:
Execute the following command:
bash -c "$(wget -O- https://raw.github.com/renesas-rcar/whitebox-sdk/v5.3/tool/repo_init.sh )"
- ICUMX loader and Flash Writer package
- This is not used for building, but it requires for executing Whitebox SDK.
- Please donwload "ICUMX_Loader_and_Flashwriter_Package_for_R-Car_S4_Starter_Kit_SDKv3.16.2" or later from following:
- CC-RH compiler
- This is used for building G4MH software.
- Please donwload "RH850 Compiler CC-RH V2.05.00 for e2 studio" from following:
Please copy avobe files under the tool directory:
cd whitebox-sdk/tool
cp <download directry>/CC-RH_V20500_setup-doc.zip .
cp <download directry>/ICUMX_Loader_and_Flashwriter_Package_*.zip .
Since GUI operation is required during installation, it must be run on an Ubuntu PC.
cd whitebox-sdk/tool
./setup_whitebox.sh
Execute the following command:
cd whitebox-sdk
./build_whitebox_v5.3.sh <BOARD>
BOARD
is "spider" or "s4sk"
#You can check the generated image with the following command:
ls -l deploy
If there is a directory that contains file which notices about license information(such as LICENSE/COPYING/Readme and so on), all files in that directory are licensed under its license.
And, if file has license information(such as spdx information, comment in header, and so on), its license has priority to other license information(such as license of this repository, license file in the directory, and so on).
Except for the above, all files in this repository are licensed under the MIT License.
Ex.) License priority:
File's license information > License notification in the directory > License of this repository
The user's manuals are available for free, please download it from the official website