Code Monkey home page Code Monkey logo

Comments (6)

j-lang avatar j-lang commented on July 21, 2024

Had a similar effect, every firmware update went wrong as you described here. My mistake was to use the usb-sd adapter delivered with the printer. I tried to copy the firmware file with another cardreader and it worked. "Save eject" before inserting in the printer made no difference (This was for a firmware update problem on a Bigtree board in an other 3d-printer)
Compared the firmware files on the sdcard an they where identically.
From Sovol manual: Make sure the card is formatted fat32 with 4096 allocation size.

from sv06.

hillsoftware avatar hillsoftware commented on July 21, 2024

Make sure you keep renaming the bin file to something small and unique. Like bart.bin , homer.bin etc as you try different FAT32 formatted SD cards. The board is very finicky (probably because of the clone processor). Some people have had to go through a ton of SD cards before they could get the bootloader to do the upgrade.

I would assume you could use an arduino to do it, you can definitely use an ST Link V2 to do it also. You just want to be very careful you don't overwrite or erase the bootloader part of the flash.

Closing this as it isn't bug related to the Marlin build, rather an issue with the board.

from sv06.

Stewmath avatar Stewmath commented on July 21, 2024

Different SD card readers don't seem to make a difference, unfortunately, and I've definitely tried shorter names but I'll keep doing that anyway. Tried formatting it on windows instead of linux too. No change so far. If this isn't bricked then it's doing an amazing job at pretending to be.

from sv06.

hillsoftware avatar hillsoftware commented on July 21, 2024

The bootloader is stored in the first 28K of memory and doesn't get erased by the bootloader flash code when you flash whatever version of Marlin you are using. So generally you don't ever brick them.

One problem someone had was the microSD card adapter was loose from the PCB. It wasn't soldered well. They re-soldered the pins better and they were back in action. Obviously if that is your issue and you aren't capable at soldering you could just get Sovol to get you a new one.

The bootloader just boots the processor, checks for an SD card and if there is one with a bin file, it compares the filename to the last successful flashed filename. If no SD or no bin file, it just boots current flashed firmware. If the file names are the same it doesn't flash the firmware and just boots the current firmware. If it is different it flashes the firmware and then boots it.

from sv06.

hillsoftware avatar hillsoftware commented on July 21, 2024

You can also connect your PC over USB to it and turn it on and see if something like Pronterface or similar program can talk to it. Maybe the display is bad.

I have tried to get the source for the bootloader from Sovol but they have pretty much been silent on getting it. Would be nice to know if the bootloader in that 28K can actually handle receiving an update over USB, or if it is only off the SD card.

from sv06.

Stewmath avatar Stewmath commented on July 21, 2024

Thanks for all the suggestions, I appreciate it. In particular I'm glad you clarified about the bootloader since I didn't understand how that worked.

But as it turns out it may not have been an issue with the firmware? I tried opening up the case for the main board, unplugging a few wires and plugging them back in... and now it works. I guess something came loose... at the same time as I was flashing a new firmware?

I don't really get it but it's working now. Just setting up the x-twist compensation now, things are looking nicer already!

from sv06.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.