Skip to content
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

Activating Unified Bed Levelling Problem #30

Open
ChritstianAlexander opened this issue Sep 9, 2019 · 1 comment
Open

Activating Unified Bed Levelling Problem #30

ChritstianAlexander opened this issue Sep 9, 2019 · 1 comment

Comments

@ChritstianAlexander
Copy link

Hi,

I have the setup working with Bilinear and the BLTouch. I tried UBL and had this message when compiling:-

c:/users/admin/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: ### region `rom' overflowed by 13260 bytes
collect2.exe: error: ld returned 1 exit status

*** [.pio\build\BIGTREE_SKR_MINI\firmware.elf] Error 1

It Failed.

I changed the configuration.h file i accordance with Chris's Basement youtube tutorial on UBL https://www.youtube.com/watch?v=ONpKxkil16Q

Those settings worked fine on the MKS Gen L board.

Why would the ROM overflow? Is that a result of no EEPROM?

Any ideas on getting UBL to work?

Thanks,

Christian

@brew99
Copy link

brew99 commented Oct 10, 2019

these mini E3 boards only have 256k of flash, and by enabling some or a combination of the features, it won't fit. If you have TMC_DEBUG enabled, try disabling that. Yes it is also related to the EEPROM flash storage if enabled.

BTT should have really manufactured these boards with the "RE" version of the chip which would have given us 512k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants