-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Gpio-IR-Receiver doesn't work with latest start_x.elf #319
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
Comments
How is the IR receiver connected? Which GPIO pin are you using? |
The TSOP-IR-receiver is connected directly to GPIO pin1, pin6 and pin12 (GPIO18). |
The start.elf of Openelec4.1.1 is the last working one. OE4.1.2 and newer doesn't work. |
Could you post the output of |
Sep 19 2014 16:49:58 |
Is that the working or non-working version? |
This is the non working version. |
OOps, that was the last version! (OE4.2.0) maybe there are firmware versions between working OE4.1.1 and non working OE4.1.2, i don't know! |
Here comes the last working version(OE4.1.1) : |
Looks like the gpioman commit. What version of pi (e.g. rev1/rev2/B+?) |
Should be model B rev2 cat /proc/cpuinfo Hardware : BCM2708 |
Revision '0xd' is not a valid revision... Could you upload a photo of the Pi (both sides) this will enable us to identify the manufacturer and test results for that device Thanks Gordon |
0xd is reported as: |
GPIO18 should be a default pin on rev2:
with a drive strength of 8. Previously it had:
so was floating rather than pulled down. We believe the (weak) pull down applied to inputs as a default is the better behaviour. Can you try placing this file on boot partition of sdcard: (which removes the pull down on GPIO18) |
The file solved the problem. Thank you! |
@popcornmix this issue can be closed as it has been resolved |
Gpio-IR-Receiver doesn't work with latest start_x.elf.
The start.elf of Openelec 4.07 works without problems.
If i boot with the old start.elf and then boot with the new start.elf the gpio-ir-receiver works also. If i had disconnected power and hdmi the new start.elf doesn't work anymore.
The text was updated successfully, but these errors were encountered: