Table of Contents

THIS WIKI HAS MOVED!

ACTUAL LOCATION:

2025/01/21 11:53 · torte

https://torte71.github.io/InsideSovolKlipperScreen/booting.html

.








2025/01/21 11:53 · torte

Sovol KlipperScreen (Makerbase MKS KLIPAD50)

Booting

There are different options for booting from an external device (useful e.g. to reflash the eMMC)

Troubleshooting

Boot the same image from an USB-stick

This is the easiest way, but does not always work.

If the image that you want to boot is the same as the one on the device, then you can simply insert the USB-stick and reboot.
Afterwards, log in via SSH and check, if you have really booted from USB-stick:

mount|grep sda

If you have successfully booted from the USB-stick, the output will read

/dev/sda2 on / type ext4 (rw,noatime,errors=remount-ro,commit=1)

If the output reads

/dev/mmcblk1p2 on / type ext4 (rw,noatime,errors=remount-ro,commit=1)''

then you didn't have luck and need to try other ways.

Background info:

Boot image from USB-stick via serial console

This way uses u-boot commands to boot from an USB-stick. It is a little tricky, but safe.

The bootloader (“u-boot”) can be interrupted using keyboard input via a serial line.

The board has to be shut down, but still connected to power. In this state, the two visible LEDs at the top of the case are off, but there is another blue LED inside the case, which is on and can be seen through the air holes (there is also a red LED near the blue one, which is also shining, but hardly visible).

To get into this state

  1. Have your device booted
  2. Connect the USB-C port to your computer
  3. Shut down the device
    1. either by using the power-off button on the screen
    2. or log in via ssh and execute sudo poweroff.

Now interrupt the bootloader:

  1. Activate the window with the serial connection and keep the spacebar pressed
  2. With the other hand, press the small “on” button on the side of the device (for about a second, until the device turns on)
  3. After some lines, the console window will stop and show Hit any key to stop autoboot: 0
  4. If you see the spaces arriving in the console, you can now stop pressing the spacebar

To boot from USB, enter run bootcmd_usb0 (the word “run” really has to be typed there).

Boot from USB-stick with unbootable eMMC

This is the way shown in https://github.com/TomasOlsson/BrickedSv07-Sv07Plus
It is a little bit risky, as you have to brick your device before knowing if the USB-stick really boots up.

The board will automatically boot from USB when the internal eMMC is unbootable.
(But the eMMC must still be present. When removed, no boot attempt happens at all)

To make the eMMC card unbootable:

The device will now try to boot from the USB-stick.


Back to start