Re: debian-installer: riscv64: Installer crashes with load access fault trap on VisualFive2 board
On Sun, Feb 23, 2025 at 02:21:09PM +0000, Miguel Landaeta wrote:
> [...]
>
> I'm not sure if I'm missing something obvious in the documentation but after
> grub boots and tries to load the Linux kernel it fails with a trap, see full
> error at the end.
This was not an issue with d-i but lack of documentation I guess.
I could start the installer successfully with the following commands in u-boot,
after googling [1] a bit:
load mmc 1:2 ${fdt_addr_r} dtb/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
fdt addr ${fdt_addr_r}; fdt rsvmem add 0x40000000 0x00001000
boot
I could install successfully trixie to a VisionFive 2 board without any issues!
1. http://forum.rvspace.org/t/visionfive-2-official-opensuse-image/2002/10
Reply to: