diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2024-12-22 20:12:21 +0100 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2024-12-22 20:12:21 +0100 |
| commit | 7754ef7204e873aa33d55ebe5002257e3941e942 (patch) | |
| tree | 873dc17f83c61f56e452330c2d1d2d0343305f67 /INSTALL | |
| download | wb3s-ble-nebula-galaxy-7754ef7204e873aa33d55ebe5002257e3941e942.tar.gz wb3s-ble-nebula-galaxy-7754ef7204e873aa33d55ebe5002257e3941e942.zip | |
Import bk_ble from elektroda forum
https://www.elektroda.com/rtvforum/topic3989434.html\#20742145
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +Step 1. (if the archive name you downloader ends with .zip) +Change to your project directory (say, projects/), and copy +the project archive (bk_ble.tar.zip) into it. Now extract the +files from the archive using + +~$ tar xzvf bk_ble.tar.zip + +or Step 1. (if the archive name you downloader ends with .bz2) +Change to your project directory (say, projects/), and copy +the project archive (bk_ble.tar.bz2) into it. Now extract the +files from the archive using + +~$ tar xjvf bk_ble.tar.bz2 + +Step 2. Now change to the bk_ble/ directory. Finally, run + +~$ make sdk_install + +This will download Beken's code, extract the toolchain and +the SDK, and apply the patches needed to make the project +compile. |
