You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok.
I have tried everything in the guide at least 5 times and nothing works.
Flashing seems to be fine file uploaded 100% I never get a connection after restart. No serial device listed /dev/serial/
I tried by SD card no change and yes, I re-flashed the bootloader per your instructions, I purchased your voron v2.4 kit hoping it would not be this much of an issue to get working. Your documentation is not the best I have seen. I am going to await your response and resolution to this issue.
Detail file / imges
make flash FLASH_DEVICE=0483:df11
Flashing out/klipper.bin to 0483:df11
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D out/klipper.bin
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Warning: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release
Opening DFU capable USB device...
Device ID 0483:df11
Device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 011a
Device returned transfer size 1024
DfuSe interface name: "Internal Flash "
Downloading element to address = 0x08000000, size = 37492
Erase [=========================] 100% 37492 bytes
Erase done.
Download [=========================] 100% 37492 bytes
Download done.
File downloaded successfully
after restart
lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ls /dev/serial/*
ls: cannot access '/dev/serial/*': No such file or directory
The text was updated successfully, but these errors were encountered:
Resolved
you need to link this in your spider GitHub or your sales material on the H7 https://github.com/FYSETC/FYSETC-SPIDER-H7
Took me 2 days of trial and error because all I had was the reference for all you other spider boards. I found that by accident in a Google search. H7 has a different processor than the spider 3x
Ok.
I have tried everything in the guide at least 5 times and nothing works.
Flashing seems to be fine file uploaded 100% I never get a connection after restart. No serial device listed /dev/serial/
I tried by SD card no change and yes, I re-flashed the bootloader per your instructions, I purchased your voron v2.4 kit hoping it would not be this much of an issue to get working. Your documentation is not the best I have seen. I am going to await your response and resolution to this issue.
Detail file / imges
make flash FLASH_DEVICE=0483:df11
Flashing out/klipper.bin to 0483:df11
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D out/klipper.bin
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Warning: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release
Opening DFU capable USB device...
Device ID 0483:df11
Device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 011a
Device returned transfer size 1024
DfuSe interface name: "Internal Flash "
Downloading element to address = 0x08000000, size = 37492
Erase [=========================] 100% 37492 bytes
Erase done.
Download [=========================] 100% 37492 bytes
Download done.
File downloaded successfully
after restart
lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ls /dev/serial/*
ls: cannot access '/dev/serial/*': No such file or directory
The text was updated successfully, but these errors were encountered: