kumquat-buildroot/board/visionfive2
Lukasz Tekieli d9e6d2d081 configs/visionfive2: update kernel to upstream 6.8.2
The configuration is based on defconfig from starfive's kernel fork [1].

[1] 076ede06c0/arch/riscv/configs/starfive_visionfive2_defconfig

Signed-off-by: Lukasz Tekieli <tekieli.lukasz@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-04-28 20:14:36 +02:00
..
overlay/boot/extlinux configs/visionfive2: update kernel to upstream 6.8.2 2024-04-28 20:14:36 +02:00
genimage.cfg board/visionfive2: enable u-boot 2024-03-24 08:58:42 +01:00
linux_defconfig configs/visionfive2: update kernel to upstream 6.8.2 2024-04-28 20:14:36 +02:00
readme.txt board/visionfive2: enable u-boot 2024-03-24 08:58:42 +01:00

Starfive VisionFive2
====================

The VisionFive2 is a low-cost RISC-V 64-bit based platform, powered by a
Starfive JH7110 processor.

https://doc-en.rvspace.org/Doc_Center/visionfive_2.html

How to build
============

$ make visionfive2_defconfig
$ make

How to write the SD card
========================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

  $ sudo dd if=output/images/sdcard.img of=/dev/sdX

Preparing the board
===================

Connect a TTL UART cable to pin 6 (GND), 8 (TX) and 10 (RX).

Change the boot mode pins to SD card booting (RGPIO_0=1, GRPIO_1=0):

https://doc-en.rvspace.org/VisionFive2/Quick_Start_Guide/VisionFive2_SDK_QSG/boot_mode_settings.html

Insert your SD card.

Power-up the board using an USB-C cable.