Lines Matching +full:serial +full:- +full:target
7 multi-core 64bit RISC-V SoC.
18 .. zephyr-app-commands::
22 `spl_tool <https://github.com/starfive-tech/Tools/tree/master/spl_tool/>`_
26 .. code-block:: console
28 ./spl_tool -c -f build/zephyr/zephyr.bin
32 to run it in M-Mode (Machine Mode) since S-Mode (Supervisor Mode) is
39 The following steps use minicom for serial communication, feel free to use
40 any other serial terminal that supports xmodem based file transfers.
41 Thanks to @orangecms for his vf2-loader tool which makes the flashing process easier
43 git clone the vf2-loader tool from https://github.com/orangecms/vf2-loader.git and
48 <https://doc-en.rvspace.org/VisionFive2/Quick_Start_Guide/VisionFive2_SDK_QSG/recovering_bootloader…
49 to connect your serial-to-usb converter. Now power on the board and using
50 minicom access board's serial and press the reset switch on the board until you see CCCCCC... prompt
53 to previously git cloned vf2-loader/ directory and cd into it.
56 .. code-block:: console
58 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB0
60 .. code-block:: text
62 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB0
63 Finished dev [unoptimized + debuginfo] target(s) in 0.03s
64 Running `target/debug/vf2-loader zephyr.bin.normal.out`
69 Press CTRL-A Z for help on special keys
70 6*** Booting Zephyr OS build v3.6.0-rc3 ***