|
Forum Index : Microcontroller and PC projects : mmedit for linux cinnamon
| Author | Message | ||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2787 |
I googled rpi config.txt read only and no one has made it writable it seems, very odd. same with getting admin to change the file attributes. thing is I had this running at 2200MHz by adding over_voltage=8 arm_freq=2200 force_turbo=1 so I must have edited config.txt at some time.?? |
||||
TassyJim![]() Guru Joined: 07/08/2011 Location: AustraliaPosts: 6496 |
Did you try? VK7JH MMedit |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2787 |
Dunno what happened but that worked edited and saved...scratch head as tried before it was read only?? over_voltage=8 arm_freq=2200 force_turbo=1 vcgencmd measure_clock arm says 2200 so happy days :) but weird |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2787 |
I almost can't believe that overclocking is configured in this text file. I'm interested, please post the content In Trixie OS find arm_boost=1 and comment out then add 3 lines # Run as fast as firmware / board allows #arm_boost=1 over_voltage=8 arm_freq=2200 force_turbo=1 |
||||
| dddns Guru Joined: 20/09/2024 Location: GermanyPosts: 794 |
Thanks Stan, I'm looking forward to buy one. You really triggered me :) |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2787 |
@dddns- I do not know if you use mmedit to write code and load to pico but if you get a rpi 400 and install mmedit you will need this line in terminal sudo usermod -aG dialout $(rpi user name) This will make it connect usb to pico. I just installed Trixie on another ssd and set it as before and it is working fine at 2200 overclock. youtube playback good. |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4281 |
You can do anything (including overwriting the whole system!) using sudo If you want to do several things as root you can typically use sudo bash and you have a root shell. You can get out of it using exit (or end of file, usually Ctrl-D) But remember it is easy to ruin your system!! (which is why they've made root a bit harder to use) John Edited 2026-03-05 08:24 by JohnS |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2026 |