-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware too large for Type 4 / CUL_V3 868MHZ #12
Comments
This one is small enough:
|
Same problem here. Current version is 81.4 KB. Your second post seems to be a solution but to be honest I do not understand a single word. Can you pls explain what to do? Regards, Arne |
@petjek There is a file culfw/Devices/CUL/board.h b/culfw/Devices/CUL/board.h, remove the lines marked with "-" and compile the new rom. Yes, you need to compile. If you can't, I can provide you a binary. |
@derjohn Never really compiled before so if you can provide the binary I'd use that instead. EDIT: now that I installed make and all the other dependencies I think I can compile the binary. Running the flash.sh script will do that job I guess? |
Since several releases there is a too large firmware shipped. ( Iooked into the last 5 releases)
I can flash the CUL_V3_433MHZ.hex without issues, but the CUL_V3_868MHZ.hex gives me:
Can you reduce the code size (features?) for the particular FW? I look like 73K fits into the CUL, but 80K is too much. Could you add an test in the build step that fails, it the foo get too big?
rgds,
j
The text was updated successfully, but these errors were encountered: