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

Device Not Found on Rasberry PI using PropellerIDE 0.33.3 #61

Open
m0be1KAnewbie opened this issue Dec 7, 2020 · 0 comments
Open

Device Not Found on Rasberry PI using PropellerIDE 0.33.3 #61

m0be1KAnewbie opened this issue Dec 7, 2020 · 0 comments

Comments

@m0be1KAnewbie
Copy link

I have looked everywhere and I cannot figure this out...So my Rasberry PI (Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
)recognises the USB in dmesg:
41.529565] usb 1-1.5.2: Product: FT232R USB UART
[ 41.529574] usb 1-1.5.2: Manufacturer: FTDI
[ 41.529583] usb 1-1.5.2: SerialNumber: A50285BI
[ 41.584413] usbcore: registered new interface driver usbserial_generic
[ 41.584488] usbserial: USB Serial support registered for generic
[ 41.597430] usbcore: registered new interface driver ftdi_sio
[ 41.597536] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 41.598121] ftdi_sio 1-1.5.2:1.0: FTDI USB Serial Device converter detected
[ 41.598295] usb 1-1.5.2: Detected FT232RL
[ 41.601061] usb 1-1.5.2: FTDI USB Serial Device converter now attached to ttyUSB0


When I launch PropellerIDE I get this in my terminal
propeller.manager: opening "ttyUSB0"
propeller.manager: attaching PropellerSession(0x54f8c0) to "ttyUSB0"
propeller.manager: detaching PropellerSession(0x54f8c0) from "ttyUSB0"
propeller.manager: attaching PropellerSession(0x54f8c0) to "ttyUSB0"
[PropellerManager] ttyUSB0: Downloading image (52 bytes, 440 ms)
[PropellerManager] ttyUSB0: ERROR: Device not found
propeller.manager: detaching PropellerSession(0x54f8c0) from "ttyUSB0"
propeller.manager: attaching PropellerSession(0x54f8c0) to "ttyUSB0"
propeller.manager: detaching PropellerSession(0x54f8c0) from "ttyUSB0"
propeller.manager: closing "ttyUSB0"
("ttyAMA0")
Setting build: "/usr/bin/openspin" "/home/pi/Downloads" "/home/pi/Downloads/blinky.spin"
"/usr/bin/openspin" ("-L", "/home/pi/Downloads", "/home/pi/Downloads/blinky.spin")
0 0
propeller.manager: opening "ttyAMA0"
propeller.manager: attaching PropellerSession(0x5db5e8) to "ttyAMA0"
propeller.manager: detaching PropellerSession(0x5db5e8) from "ttyAMA0"
propeller.manager: attaching PropellerSession(0x5db5e8) to "ttyAMA0"
[PropellerManager] ttyAMA0: Downloading image (52 bytes, 440 ms)
[PropellerManager] ttyAMA0: ERROR: Device not found
propeller.manager: detaching PropellerSession(0x5db5e8) from "ttyAMA0"
propeller.manager: attaching PropellerSession(0x5db5e8) to "ttyAMA0"
propeller.manager: detaching PropellerSession(0x5db5e8) from "ttyAMA0"
propeller.manager: closing "ttyAMA0"

Additional Issues in terminal
sudo propelleride
libEGL warning: DRI2: failed to authenticate
Setting font: "monospace"
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Setting font: "monospace"
Setting theme: "Midnight Grace"
("ttyAMA0", "ttyUSB0")
void Editor::updateColors()
FileManager::openFile( "/home/pi/Downloads/blinky.spin" )
Setting build: "/usr/bin/openspin" "/home/pi/Downloads" "/home/pi/Downloads/blinky.spin"
"/usr/bin/openspin" ("-L", "/home/pi/Downloads", "/home/pi/Downloads/blinky.spin")
0 0

@m0be1KAnewbie m0be1KAnewbie changed the title Device Not Found on Rasberry PI Device Not Found on Rasberry PI using PropellerIDE 0.33.3 Dec 7, 2020
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

1 participant