From 2204a8ea5678812bedba418d1b124244df9d74b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 29 Aug 2024 14:39:27 +0200 Subject: [PATCH] Change load address delta to 0x6000_0000 --- fpga/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/env.sh b/fpga/env.sh index 3768b63..7df5b3b 100644 --- a/fpga/env.sh +++ b/fpga/env.sh @@ -37,7 +37,7 @@ function setup_meep() # Setup mappings # Delta between where we load in the dma device and RAM - local delta_addr=-0x5ffe0000 + local delta_addr=-0x60000000 # See https://gitlab.bsc.es/hwdesign/fpga/integration-lab/fpga-tools/-/blob/6a63bcea6d1d59df3c7d62311aa4935efd54d3a3/boot_riscv/boot_sa.sh#L36-40 export FPGACTL_BOOTLOADER_ADDR=$((0x80000000+$delta_addr))