You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The platformio build process will throw an error if the size is larger than the size specified in linker script. But indeed the bootloader check will not error out if the firmware size is just slightly too large.
Should the line below be something like
if (fwsize > PLATFORM_FLASH_TOTAL_SIZE - PLATFORM_BOOTLOADER_SIZE)
?ZuluSCSI-firmware/src/ZuluSCSI_bootloader.cpp
Line 71 in bf58941
The text was updated successfully, but these errors were encountered: