@@ -11,7 +11,14 @@ is cloned as a submodule of this repository at ``docs``. Use
11
11
`git submodule update --init ` to initialize the submodule.
12
12
13
13
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
+
15
22
16
23
Documentation
17
24
------------
@@ -30,7 +37,8 @@ In order to build sample apps, you need to set a few environment variables::
30
37
export BL60X_SDK_PATH=/path/to/this/repo
31
38
export CONFIG_CHIP_NAME=BL602
32
39
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
+
34
42
make
35
43
36
44
To only build the sample app of interest, go to the directory of the app,
@@ -39,8 +47,10 @@ then call `make`, for example::
39
47
cd customer_app/bl602_boot2
40
48
make
41
49
42
- Call ::
43
- =======
50
+ Call
51
+ ====
52
+
53
+ ::
44
54
45
55
make CONFIG_TOOLPREFIX=riscv64-linux-gnu-
46
56
0 commit comments