Snakeoil 1.4.0 (High End)
|
Posts: 800
Threads: 44
Joined: Mar 2019
Reputation:
223
Location: Melbourne, Australia
(15-May-2025, 03:34 PM)uglymusic Wrote: Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should. It was a pain to get a power supply that the Pi5 recognises as 5V, 5A. Failed with super duper Gaan USB charger with 65W and Dell laptop 45W charger. Best to attach monitor to see what is happening. It will give you a message to press the power button to temporarily bypass this restriction, and also what to change in config file for permanent bypass.
Was not expecting a SQ difference, but the USB boot is better than microSD!  Brought it back closer to the NUC. So may have to start looking for a new LPS
Posts: 565
Threads: 29
Joined: Jan 2019
Reputation:
168
16-May-2025, 02:43 PM
(This post was last modified: 16-May-2025, 02:46 PM by hkphantomgtr.)
(16-May-2025, 12:43 PM)Snoopy8 Wrote: (15-May-2025, 03:34 PM)uglymusic Wrote: Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should. It was a pain to get a power supply that the Pi5 recognises as 5V, 5A. Failed with super duper Gaan USB charger with 65W and Dell laptop 45W charger. Best to attach monitor to see what is happening. It will give you a message to press the power button to temporarily bypass this restriction, and also what to change in config file for permanent bypass.
Was not expecting a SQ difference, but the USB boot is better than microSD! Brought it back closer to the NUC. So may have to start looking for a new LPS 
Are you powering Pi5 thru USB C? If so, in my understanding (I've searched a lot in internet last two months), the simplest way is to buy the original Pi 5 power supply. Most of the USB switching power supply in the consumer market are not able to output more than 3A/4A in 5V.
If you are powering pi5 thru GPIO, then you need to modify the /boot/firmware/boot.txt to let Pi 5 knows that, the incoming power supply can be more than 3A. Or no matter how strong your power supply to GPIO, Pi 5 just keeps warning you for not enough power. Then it slows down itself and limits the current output to those peripherals. That will be very obvious if one boot into a desktop OS, e.g. Raspberry Pi OS, Ubuntu OS. Everything will take very long time to load and they are slow.
(15-May-2025, 03:34 PM)uglymusic Wrote: (15-May-2025, 02:17 PM)Snoopy8 Wrote: Confirming my Pi5 has 2 blue USB ports and they are the bootable USB ports. One more thing to consider. The Pi5 expects 5V 5A when booting from USB (but this can be overwritten temporarily during boot or permanently in config file). This may help:
https://bret.dk/usb-boot-on-the-raspberry-pi-5/
Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should.
For the LPSU, did you modify the /boot/firmware/config.txt?
Misc. sharing for building Raspberry Pi 5 as music server
Posts: 800
Threads: 44
Joined: Mar 2019
Reputation:
223
Location: Melbourne, Australia
@ hkphantomgtr using USB C, not GPIO. And the change was set_max_current_enable=1 in config.txt so that it would boot with 3A power supply.
May look at getting official power supply.
Posts: 141
Threads: 5
Joined: Feb 2020
Reputation:
59
Location: UK
(15-May-2025, 02:16 PM)uglymusic Wrote: <snip>
But I haven't yet tried your fix for the non-booting from the USB stick, AK. Hopefully tomorrow.
It works, AK. The config.txt line.
Thank you!
Posts: 141
Threads: 5
Joined: Feb 2020
Reputation:
59
Location: UK
17-May-2025, 03:29 PM
(This post was last modified: 17-May-2025, 03:39 PM by uglymusic.)
(16-May-2025, 12:43 PM)Snoopy8 Wrote: (15-May-2025, 03:34 PM)uglymusic Wrote: Thanks. I'd found that page. And tried substituting the official RPi 5 PSU for my Linear PSU, but no joy 
There is also a YouTube video where the guy shows a way to override the Ubuntu error message on boot supposedly to allow the machine to boot. I haven't tried that, but perhaps I should. It was a pain to get a power supply that the Pi5 recognises as 5V, 5A. Failed with super duper Gaan USB charger with 65W and Dell laptop 45W charger. Best to attach monitor to see what is happening. It will give you a message to press the power button to temporarily bypass this restriction, and also what to change in config file for permanent bypass.
Was not expecting a SQ difference, but the USB boot is better than microSD! Brought it back closer to the NUC. So may have to start looking for a new LPS 
Interesting about the PSU problems. Have you tried a shorter power lead? I've just remembered as I write this that I had problems with earlier RPis not working satisfactorily with longer power leads. I'll put that on my list of things to try when I have the will to mess about more!
(16-May-2025, 03:08 PM)Snoopy8 Wrote: @hkphantomgtr using USB C, not GPIO. And the change was set_max_current_enable=1 in config.txt so that it would boot with 3A power supply.
May look at getting official power supply.
FWIW, the official PSU made no difference for me.
Posts: 3
Threads: 0
Joined: Mar 2020
Reputation:
0
I upgraded from SO1.3 to SO1.4. It sounds a bit clear and gained better solution. Thanks for the effort. However, I found some mirror hurdles as follows:
1. My SO1.4 mounted 3 partitions. /dev/sda3 is parted from the system disk which only is "root" 505 permission. And the demountable disk /dev/sdb2 and /dev/sdc2 have only 705 permission. I tried as root and executive chmod -R -R 777 to the device. Then listed the result which shown 777, but in operation actually the permission was not modified. I did't understand at all.
2. Followed the steps uninstall /update/install, I couldn't upgrade to SO 1.4 indeed.
Would someone help please.
Posts: 2,995
Threads: 192
Joined: Feb 2016
Reputation:
675
Location: Perth, WA
(Yesterday, 07:58 AM)aabman Wrote: I upgraded from SO1.3 to SO1.4. It sounds a bit clear and gained better solution. Thanks for the effort. However, I found some mirror hurdles as follows:
1. My SO1.4 mounted 3 partitions. /dev/sda3 is parted from the system disk which only is "root" 505 permission. And the demountable disk /dev/sdb2 and /dev/sdc2 have only 705 permission. I tried as root and executive chmod -R -R 777 to the device. Then listed the result which shown 777, but in operation actually the permission was not modified. I did't understand at all. can you run "sudo mount" and show me the output? You don't run chmod on the device, you run them straight on the mounted paths. e.g. if /dev/sdb2 is mounted under /x/y/z, you then run "sudo chmod -R 777 /x/y/z".
You don't need to bother to look at mount points outside "/media", and I would suggest you do not run chmod unless you really know what you're doing. Giving the wrong permissions would be a security risk.
(Yesterday, 07:58 AM)aabman Wrote: 2. Followed the steps uninstall /update/install, I couldn't upgrade to SO 1.4 indeed. To move on to 1.4.0 you should just run the install script if you havn't run it before. Read this section of the guide: https://www.snakeoil-os.net/reference/ba...il_package
Unfortunately when I post in the forums information for this may not be included - I kind of assumed people read posts for 1.4.0, 1.4.1, 1.4.2 and so on so not all information is contained in this first post I think.
Snakeoil Operating System - Music, your way!
Posts: 3
Threads: 0
Joined: Mar 2020
Reputation:
0
Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was modified, but it didn't work in actual operation. BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command.
Posts: 3
Threads: 0
Joined: Mar 2020
Reputation:
0
7 hours ago
(This post was last modified: 7 hours ago by aabman.)
(Yesterday, 09:47 AM)aabman Wrote: Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was stricted to read only.
As per web instruction of apt installion, I upgradeed to 1.4.3 and found it is noticable sonic improvement.
BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command? Thanks again.
Thanks for your kind reply. Yes, I did run what you said before : sudo chmod -R 777 \media\music\sda3. "ls" command shown the device permission was stricted to read only.
As per web instruction of apt installion, I upgradeed to 1.4.3 and found it is noticable sonic improvement.
BTW, could I directly log in as root, instead log in user account then elevate to root via sudo su command? Thanks again.
|
Users browsing this thread: |
2 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
Latest Threads
|
new install issues
Last Post: rrunner
Today 03:59 AM
» Replies: 30
» Views: 628
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: hkphantomgtr
Yesterday 10:36 PM
» Replies: 24
» Views: 1274
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
Yesterday 08:44 PM
» Replies: 88
» Views: 6362
|
Work In Progress: 1.4.4
Last Post: uglymusic
Yesterday 07:25 PM
» Replies: 33
» Views: 937
|
Is this project still alive?
Last Post: Martin-Herlov
Yesterday 07:04 PM
» Replies: 6
» Views: 68
|
Add to SO backup & restore
Last Post: agent_kith
15-May-2025 09:58 AM
» Replies: 1
» Views: 41
|
[split] Possible To Load Snakeoil OS in ...
Last Post: agent_kith
12-May-2025 04:18 PM
» Replies: 10
» Views: 242
|
Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
12-May-2025 04:04 PM
» Replies: 65
» Views: 2843
|
Music Library and SSD
Last Post: Huey
11-May-2025 05:01 AM
» Replies: 2
» Views: 86
|
upmpdcli unable to start
Last Post: Amph
09-May-2025 08:16 PM
» Replies: 7
» Views: 1655
|
SnakeoilOS Mission Statement
|
Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.
SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.
If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.
|
|
|