Lines Matching +full:board +full:- +full:to +full:- +full:board
1 .. zephyr:board:: qomu
6 The Qomu board is a platform with an on-board QuickLogic EOS S3 Sensor Processing Platform.
11 - QuickLogic EOS S3 MCU Platform
12 - 16 Mbit of on-board flash memory
13 - Touchpads (4)
14 - RGB LED
15 - Powered from USB
17 Detailed information about the board can be found in a `Qomu repository`_ and `Qomu User Guide`_.
29 Below are steps to run Qomu sample application:
33 .. zephyr-app-commands::
34 :zephyr-app: samples/boards/quicklogic/qomu
35 :board: qomu
38 #. Remove Qomu board from USB port.
39 #. Insert Qomu board to USB port.
40 #. While the blue LED is blinking (for 5 seconds), touch the touch-pads with your finger.
42 #. Use TinyFpgaProgrammer application to load the target application:
44 .. code-block:: console
46 …python3 /path/to/TinyFPGA-Programmer-Application/tinyfpga-programmer-gui.py --mode m4 --m4app buil…
48 Refer to `TinyFPGA Programmer Application repo`_ for detailed information on installation
55 .. target-notes::
58 https://github.com/QuickLogic-Corp/qomu-dev-board
61 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/Qomu_UserGuide.pdf
64 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/qomu-board.pdf
67 https://github.com/QuickLogic-Corp/TinyFPGA-Programmer-Application