Added 64bit RISC-V buildroot config
This commit is contained in:
parent
e17787bffb
commit
eb7c9828d5
1 changed files with 11 additions and 0 deletions
11
cfg/buildroot-riscv64.cfg
Normal file
11
cfg/buildroot-riscv64.cfg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* VM configuration file */
|
||||
{
|
||||
version: 1,
|
||||
machine: "riscv64",
|
||||
memory_size: 256,
|
||||
bios: "bbl64.bin",
|
||||
kernel: "kernel-riscv64.bin",
|
||||
cmdline: "loglevel=3 swiotlb=1 console=hvc0 root=root rootfstype=9p rootflags=trans=virtio ro TZ=${TZ}",
|
||||
fs0: { file: "https://vfsync.org/u/os/buildroot-riscv64" },
|
||||
eth0: { driver: "user" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue