Increase RAM and improve DT

This commit is contained in:
2024-10-10 15:34:06 +02:00
parent c4da8156dc
commit 99c8d5e3de
5 changed files with 142 additions and 96 deletions

View File

@@ -43,7 +43,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=$((0x100000000+$delta_addr))
export FPGACTL_ROOTFS_ADDR=$((0x1c0000000+$delta_addr))
export FPGACTL_BOOTROM_ADDR=$((0x00000100))
}