Closed blazeb5 closed 1 year ago
Closing because:
For you config.txt question, all I can do is refer you to the official documentation.
[edit]You may also want to refer to /boot/overlays/README in case there is a device tree overlay that does the configuration you need[/edit]
If my troubleshooting advice and the official documentation doesn't help I suggest opening a new topic on the Raspberry Pi Forums. Please don't add a new post in the thread about the guide as that will only result in my asking the moderators to move or delete it.
Sorry to be a bother. I was able to figure it out.
I thought my post was the way to go but I see that was an error. I think what I learned would be helpful but no idea where it goes or who would care.
On Tue, Jan 24, 2023, 18:27 thagrol @.***> wrote:
Closing because:
- This is off topic. It's not about the guide itself but rather about a specific use case.
- I don't do private support/consultancy.
- You don't appear to have tried even the most basic of troubleshooting steps from section 7 (specifically 7.1.3)
- I don't have an answer for you. I've never used raspi-gpio. (Note: raspi-gpio is a program not a command).
For you config.txt question, all I can do is refer you to the official documentation https://www.raspberrypi.com/documentation/computers/config_txt.html#what-is-config-txt .
If my troubleshooting advice and the official documentation doesn't help I suggest opening a new topic on the Raspberry Pi Forums. Please don't add a new post in the thread about the guide as that will only result in my asking the moderators to move or delete it.
— Reply to this email directly, view it on GitHub https://github.com/thagrol/Guides/issues/22#issuecomment-1402875324, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5OFORLKBCAHAJNLDZKAM43WUBXOLANCNFSM6AAAAAAUFLASJA . You are receiving this because you authored the thread.Message ID: @.***>
You weren't being a bother.
I'm hoping to avoid this repo from becoming flooded with issues and support requets like yours that are only indirectly related to the guides and scripts contained here.
And, like I said, I genuinely don't have an answer for you.
I'm a noob and explaining things poorly. This is just between you and me via email, correct? If not, please just delete this from online.
Basically I was having issues with running not a script or program, but a simple command line. Ultimately the solution was in sudo chron -e modification. Admittedly it is in your pdf but it took me experimenting past where I was comfortable after I posted to you online.
Adding @reboot
OK, that's all from me. Thanks for your hard work on this. 73s and cheers, Brandon
On Tue, Jan 24, 2023, 19:06 thagrol @.***> wrote:
You weren't being a bother.
I'm hoping to avoid this repo from becoming flooded with issues and support requets like yours that are only indirectly related to the guides and scripts contained here.
And, like I said, I genuinely don't have an answer for you.
— Reply to this email directly, view it on GitHub https://github.com/thagrol/Guides/issues/22#issuecomment-1402906198, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5OFORK47YJ6WCCZZEPFCWDWUB4CPANCNFSM6AAAAAAUFLASJA . You are receiving this because you authored the thread.Message ID: @.***>
I have read the entire pdf, and associated forums where people have specific problems. All I want is for a specific gpio pin (17) to start in mode "a3" on boot. I can get the pin when set as an output to not trigger on boot, as it is "on" when booted and I have a script that sets it to not on on boot. However, simply adding "@reboot raspi-gpio set 17 a3" does not actually set the pin to a3 mode unless I run that command inthe command window as raspi-gpio set 17 a3...
Is there a simple way to just write in the command into the boot config.txt file i am running?
thank you for your time and efforts!