pibakery icon indicating copy to clipboard operation
pibakery copied to clipboard

request to modify boot.txt options

Open japharl opened this issue 7 years ago • 7 comments

Would be nice to modify boot options as a new block. hdmi audio selection, and camera led disable might be two good candidates for this.

japharl avatar Sep 18 '16 17:09 japharl

That's a good idea - I've already got the IQaudIO block which modifies boot.txt, so I can hopefully reuse some code from that.

Besides HDMI audio and camera led, are there any other popular requests?

davidferguson avatar Sep 20 '16 18:09 davidferguson

See: http://elinux.org/RPiconfig​ for the full list of options. So, looks like you can enable the camera, and do split memory configuration, overclock, max_usb_current (600ma vs 1200ma) (and misc. video options which needs to be done on a case by case basis). So, prioritized: camera enable / camera led overclock split memory configuration

On Tue, Sep 20, 2016 at 2:16 PM, David Ferguson [email protected] wrote:

That's a good idea - I've already got the IQaudIO block which modifies boot.txt, so I can hopefully reuse some code from that.

Besides HDMI audio and camera led, are there any other popular requests?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidferguson/pibakery/issues/40#issuecomment-248386291, or mute the thread https://github.com/notifications/unsubscribe-auth/ABMe-gkratFMh5PXmu96gIVvcq_0HLfFks5qsCMQgaJpZM4J_9FR .

japharl avatar Sep 20 '16 18:09 japharl

...and there's also https://www.raspberrypi.org/documentation/configuration/config-txt.md

But some of these options are probably better done through raspi-config ( https://github.com/davidferguson/pibakery-blocks/issues/8 ) than editing the file directly?

lurch avatar Sep 23 '16 15:09 lurch

what about the over clocking option I'd suggest a max (safe) of 1000 on pi-3

M0JFP avatar Oct 03 '16 16:10 M0JFP

iv had a look at starting to make a few of these, i needed them myself: https://github.com/eddwatts/pibakery/tree/master/pibakery-blocks i have requested a pull to put them for everyone to have access to them

I have working so far: display mode setting (setdisplay) Set Audio mode (setaudio) Set camera led mode (setcameraled)

eddwatts avatar Nov 07 '16 09:11 eddwatts

Hello Team,

Would it be possible to send these additions to any .IMG file. In our ham radio hobby we tend to create images and share them in the community, with the latest software or drivers for the radio’s etc. It would be great to be able to edit the image, instead of the vanilla raspbian one.

Thanks for your help and great work on the project so far.

James.

From: eddwatts [mailto:[email protected]] Sent: Monday, November 07, 2016 9:07 AM To: davidferguson/pibakery Cc: James Preece; Comment Subject: Re: [davidferguson/pibakery] request to modify boot.txt options (#40)

iv had a look at starting to make a few of these, i needed them myself: https://github.com/eddwatts/pibakery/tree/master/pibakery-blocks i have requested a pull to put them for everyone to have access to them

I have working so far: display mode setting (setdisplay) Set Audio mode (setaudio) Set camera led mode (setcameraled)

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/davidferguson/pibakery/issues/40#issuecomment-258781532, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVK0_JmgXP-lQDRjrZFZN5142mz2mhgOks5q7upJgaJpZM4J_9FR.

M0JFP avatar Nov 07 '16 09:11 M0JFP

as far as i know pibakery uses its own version of the img, im sure i have read there looking at making it more comparable with the official img release but its not ready yet - once that's been done it may be able to work with other img files but i dont know

eddwatts avatar Nov 14 '16 15:11 eddwatts