VisionFive2: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  sudo apt info    picocom
  sudo apt info    picocom
  sudo apt install picocom
  sudo apt install picocom
ls /dev/ttyUSB*
sudo picocom -b 115200 /dev/ttyUSB0


== Specification==
== Specification==
Line 45: Line 48:


|valign="top"|
|valign="top"|
* [https://blog.bytesguy.com/installing-ubuntu-server-starfive-visionfive-2-riscv VisionFive » Ubuntu » Installing Server]
* [https://blog.bytesguy.com/installing-ubuntu-server-starfive-visionfive-2-riscv VisionFive » Ubuntu » Installing Server 🟢]
* [https://www.scs.stanford.edu/~zyedidia/docs/visionfive/visionfive2_qsg.pdf VisionFive » Quick Start Guide]


|valign="top"|
|valign="top"|
Line 66: Line 70:


|valign="top"|
|valign="top"|
* [https://my.cytron.io/p-ch340-usb-to-ttl-serial-cable CH340 USB to TTL Serial Cable]
* [https://my.cytron.io/p-usb-to-uart-debug-adapter-for-raspberry-pi-5 USB to UART Adapter for RPi 5]
* [[Cloud Computing Cost]]
* [[Cloud Computing Cost]]
* [[Localtunnel|Tunnel » Local]]
* [[Localtunnel|Tunnel » Local]]

Latest revision as of 02:26, 9 November 2024

sudo apt search  picocom
sudo apt info    picocom
sudo apt install picocom
ls /dev/ttyUSB*
sudo picocom -b 115200 /dev/ttyUSB0

Specification

  • CPU: Quad-core 64-bit RISC-V SiFive U74 (RV64GC) processor @ up to 1.5 GHz with 32KB D-Cache, 32KB I-cache
  • PCIe: 2x PCIe 2.0 x1 up to 5 Gbps per lane (Note one of the PCIe 2.0 interface is multiplexed with USB 3.0)
  • GPU: Imagination BXE-4-32 GPU with support for OpenCL 1.2, OpenGL ES 3.2, Vulkan 1.3

Playground

NVMe M.2 SSD PLCe Gen3×4
M.2 M-Key NVMe 2280 SSD

References