Update example for run code in SRAM

Signed-off-by: Huang Rui <vowstar@gmail.com>
pull/27/head
Huang Rui 2019-04-29 20:11:42 +08:00
parent 30a6f4a81a
commit 7a1669540c
1 changed files with 3 additions and 0 deletions

View File

@ -79,7 +79,10 @@ Execute user code directly in SRAM and view in serial terminal,
.. code:: bash
# For `.elf` file
python3 kflash.py -b 4500000 -B goE -s -t hello_world
# For `.bin` file
python3 kflash.py -b 4500000 -B goE -s -t hello_world.bin
Requirements
------------