Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB communication with Pi #36

Open
Jhonno84 opened this issue Aug 2, 2021 · 5 comments
Open

USB communication with Pi #36

Jhonno84 opened this issue Aug 2, 2021 · 5 comments

Comments

@Jhonno84
Copy link

Jhonno84 commented Aug 2, 2021

Can't get my Spider V1.1 to communicate with my Pi via USB or UART (following the GitHub guide)..

Flashes Bootloader and compiled firmware fine from STM32 Programmer but still won't talk to my Pi4.

@OstapFerensovych
Copy link

Try to flash without bootloader. I had the same problem with Spider V1.1 and rpi4.
make menuconfig and choose Bootloader offset "No bootloader", and then flash klipper.bin to 0x8000000. Maybe it will help. Looks like bootloader that fysetc provide is a little buggy.

@beikeland
Copy link

Bootloader only provides functionally to flash from SD card, for USB connection it is not needed - however getting support from the community probably assumes the bootloader is installed so that might be best to just find the correct offset 32k or 64k and it should work (unfortunately not possible to tell which one was installed at factory)

@Jhonno84
Copy link
Author

Thank you guys.. This was solved using 0 offset bootloader.

@bakaufman
Copy link

Thank you guys.. This was solved using 0 offset bootloader.

Still flashed by SD card with 0 offset? or using something else?

@Jhonno84
Copy link
Author

Jhonno84 commented Oct 8, 2021

Thank you guys.. This was solved using 0 offset bootloader.

Still flashed by SD card with 0 offset? or using something else?

Flashed via STM32 Programmer initially. Then flashed via USB on the Pi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants