I’m trying to flash klipper on my BTT SKR E3 V3.0. I already have klipper on but trying to update. I followed the instrucitons from https://www.youtube.com/watch?v=uNW8phiV83w&t=1s but when I try the flash-sdcard.sh I get a failure.
All give me
Flashing /home/ggenovez/klipper/out/klipper.bin to /dev/ttyAMA0
Checking FatFS CFFI Build…
Connecting to MCU…
SD Card Flash Error: Unable to connect to MCU
Traceback (most recent call last):
File “/home/g/klipper/scripts/spi_flash/spi_flash.py”, line 1647, in main
spiflash.run()
File “/home/gklipper/scripts/spi_flash/spi_flash.py”, line 1584, in run
self.run_reactor_task(self.run_reset_upload)
File “/home/g/klipper/scripts/spi_flash/spi_flash.py”, line 1570, in run_reactor_task
k_reactor.run()
File “/home/g/klipper/klippy/reactor.py”, line 292, in run
g_next.switch()
File “/home/g/klipper/klippy/reactor.py”, line 340, in _dispatch_loop
timeout = self._check_timers(eventtime, busy)
File “/home/gklipper/klippy/reactor.py”, line 158, in _check_timers
t.waketime = waketime = t.callback(eventtime)
File “/home/g/klipper/klippy/reactor.py”, line 48, in invoke
res = self.callback(eventtime)
File “/home/g/klipper/scripts/spi_flash/spi_flash.py”, line 1518, in run_reset_upload
self.mcu_conn.connect()
File “/home/g/klipper/scripts/spi_flash/spi_flash.py”, line 1202, in connect
raise SPIFlashError(“Unable to connect to MCU”)
SPIFlashError: Unable to connect to MCU