From 59050e6d33a6f92e29ad61b2d4e57a9bb938cbfc Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Thu, 19 Nov 2020 19:30:30 +0200 Subject: [PATCH] Improved README.md (#51) - Removed redundant instructions - Improved wording Co-authored-by: Marek Kraus --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 799bf124..026c60cb 100755 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Call :: make CONFIG_TOOLPREFIX=riscv64-linux-gnu- -for bypassing the bundled cross-compiler and using your distribution's own +if you wish to bypass the bundled cross-compiler and using your distribution's own cross-compiler. There is a linker script (written in python) at `image_conf/flash_build.py`. @@ -52,6 +52,12 @@ To run this, you need to specify the application and the target, for example:: python3 flash_build.py bl602_boot2 bl602 +**Note:** If you decide to copy any project outside of the `customer_app` folder, +you will need to define a few variables in order to compile it:: + + export BL60X_SDK_PATH=/path/to/this/repo + export CONFIG_CHIP_NAME=bl602 + Hardware -------- BL602 is a 32-bit RISC-V based combo chipset supporting Wi-Fi and BLE (Bluetooth