Lines Matching +full:enter +full:- +full:4 +full:byte +full:- +full:addr
6 BeagleV®-Fire is a revolutionary single-board computer (SBC) powered by the Microchip’s
7 PolarFire® MPFS025T 5x core RISC-V System on Chip (SoC) with FPGA fabric. BeagleV®-Fire opens up new
8 horizons for developers, tinkerers, and the open-source community to explore the vast potential of
9 RISC-V architecture and FPGA technology. It has the same P8 & P9 cape header pins as BeagleBone
11 Built around the powerful and energy-efficient RISC-V instruction set architecture (ISA) along with
12 its versatile FPGA fabric, BeagleV®-Fire SBC offers unparalleled opportunities for developers,
13 hobbyists, and researchers to explore and experiment with RISC-V technology.
18 There are three board configurations provided for the BeagleV-Fire:
26 .. zephyr-app-commands::
27 :zephyr-app: samples/hello_world
35 with RISC-V support.
39 <https://www.microchip.com/en-us/products/fpgas-and-plds/fpga-and-soc-design-tools/programming-and-…
43 Connect to BeagleV-Fire UART debug port using a 3.3v USB to UART bridge.
47 .. image:: img/board-booting.png
51 Once you see that progress bar on your screen you can start pressing any button (0-9/a-z) which
57 .. code-block:: bash
59 <softconsole_path>/openocd/bin/openocd --command "set DEVICE MPFS" --file \
60 <softconsole_path>/openocd/share/openocd/scripts/board/microsemi-riscv.cfg
64 the board. You can use the RISC-V GDB from the Zephyr SDK.
67 .. code-block:: bash
69 <path_to_zephyr_sdk>/riscv64-zephyr-elf/bin/riscv64-zephyr-elf-gdb
76 .. code-block:: bash
79 set mem inaccessible-by-default off
81 target extended-remote localhost:3333
88 …-soc/hart-software-services>`_ along with Zephyr, you need to use the `hss-payload-generator <http…
90 .. code-block:: yaml
92 set-name: 'ZephyrImage'
95 hart-entry-points:
101 exec-addr: '0x1000000000' # Where Zephyr should be loaded
102 owner-hart: u54_1 # Primary hart that runs Zephyr
103 priv-mode: prv_m # Start in Machine mode
104 skip-opensbi: true # Boot directly without OpenSBI
108 .. code-block:: bash
110 Press a key to enter CLI, ESC to skip
120 [15.168707] MMC - 512 byte pages, 512 byte blocks, 30621696 pages
121 Waiting for USB Host to connect... (CTRL-C to quit)
123 USB Host connected. Waiting for disconnect... (CTRL-C to quit)
128 .. code-block:: bash
130 dd if=<path_to_zephyr.elf> of=/dev/sdXD bs=4M status=progress oflag=sync