-
Notifications
You must be signed in to change notification settings - Fork 36
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
Image writing to SSD/eMMC confusion #136
Comments
Hi there! Hope I can answer your questions! 😄
|
thanks for the detailed explanation. One more question, if I dont update the firmwares of main mcu and the toolhead and have no katapul, what steps will be needed if in the future the Klipper's firmware code (not the Python stuff) gets updated? Will I not be able to update the firmware at all or it will be a big hassle? |
When you install mainline Klipper, but don't update the MCU's (especially currently the toolhead mcu), it might be you loose some functionality. Like the adxl sensor (for input shaper calibration) won't work anymore after a newer version of Klipper (that needs a mcu firmware update). But you can always disable that part in the config (edit, like we have done in the mainline guide printer.cfg, and then ask to enable it again after flashing the firmware) and then it will all still work. Must do the input shaper calibration manually then. It's a little bit weird (or perhaps an inconvenient timing for them with the Klipper update) they released the printer with the current mcu firmware version of Klipper, because as soon as you update Klipper to a newer version it needs a mcu firmware update as well.. But in the future it could be some parts of Klipper might change that also need a mcu/firmware update. And so far the only way to update the mcu firmware is with the ST-Link (that is why we flash Katapult, so at least in the future the st-link is no longer needed to flash the mcu). I still hope Sovol might release some sort of firmware update in the future which allows the mcu's to be flashed without an st-link (like a method currently unknown to us, perhaps a file with a specific name like the mks board sometimes have). |
Hi
Thanks for putting all these together. I have couple of questions:
fdisk
andnand-sata-install
commands, right? If that is the case, the guide can be more simplified by doing step 4 of method 2 entirely in linuxThe text was updated successfully, but these errors were encountered: