-
Notifications
You must be signed in to change notification settings - Fork 4
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
Intermittent "'Unknown error' (error 9)" and "Download timed out" - 0.38.5 on Raspberry Pi 3, Raspbian Jessie #6
Comments
Aye, these AMA devices don't work the same as regular serial devices... if Unfortunately it's going to be awhile before I really have a chance to look This might be something you're better off diving into yourself as you have On Aug 23, 2016 2:17 AM, "Philip Howard" [email protected] wrote:
|
I'd figured as much. I'll see if I can find the time to dig into it. This is built against Qt 5.3.2. |
An easy thing to try would be building the IDE again Qt 5.7 on the off On Aug 23, 2016 2:32 AM, "Philip Howard" [email protected] wrote:
|
I built the IDE against Qt 5.3.2 in Jessie (clean image) on a Pi3 and propman is as solid as 0.36.7 was here. I have the ... I also don't have to run with elevated privileges so I'm not sure why the discrepancy in behaviour between our 2 installs @Gadgetoid. Could it be that you use the On a sidenote, I was looking for the PackThing wiki but the links I found where broken. |
err, that was using the dev source code, not the 0.38.5... I can try the later in case that was a freak snapshot in time? |
I just built and tested after checking out the 0.38.5 tag and no issues either. I guess it might be worth exchanging our test binaries and see if their size might be the difference between success and failure. |
also @bweir it seems that PackThing 1.0.0 on pypi is broken:
with open('README.md') as f:
|
trying to build 0.38.5 on Pi3 using PackThing, second guessing what toolchain is required, is not particularly fun, but well... maybe I can succeed with a little nudge in the appropriate direction: Master version: 0.38.5
... that's after issuing |
err, and here's the checkout section if relevant: =================================== CHECKOUT =================================== I'm going to dig around and hopefully find the culprit but feel free to pitch in... |
right, looking into the PropBasic building instruction, |
OK, I was able to build a deb... will test on a clean system and if all good will pass on to @Gadgetoid to push out (the raspi link at http://www.lamestation.com/propelleride/ is broken btw). |
build worked beautifully on clean Jessie... |
Okay, with help from @RogueM today I narrowed this down as a pebkac error, I still had some serial config in my |
Any update on this? I occasionally get the same error with PropellerManager built from master (5118c19) on my Raspberry Pi 2 with Raspbian Jessie. |
Looks like we're back to the old chestnut of a misbehaving propman on the Raspberry Pi.
It's successfully uploading sometimes, but also periodically throwing an error:
This is on the Raspberry Pi 3, with bluetooth disabled for a stable serial port.
Additionally, if I don't run it as root then it simply spams:
It shouldn't need root permissions to open a serial port? My user is in the relevant groups, and I've got several different apps/libraries that can access it perfectly fine.
The text was updated successfully, but these errors were encountered: