mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-02-17 13:08:29 +00:00
Updated Building External Apps (markdown)
parent
3d30f491bc
commit
11bed5ba0c
@ -26,4 +26,4 @@ To determine if a warning message such as that above is real or a false positive
|
|||||||
|
|
||||||
` ram_external_app_lcr(rwx) : org = 0xADB90000, len = 32k`
|
` ram_external_app_lcr(rwx) : org = 0xADB90000, len = 32k`
|
||||||
|
|
||||||
To determine if it's real or a false positive, edit this line of the external.ld file to change the LCR app's address to another range that is unused such as "org = 0xADEF0000" and rebuild firmware. IF the address in the warning message changes to the new address range, then firmware really is trying to access code or data within that external app. If the address in the warning message stays the same, then it's a false positive and can safely be ignored.
|
To determine if it's real or a false positive, edit this line of the external.ld file to change the LCR app's address to another range that is unused such as "org = 0xADFF0000" and rebuild firmware. IF the address in the warning message changes to the new address range, then firmware really is trying to access code or data within that external app. If the address in the warning message stays the same, then it's a false positive and can safely be ignored.
|
Loading…
x
Reference in New Issue
Block a user