Remora 1.0.0_rc released for testing
Great, do you mind posting a list of boards that you've tested? Make and MCU type.works great on a STM32F405
It would be great to collate these and include them in the docs. Any suggestions for the naming convention for the binaries? At the moment there is an SKRV2 directory, but it sounds like this should be a little more generic.
Please Log in or Create an account to join the conversation.
I bought a BIGTREETECH SKR Pro v1.2
it has a STM32F407ZGT6
I wont have much time to test it till monday. But i have my fingers crossed.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19190
- Thank you received: 6433
Dang it, all my Creality printers have 8bit 2560 "Mega" something or another.
Back to fiddling with Klipper, for now.
So if there are no takers on that board, i am in "almost" Europe, in Kosovo, so if you decide to send it my way please do check first for the cost of transport as that might stretch the "gift" part to far.
Please Log in or Create an account to join the conversation.
To easily flash a dev board, I start to flash the MCU with a bootloader from BTT. It requires to know how the SD card is connected to the MCU (SDIO or SPI)
Note that most of Chinese dev boards have their SD card reader connected via SDIO. And most of the printer board via SPI to save a pin.
_ If SPI I flash with the BTT SKR pro 1.1 bootloader
_ if SDIO I flash with the BTT SKR2 bootloader
After that I put a SD card Fat32 with the remora STM32 firmware and a config file and power the board.
I can’t post here both bootloader for copyright reason. That’s why we need to create our own GPL bootloader in the near future.
Please Log in or Create an account to join the conversation.
Thanks
Please Log in or Create an account to join the conversation.
Hi, Aaron has Remora running a mill I think. Maybe he'll be happy to share both HAL and Remora configs.Was the LPC also updated? I have the skr1.4 turbo, I have not been able to set up any peripherals on the board other than XYZ step gen, I would love a HAL file that was pre-configured for 4 axes and used the built-in home, probe, fan=flood, bed heater=spindle for mill use. If anyone could help that would be awesome i posted what I have so far in the other thread.
Thanks
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I should be able to upload some file for you monday.Cncninja post=224019 userid=28123Was the LPC also updated? I have the skr1.4 turbo, I have not been able to set up any peripherals on the board other than XYZ step gen, I would love a HAL file that was pre-configured for 4 axes and used the built-in home, probe, fan=flood, bed heater=spindle for mill use. If anyone could help that would be awesome i posted what I have so far in the other thread.
Thanks
I should just put them up on the doc page.
A trick to make a hal file is to use the parallel port config tool to make the file with all the items you want then just change the paraport lines for remora input and outputs plus the load compentlines from the example configs.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.