-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to open serial port #8
Comments
can you confirm it does show up in a |
It was odd but after multiple reboots (Pi & printer) it started connecting
fine.
…On Sat, Apr 15, 2023 at 9:17 AM DaVinci10 ***@***.***> wrote:
can you confirm it does show up in a
ls -l /dev/serial/by-id/
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMNFMSDU7MRJLGAYWEBWEDXBK3XDANCNFSM6AAAAAAW675TDI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
just as a follow-up from this thread
|
BTW, I have learned you can now flash directly from kiauh. no need to press the boot button.
|
THANK YOU! This was the only way I could get the stupid PIS to work. |
I don't understand the double flashing here? why are we flashing from the PC only to reset the device and flash again from the PI? |
I have followed every guide out there and still with no luck. I am running moon raker and fluidd from my raspberry pi. Would this method you're talking about work? |
You can DM me either here or on Klipper discord or discourse boards with same name. I can help walk you through it.
|
@DaVinci-10 Not sure how to DM here, but I sent you a request on Discord |
Thank you @gabriellferreira, the 'make flash' was the missing step, copying the file doesn't seem to flash the device automatically as other guides have indicated. In case anyone struggles, you need to be in the ~/klipper/ folder for that bit to work. |
Followed the instructions 100% but no matter what I try it doesn't connect (also tried multiple cables also; it flashed fine with the first cable). Klippy.log errors below.
PIS.cfg...
[mcu PIS]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00
[adxl345]
cs_pin: PIS:gpio13
spi_software_sclk_pin: PIS:gpio10
spi_software_mosi_pin: PIS:gpio11
spi_software_miso_pin: PIS:gpio12
axes_map: x,-z,y
[resonance_tester]
accel_chip: adxl345
probe_points:
155,155,20
Klippy.log...
mcu 'mcu': Starting serial connect
Loaded MCU 'mcu' 105 commands (v0.11.0-173-ga8b1b0ef / gcc: (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027] binutils: (2.35.2-2+14+b2) 2.35.2)
MCU 'mcu' config: ADC_MAX=4095 BUS_PINS_i2c0a=gpio0,gpio1 BUS_PINS_i2c0b=gpio4,gpio5 BUS_PINS_i2c0c=gpio8,gpio9 BUS_PINS_i2c0d=gpio12,gpio13 BUS_PINS_i2c0e=gpio16,gpio17 BUS_PINS_i2c0f=gpio20,gpio21 BUS_PINS_i2c0g=gpio24,gpio25 BUS_PINS_i2c0h=gpio28,gpio29 BUS_PINS_i2c1a=gpio2,gpio3 BUS_PINS_i2c1b=gpio6,gpio7 BUS_PINS_i2c1c=gpio10,gpio11 BUS_PINS_i2c1d=gpio14,gpio15 BUS_PINS_i2c1e=gpio18,gpio19 BUS_PINS_i2c1f=gpio22,gpio23 BUS_PINS_i2c1g=gpio26,gpio27 BUS_PINS_spi0a=gpio0,gpio3,gpio2 BUS_PINS_spi0b=gpio4,gpio7,gpio6 BUS_PINS_spi0c=gpio16,gpio19,gpio18 BUS_PINS_spi0d=gpio20,gpio23,gpio22 BUS_PINS_spi1a=gpio8,gpio11,gpio10 BUS_PINS_spi1b=gpio12,gpio15,gpio14 BUS_PINS_spi1c=gpio24,gpio27,gpio26 CLOCK_FREQ=12000000 MCU=rp2040 PWM_MAX=255 STATS_SUMSQ_BASE=256 STEPPER_BOTH_EDGE=1
mcu 'PIS': Starting serial connect
mcu 'PIS': Unable to open serial port: [Errno 11] Could not exclusively lock port /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00: [Errno 11] Resource temporarily unavailable
webhooks client 548191637168: New connection
webhooks client 548191637168: Client info {'program': 'Moonraker', 'version': 'v0.8.0-35-geff0901'}
mcu 'PIS': Unable to open serial port: [Errno 11] Could not exclusively lock port /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00: [Errno 11] Resource temporarily unavailable
mcu 'PIS': Unable to open serial port: [Errno 11] Could not exclusively lock port /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00: [Errno 11] Resource temporarily unavailable
mcu 'PIS': Unable to open serial port: [Errno 11] Could not exclusively lock port /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00: [Errno 11] Resource temporarily unavailable
mcu 'PIS': Unable to open serial port: [Errno 11] Could not exclusively lock port /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00: [Errno 11] Resource temporarily unavailable
mcu 'PIS': Unable to open serial port: [Errno 11] Could not exclusively lock port /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D79E8536-if00: [Errno 11] Resource temporarily unavailable
The text was updated successfully, but these errors were encountered: