From 3e4c5a6261770bced301b5e74233e7866166ea5b Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sun, 1 Jun 2025 21:35:14 +0200 Subject: clean up repository --- .../target_missing/host_missing/accel_missing/2135 | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/2135 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2135') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2135 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2135 deleted file mode 100644 index 29a66bb7e..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/2135 +++ /dev/null @@ -1,24 +0,0 @@ -Looking for ways to bypass MPS3-AN547 bootram size limit -Description of problem: -Could not boot MPS3-AN547 machine with images larger than 512KiB. - -I've tried to move part of the symbols to other memory area, but the memories were discontinuous and this resulted in a large image which covers the reserved area in-between and wouldn't boot. I'm looking for advice on how to put more code in bootram. - -I've also noticed the 8MB QSPI rom area, but AN547 does not have the remapping capability as AN524 and cannot use that as bootram. What is the best way to solve this? -Steps to reproduce: -1.Generate an image which goes beyond 0x00000000~(0+512K) - -2.```qemu-system-arm -M mps3-an547 -nographic -kernel big-image.bin``` - -3."```qemu-system-arm: Could not load kernel 'nuttx/nuttx.bin'```" -Additional information: -Current working linker script: -``` -MEMORY -{ - flash (rx) : ORIGIN = 0x00000000, LENGTH = 512K - sram1 (rwx) : ORIGIN = 0x01000000, LENGTH = 2M - sram2 (rwx) : ORIGIN = 0x21000000, LENGTH = 4M -} -``` -Problem X is that the flash will overflow. -- cgit 1.4.1