Chiming in on Jackson's post,
On Thursday, 1 June 2023 23:17:46 CEST Jackson Huff wrote:
> I got my VF2 board a couple weeks ago for a project using it, so I wanted
> to give a quick update regarding it. My project was to figure out if RISC-V
> boards were ready to be used as a simple desktop PC yet.
We (wearing my "KDE community" hat here) got one to check out specifically KDE
Plasma Desktop support on the VF2 board -- so that's roughly the same project
as yours, but with a specific tech stack (FreeDesktop + Qt + KDE Plasma,
probably Wayland rather than X11) as target. That lifts everyone's boat as we
get a broader ecosystem and improved infrastructure (at the FreeDesktop level
and things on top of that).
> [image: Screenshot from 2023-06-01 20-40-55.png]
> The first step to this project was to get the board set up with something,
> anything, running on it. Surprisingly, the starter kit was almost overkill
> here because it came with a fancy-schmancy acrylic case, a heatsink (with a
> fan that's totally unnecessary) with a thermal pad already applied, a power
> brick, a WiFi module, and an eMMC module.
Agreed, that acrylic case *is* fancy-schmancy (and looks nice and I appreciate
the thought put into the posts and assembly of the thing).
> Unfortunately, I couldn't make the eMMC work even
> after flashing multiple images and a firmware update, so I just left that
> for later.
I mostly bumped into it being a 16GB eMMC module, and the "image 69"
recommended default Debian distro unpacking to 16GB+a smidgen. Since it did
not fit, I switched to micro-SD as well.
> Finally, something I did later related to this was install a
> Samsung 970 EVO Plus NVMe SSD (512GB) but I haven't been able to boot from
> it or do anything else other than just mount it.
My only spare was a 1TB 980 PRO, so it feels like a ridiculous amount of
overkill. Was there a suitable nvme 2280 retention screw included in the
package? If so, I didn't spot it.
Anyway, I have not tried booting from it, but it is identified and is writable
by the "image 69" kernel without any issues:
nvme0n1 259:0 0 931.5G 0 disk
`-nvme0n1p1 259:1 0 64G 0 part /mnt/tmp
So at this point my goal is to kick off builds (starting with the KDE Qt patch
collection, rather than the somewhat dated Qt5 available via that Debian
image) and to see how far we get.
[ade]