Merge pull request #77 from cgbarros/master

Update README.rst
This commit is contained in:
Marek Kraus 2020-11-21 15:24:00 +01:00 committed by GitHub
commit 1b006ebe5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,14 @@ is cloned as a submodule of this repository at ``docs``. Use
`git submodule update --init` to initialize the submodule.
This repository is the central focus of Pine64's
`Nutcracker Challenge <https://www.pine64.org/2020/10/28/nutcracker-challenge-blob-free-wifi-ble/>`_.
`Nutcracker Challenge <https://www.pine64.org/2020/10/28/nutcracker-challenge-blob-free-wifi-ble/>`_. The main task is to reverse engineer the following files:
- `components/bl602/bl602_wifi/lib/libbl602_wifi.a <https://github.com/pine64/bl_iot_sdk/blob/master/components/bl602/bl602_wifi/lib/libbl602_wifi.a>`_
- `components/network/ble/blecontroller/lib/libblecontroller.a <https://github.com/pine64/bl_iot_sdk/blob/master/components/network/ble/blecontroller/lib/libblecontroller.a>`_
- `components/stage/atcmd/lib/libatcmd.a <https://github.com/pine64/bl_iot_sdk/blob/master/components/stage/atcmd/lib/libatcmd.a>`_
This is being done at `bl602-re <https://github.com/pine64/bl602-re>`_.
Documentation
------------
@ -30,7 +37,8 @@ In order to build sample apps, you need to set a few environment variables::
export BL60X_SDK_PATH=/path/to/this/repo
export CONFIG_CHIP_NAME=BL602
In order to build all sample apps simply call `make`, for example ::
In order to build all sample apps simply call `make`, for example::
make
To only build the sample app of interest, go to the directory of the app,
@ -39,8 +47,10 @@ then call `make`, for example::
cd customer_app/bl602_boot2
make
Call ::
=======
Call
====
::
make CONFIG_TOOLPREFIX=riscv64-linux-gnu-