Skip to content

Commit

Permalink
Fix formatting errors in README.rst
Browse files Browse the repository at this point in the history
The code blocks added by pine64#17 were formatted as Markdown, but this is an
reStructuredText file.
  • Loading branch information
tchebb committed Oct 29, 2020
1 parent 435dd2b commit 32cc93b
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BLE602 SDK
=========
==========

`Discord <https://discord.gg/89VWQVH>`_ , `Telegram <https://t.me/joinchat/Kmi2S0nOsT240emHk-aO6g>`_

Expand All @@ -13,28 +13,27 @@ Quick Start
===========

In order to build one of the sample apps, you need to set a few environment
variables:
```
export BL60X_SDK_PATH=/path/to/this/repo
export CONFIG_CHIP_NAME=bl602
```
Then go to the sample directory of interest and call `make`, for example:
```
cd customer_app/bl602_boot2
make
```
Call
```
make CONFIG_TOOLPREFIX=riscv64-linux-gnu-
```
variables::

export BL60X_SDK_PATH=/path/to/this/repo
export CONFIG_CHIP_NAME=bl602

Then go to the sample directory of interest and call `make`, for example::

cd customer_app/bl602_boot2
make

Call ::

make CONFIG_TOOLPREFIX=riscv64-linux-gnu-

for bypassing the bundled crosscompiler and using your distribution's own crosscompiler.


There is a linker script (written in python) at `image_conf/flash_build.py`.
To run this, you need to specify the application and the target, for example:
```
python3 flash_build.py bl602_boot2 bl602
```
To run this, you need to specify the application and the target, for example::

python3 flash_build.py bl602_boot2 bl602

Hardware
=========
Expand Down

0 comments on commit 32cc93b

Please sign in to comment.