Iris rev4: The firmware is too large #25
-
Hello! New to QMK, but I want to try Miryoku with my Iris v4. I'm getting this error, what's wrong?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@nooges Iris rev4 has the console enabled by default. This isn't needed in normal use and adds 3722 bytes to the firmware size. You can either comment out that line, or disable the console at build time like this:
I'm adding a test to build all supported keyboards with miryoku, so I'll add some custom rules to make sure they all build by default. |
Beta Was this translation helpful? Give feedback.
-
This works fine, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi I’m running into the same issue building for
|
Beta Was this translation helpful? Give feedback.
@nooges Iris rev4 has the console enabled by default. This isn't needed in normal use and adds 3722 bytes to the firmware size.
https://github.com/qmk/qmk_firmware/blob/3817ff7cc00910c0bd6f638064580a70f9b156c1/keyboards/keebio/iris/rev4/rules.mk#L22
You can either comment out that line, or disable the console at build time like this:
make keebio/iris/rev4:manna-harbour_miryoku CONSOLE_ENABLE=no
I'm adding a test to build all supported keyboards with miryoku, so I'll add some custom rules to make sure they all build by default.