Move the pmem closer to the RAM memory

Continues stuck in switch_root.
This commit is contained in:
2024-07-01 14:53:37 +02:00
parent 917cbf3439
commit 046f017b70
2 changed files with 10 additions and 9 deletions

View File

@@ -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)