I have Fedora 42 Installed on Starfive Visionfive2 hardware, I have updated the uboot stored in QSPI NOR Flash using instructions
During boot i don’t see any console messages (HDMI monitor). Though i am able to connect to the board using ssh.
Default /etc/default/grub is as follows:
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_DISABLE_RECOVERY=true
GRUB_CMDLINE_LINUX_DEFAULT="earlycon rootflags=subvol=root "
GRUB_GFXMODE=auto
GRUB_TERMINAL_INPUT="serial"
GRUB_TERMINAL_OUTPUT="serial"
GRUB_TIMEOUT=3
GRUB_TIMEOUT_STYLE=menu