Skip to content

Commit 1b006eb

Browse files
authored
Merge pull request #77 from cgbarros/master
Update README.rst
2 parents 33598a8 + 8e6979b commit 1b006eb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ is cloned as a submodule of this repository at ``docs``. Use
1111
`git submodule update --init` to initialize the submodule.
1212

1313
This repository is the central focus of Pine64's
14-
`Nutcracker Challenge <https://www.pine64.org/2020/10/28/nutcracker-challenge-blob-free-wifi-ble/>`_.
14+
`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:
15+
16+
- `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>`_
17+
- `components/network/ble/blecontroller/lib/libblecontroller.a <https://github.com/pine64/bl_iot_sdk/blob/master/components/network/ble/blecontroller/lib/libblecontroller.a>`_
18+
- `components/stage/atcmd/lib/libatcmd.a <https://github.com/pine64/bl_iot_sdk/blob/master/components/stage/atcmd/lib/libatcmd.a>`_
19+
20+
This is being done at `bl602-re <https://github.com/pine64/bl602-re>`_.
21+
1522

1623
Documentation
1724
------------
@@ -30,7 +37,8 @@ In order to build sample apps, you need to set a few environment variables::
3037
export BL60X_SDK_PATH=/path/to/this/repo
3138
export CONFIG_CHIP_NAME=BL602
3239

33-
In order to build all sample apps simply call `make`, for example ::
40+
In order to build all sample apps simply call `make`, for example::
41+
3442
make
3543

3644
To only build the sample app of interest, go to the directory of the app,
@@ -39,8 +47,10 @@ then call `make`, for example::
3947
cd customer_app/bl602_boot2
4048
make
4149

42-
Call ::
43-
=======
50+
Call
51+
====
52+
53+
::
4454

4555
make CONFIG_TOOLPREFIX=riscv64-linux-gnu-
4656

0 commit comments

Comments
 (0)