mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #323] "Insufficient EXTERNAL RAM memory" when trying to build AP Firmware for zbs_segmented_uk tag #1844
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bobiboy on GitHub (May 20, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/323
Describe the bug
Whenever I try to run
make BUILD=zbs_segmented_uk CPU=8051 SOC=zbs243to build the AP firmware for the segmented tag, I'm getting the following error message:
Any idea what I'm missing?
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/jjwbruijn/OpenEPaperLink.git)cd OpenEPaperLink/zbs243_AP_FWsource ../sdcc/setup_sdcc.shln -s **PATH_TO_CLONED_REPO**/zbs243_Tag_FW/aes.h cpu/8051/.make BUILD=zbs_segmented_uk CPU=8051 SOC=zbs243Expected behavior
I'd expect the FW to be built without errors
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I'm trying set up my environment to be able to build my own AP firmware, as I have the "german" variant of the Segmented Tag and while the UK Firmware seems to work for the radio side of things, it is not driving the display correctly (segments starting from bottom right instead of top left and some characters are flipped (and some are completely wrong)). I used the provided script to set up sdcc and got it to compile properly.
When I tried to run
make BUILD=zbs_segmented_uk CPU=8051 SOC=zbs243for the first time, it was missing the "aes.h" file in referenced in "cpu/8085/aes.c". I linked it from the zbs_243_Tag_FW folder (not sure if that was correct) to resolve the issue.
Thanks in advance for any support!
@jjwbruijn commented on GitHub (May 25, 2024):
Fixed, moved to the ZBS243 repo here:
https://github.com/OpenEPaperLink/Tag_FW_ZBS243