Giter Site home page Giter Site logo

brickedsv07-sv07plus's Introduction

Fix bricked Sv07/Sv07Plus

What you need:

USB A to USB Type-c cable (Old charging cable might NOT work)

USB memory stick/USB to sd adapter (16gb+)

Basic knowledge about Linux/SSH usage

Software:

Putty (https://www.putty.org/) BalenaEtcher (https://etcher.balena.io/)

Image files:

https://mega.nz/file/LAFgCCQJ#GjC4pgNtD3FL30aAo76nSrlvqs0ib8BT4Od0UDwzabc ( This files is for Sv07Plus and it will work for Sv07 but you gonna need to update printer.cfg)

Let's begin

This text is mainly for Windows users, but the same commands can be used on all operating systems that support SSH.

Flashing the USB stick

Download the Image file. Unzip the image file. Download BalenaEtcher. Run BalenaEtcher. Insert USB stick to computer. Select from file and select the image file. Select your USB stick. Press flash and take a break. Process should finish in a few minutes. Remove your USB stick from the computer when it's done.

Screen

Preparing the screen

  1. Insert the USB Type-C cable into your printer and the USB A end into your computer. Make sure that the printer is powered on. Windows users should hear a sound indicating that the device has been connected. If you do not hear this sound, try using a different cable until you find one that works.

  2. Open PuTTY and select Serial as connection type.

    Serial line: COM3 (if not check your Devicemanager)

    Speed: 1500000

    And press Open

    Screen

  3. An black window will pop up if you press enter you will be prompted to enter login

    Username: mks

    Password: makerbase

Screen

  1. Login as root sudo su

    Enter makerbase as password.

    Press enter

  2. Kill the eMMC with dd if=/dev/null of=/dev/mmcblk1 status=progress (It’s just writing over it not killing it :P)

  3. Insert the USB stick in the right corner of the printer screen.

  4. Write reboot into PuTTY when you're done. Or just pull the plug on it. Don´t forget to plug it back after few second. :)

  5. If you get the “Your languages”- screen. Do steps 1 to 4 and go to step 9 when you're logged in. And DO NOT set up your printer yet.

  6. Time to move all the things on the USB stick to you eMMC

    1. Check what's you USB sticks called: write lsblk and press enter

    2. It will be called sd* ex: sda or sdb

    3. Use this command when you have located USB stick name (Change /dev/sda to the right one by changing the last part): dd if=/dev/sda of=/dev/mmcblk1 status=progress

    4. Press enter and take a shower, make some dinner or walk your fish - this will take some time 🙂

    5. When it's done, remove the USB stick from the screen and pull the power cord.

    6. Put the power cord in and enjoy printing again.

If you have the Sv07(not plus) you gonna need to upload a new printer.cfg.

brickedsv07-sv07plus's People

Contributors

tomasolsson avatar

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.