From 0129e58d1f9e87a041d1eab37098288ad7595e93 Mon Sep 17 00:00:00 2001 From: EricChunYi Date: Wed, 4 May 2022 02:38:19 +0800 Subject: [PATCH] doc: update stdc step by step --- docs_kneron/stdc_step_by_step.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/docs_kneron/stdc_step_by_step.md b/docs_kneron/stdc_step_by_step.md index ec35a68..0c3c6bd 100644 --- a/docs_kneron/stdc_step_by_step.md +++ b/docs_kneron/stdc_step_by_step.md @@ -377,14 +377,24 @@ Recommend you read [Kneron PLUS official document](http://doc.kneron.com/docs/#p ### Step 7-1: Download and Install PLUS python library(.whl) * Go to [Kneron education center](https://www.kneron.com/tw/support/education-center/) -* Scroll down to OpenMMLab Kneron Edition table -* Select Kneron Plus v1.13.0 (pre-built python library) -* Your OS version(Ubuntu, Windows, MacOS, Raspberry pi) -* Download KneronPLUS-1.3.0-py3-none-any_{your_os}.whl +* Scroll down to `OpenMMLab Kneron Edition table` +* Select `Kneron Plus v1.3.0 (pre-built python library, firmware)` +* Select `python library` +* Select Your OS version(Ubuntu, Windows, MacOS, Raspberry pi) +* Download `KneronPLUS-1.3.0-py3-none-any_{your_os}.whl` * unzip downloaded `KneronPLUS-1.3.0-py3-none-any.whl.zip` * pip install KneronPLUS-1.3.0-py3-none-any.whl -### Step 7-2: Download STDC example code +### Step 7-2: Download and upgrade KL720 USB accelerator firmware +* Go to [Kneron education center](https://www.kneron.com/tw/support/education-center/) +* Scroll down to `OpenMMLab Kneron Edition table` +* Select `Kneron Plus v1.3.0 (pre-built python library, firmware)` +* Select `firmware` +* Download `kl720_frimware.zip (fw_ncpu.bin、fw_scpu.bin)` +* unzip downloaded `kl720_frimware.zip` +* upgrade KL720 USB accelerator firmware(fw_ncpu.bin、fw_scpu.bin) by following [document](http://doc.kneron.com/docs/#plus_python/getting_start/), `Sec. 2. Update AI Device to KDP2 Firmware`, `Sec. 2.2 KL720` + +### Step 7-3: Download STDC example code * Go to [Kneron education center](https://www.kneron.com/tw/support/education-center/) * Scroll down to **OpenMMLab Kneron Edition** table * Select **kneron-mmsegmentation** @@ -392,7 +402,7 @@ Recommend you read [Kneron PLUS official document](http://doc.kneron.com/docs/#p * Download **stdc_plus_demo.zip** * unzip downloaded **stdc_plus_demo** -### Step 7-3: Test enviroment is ready (require [KL720 USB accelerator](https://www.kneo.ai/products/hardwares/HW2020122500000007/1)) +### Step 7-4: Test enviroment is ready (require [KL720 USB accelerator](https://www.kneo.ai/products/hardwares/HW2020122500000007/1)) In `stdc_plus_demo`, we provide a STDC-Seg example model and image for quick test. * Plug in [KL720 USB accelerator](https://www.kneo.ai/products/hardwares/HW2020122500000007/1) into your computer USB port * Go to the stdc_plus_demo folder