Closed ddka22 closed 1 year ago
Thanks for flagging @ddka22 .
Seems to be some kind of issue related to generating required mcuboot defines. I will look into it.
If I can't fix the issue quickly, I will remove the unsupported boards from the CE manifest: https://github.com/golioth/mtb-golioth-ce-manifest/blob/main/mtb-golioth-ce-manifest-fv2.xml#L2
The main issue was that there was not enough internal flash on that board to store the primary image (only has 512K, but needs 1.3M). So the flash map python script failed with an error, which led to compilation errors later.
I attempted to resolve by changing the flash map to move the primary application to external flash, but then I got a linker error:
arm-none-eabi/bin/ld: section .text LMA [0000000018000400,00000000180962c7] overlaps section .cy_xip LMA [0000000018000000,0000000018068a64]
For now, I simply removed support for this board in the CE manifest:
https://github.com/golioth/mtb-golioth-ce-manifest/commit/3bc72b2ee4d6bab2595ee2ef7f5cc091dbc99d7f
I also removed support for the cy8ckit_062_wifi_bt
board for the same reason, since it only has 1M of internal flash:
https://github.com/golioth/mtb-golioth-ce-manifest/commit/f379428d967628fd509a5ac8e1c8f7f9c286faf1
Thanks for looking into this!
CE (repo) name: https://github.com/golioth/mtb-example-golioth
Description: Failed to build mtb-example-golioth due to multiple errors (see in log.txt)
Steps to Reproduce:
Expected Result:
Actual Result:
BSP/Target:
CY8CKIT-062-WIFI-BT CY8CPROTO-062S3-4343W
Frequency (1/1, 1/50, 1/100): 1/1
OS Version: All
Build/Commit: ModusToolbox 3.0.0.9369
Name Version
Compiler: (example: GCC_ARM, IAR, ARM) GCC_ARM