forked from rarias/nixos-riscv
Move the pmem closer to the RAM memory
Continues stuck in switch_root.
This commit is contained in:
@@ -41,7 +41,7 @@ function setup_meep()
|
||||
export FPGACTL_BOOTLOADER_ADDR=$((0x80000000+$delta_addr))
|
||||
export FPGACTL_KERNEL_ADDR=$((0x84000000+$delta_addr))
|
||||
export FPGACTL_INITRD_ADDR=$((0x8c300000+$delta_addr))
|
||||
export FPGACTL_ROOTFS_ADDR=$((0x1bff00000+$delta_addr))
|
||||
export FPGACTL_ROOTFS_ADDR=$((0x100000000+$delta_addr))
|
||||
}
|
||||
|
||||
hostname=$(hostname)
|
||||
|
||||
Reference in New Issue
Block a user