makerbase-mks / MKS-RUMBA32

MKS RUMBA32 is modified in Aus3D RUMBA32 version and a powerful 32-bit 3D printer control board with STM32F446VET6 , The main frequency is 180MHZ. Support Marlin2.0 , support MKS LCD12864B/MINI12864/2004/12864, support MKS TFT24/28/32/35/70 Screens. The motherboard integrates 6 AXIS interface, integrates SPI / UART interface…
16 stars 15 forks source link

Cannot complile firmware - stm32f446xe.ld missing #21

Closed Collie147 closed 4 years ago

Collie147 commented 4 years ago

Trying to compile the firmware for the board.

"Linking .pio\build\mks_rumba32\firmware.elf %userprofile%/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file stm32f446xe.ld: No such file or directory collect2.exe: error: ld returned 1 exit status *** [.pio\build\mks_rumba32\firmware.elf] Error 1"

Tried with the version from issue #3 which compiles ok but I can't get any serial communication on either Serial Port after upload (LED 1 also doesnt flash while it does when I use the default Firmware.bin). Any suggestions to either are welcome, I've been banging my head off the wall on this for the last 3 days.

Thanks

el-quique commented 4 years ago

Hi. I use Marlin 2.0.6.1 and work with 3 TMC2209. But not with 6 TMC2209

makerbase-mks commented 4 years ago

Hi! compile firmware : https://github.com/makerbase-mks/MKS-RUMBA32/wiki/How-to-upload-marlin-firmware

Collie147 commented 4 years ago

Hi! compile firmware : https://github.com/makerbase-mks/MKS-RUMBA32/wiki/How-to-upload-marlin-firmware

Hi, I tried that but it didnt work. After some messing about I think its working now, I had to downgrade the ST STM32 Board Platform to version 6.0.0, every other higher version either the board didnt work or it didnt compile. I think that should be added to the How-To document to avoid confusion for others.

Thanks