-
Notifications
You must be signed in to change notification settings - Fork 120
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
recalbox 6.0-DragonBlaze /recalbox 4.1 gpio buttons do not work at zero but work at pi3 #71
Comments
what are the symptoms ? what does evtest reply? Be careful if you activated sounds on the gpio.. gpio 13 is used for PWN sound output because pizero has no analog output for sound. Please tell us more . |
Yes I use PWM audio out I have enabled GPIO LCD and can display OK nano /etc/modules.conf nano /etc/init.d/rcS Then GPIO buttons config at recalbox.conf controllers.gpio.enabled=1 global.videomode=default |
this is all code , which work fine at PI3 But at zero, jsut display and audio work , the GPIO buttons do not work, |
First : which release of Recalbox? |
recalbox 6.0-DragonBlaze |
active the GPIO buttons by this code nano /recalbox/share/system/recalbox.conf which will make recalbox starting first desktop |
Do not add that code , it is like this picture after adding that code , it is like this picture |
I do not why the first starting have been changed from favorites to AMSTRRAD when active the gpio buttons |
are the controls working properly ? did you try to deactivate pwm? |
I do not active PWM audio output and GPIO LCD and just active GPIO buttons , |
controls all do not work , I have tried to activate pwm or deactivate pwm . same result I also change two raspberry pi zero , same .. |
the PI3 iamge and zero image from here PI3 can work fine . which is bug at recalbox for pi0 ??? |
ok seems to be a bug. need to make some test on my own to confirm. |
after I change controllers.gpio.args=map=5 gpio=5,6,16,13,26,19,21,20,14,12,15,23,3 make "5" to "4" the first starting have been changed to this automatically But all gpio controls still do not work |
which show "gamepad 1" "input require" |
do not try 4 (GPIO_TFT), custom gpio is 5 and 6 that's all. if gpio a detected you shoud see "custom GPIO" |
5 and 6 do not work , controls all do not work |
Any news ? |
Nope sorry too much work, no time to test. |
OK , I will wait your news , Thanks |
HI! I have the same problem, and i couldn´t fix it yet... |
Yes . I find this problem also Now I still do not know how to fix this problem |
i have the same problem with custom gpio buttons |
Hi there, the bug is confirmed.... The bug seems to come from my code... I made a mistake in the PERI_BASE address. |
Hi there ... good news, correcting the code fixes the bug. For the brave you can DL the new mk_arcade_joystick_rpi.ko at https://mega.nz/#!y9kCEI7I!7HdyKzhWS4HhfVgpvj7SM9RbnLwMUlGXoUqcxzuFCQM for the others... please wait the 6.1 release..; sorry |
good news , thanks |
I will test it soon |
I've tested the Map=1,2 successuly on my pi0. I think tout should verify your wiring. |
I changed the Map=1 to Map=1,2 in recalbox.conf and still not working. |
I have try mk_arcade_joystick_rpi at the newest recalbox 4.1
I active the GPIO buttons by this code
nano /recalbox/share/system/recalbox.conf
controllers.gpio.enabled=1
controllers.gpio.args=map=5 gpio=5,6,16,13,26,19,21,20,14,12,15,23,3
this work at pi3/3B+ but do not work at zero/zero W
anyone have some problem ??
thinks
The text was updated successfully, but these errors were encountered: