(I wouldn’t take “putting it into another L5” as gospel. I think the other L5 can get confused by that. I would use a multimeter but let’s assume that the battery is fine i.e. working and charged.)
Have you contacted support?
(I wouldn’t take “putting it into another L5” as gospel. I think the other L5 can get confused by that. I would use a multimeter but let’s assume that the battery is fine i.e. working and charged.)
Have you contacted support?
Can you try to use jumpdrive to check the status of the /boot partition?
To do that:
On your computer with GNU/Linux system:
sudo apt install uuu
mkdir jumpdrive && cd jumpdrive
(creates new folder and changes location to it)wget https://github.com/dreemurrs-embedded/Jumpdrive/releases/download/0.8/purism-librem5.tar.xz
tar -xf purism-librem5.tar.xz
Put the Librem 5 in uuu
mode:
To confirm that the device is in uuu mode, in the terminal run the command lsusb and search the following for an entry like:
001 Device 106: ID 1fc9:012b NXP Semiconductors i.MX 8M Dual/8M QuadLite/8M Quad Serial Downloader
Run the script: `sudo ./boot-purism-librem5.sh`
Once it is run the L5 will show up as an external drive, there will be a 465 MiB drive and a 28.7 GiB drive:
Can you run the commands: df -h
and ls -alh
on the /boot partition and send the output.
My desktop and laptop run Linux Mint. Can I install uuu on one of them?
First check that it is not already installed. which uuu
Second, if it’s not already installed, do the install command as shown. If it’s in the Mint repo, it will install. If it’s not in the Mint repo, then it will immediately fail to install (no harm, no foul).
I get “unable to find uuu”
Actually say “unable to find package uuu”. Sorry
use a live linux boot dvd or simmilar.
or use the binary directly.
That means that the short answer to “Can I do this from Mint?” is “no”.
A longer answer is: Originally when I first received my Librem 5, uuu
was also not in the repo for Ubuntu, so I used to git clone
etc. to build uuu
from sources - but subsequently uuu
was made available in the Ubuntu repo.
So are you running the latest version of Mint?
20.3 Cinnamon
@j8m2p6f, easiest (and safest) way might be to download and boot into PureOS Live GUI and from there:
sudo apt update
apt list uuu
sudo apt install uuu
Now, as @joao.azevedo kindly explained, start to use Jumpdrive at the first place although just in temporary environment:
lsusb | grep 8M
uuu -lsusb
Jumpdrive method allows you to see and backup your files, etc. and, if needed or you decide so, ensures (prepares yourself) that the next reflash
on your Librem 5 functions properly as well.
Yeah, no good. Obviously there are wider implications that I am completely ignorant of in your environment but if you were to upgrade to 21 or later then I believe your lack of uuu
problem will go away.
Or you can use the Live Boot approach as suggested.
If I downloaded PureOS 10 to a disc then ran it and installed uuu , would it be installed on the mint hardrive?
No, it is just temporary environment on your laptop or PC. There is no change to your currently installed OS there. After you are done with your session related to the Librem 5 recovery, you would just log out from the PureOS Live environment (make shutdown
without any changes to your Mint permanent installations, nothing will be saved there).
After few of my thoughts related to avoid (in advance) some potential issues with the https://tracker.pureos.net/w/installation_guide/ on your hardware, like those that might popup after: “Make sure you followed the procedure to create a bootable USB drive”, you might want to use some other Debian based distro (that includes …), for example you should actually use one of this Live .iso
images: https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current-live/amd64/iso-hybrid/. Everything else related to usage of Jumpdrive
and uuu
stays the same as you are here instructed from support@
Team to proceed (as thoroughly described within related post). This way you are about (just follow this path/direction) to solve your Linux phone booting issue there, for sure.
This looks like a battery that’s almost drained.
Here’s how I deal with it:
TL:DR, I suspect that the /boot
partition is full, which was why I was asking for jumpridrive to have a look at the /boot
partition. To confirm it. If that is the case it can be fixed without having to reflash the device.
Good point. Then my advice would not work. TBH reflashing is the right solution for 90% of the users anyway.
Jumpdrive might be useful to copy out data, but it’s still hard to use.
Just another variation: Librem 5 is switched off, every HKS down, battery needs to be removed. @j8m2p6f, now hold Volume-up and plug-in the USB-C cable (red light blinks, no green light), reinsert BPP-L503 battery (constant red LED light is on) and make “free of pressure” Volume-upper-side button. Please proceed as already guided here:
Thanks to @dcz you’ll sattle down even before you decide about your next step. Running lsusb
and/or lsusb | grep 8M
on your computer (within above setup) is indeed needed, as very important step there (as perhaps this Librem 5 still waits for help, for your help).
The package isn’t called uuu
, but mfgtools
.