diff --git a/README.rst b/README.rst
index 026c60cb..4d3016fe 100755
--- a/README.rst
+++ b/README.rst
@@ -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 `_.
+`Nutcracker Challenge `_. The main task is to reverse engineer the following files:
+
+ - `components/bl602/bl602_wifi/lib/libbl602_wifi.a `_
+ - `components/network/ble/blecontroller/lib/libblecontroller.a `_
+ - `components/stage/atcmd/lib/libatcmd.a `_
+
+This is being done at `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-