12-03-2021, 09:51 PM
Hello, I purchased a used Pinebook Pro but the seller is removing the eMMC due to their privacy concerns. I don't believe I'll be able to talk them out of removing it. Am I in for a world of hurt? I'm fairly familiar with Linux and comfortable installing hardware.
I understand it can boot from SD, but there seem to be a lot of threads with problems here. Is booting from an SD card reliable?
The laptop already has the optional NVMe adapter installed (but no drive), but I understand booting from this requires some flashing/modification of the boot chip.
Would it be more sensible to purchase the 64 GB eMMC (in stock currently) and the USB-A to eMMC module?
Thanks!
The eMMC modules, in my experience, are substantially faster microSD cards.
In addition the the USB-A adaptor, you can boot from uSD, and then provision the eMMC module.
12-04-2021, 03:14 AM
(This post was last modified: 12-05-2021, 12:21 AM by bcnaz.
Edit Reason: ADD MORE
)
using the eMMC/usb adapter, you can flash an OS directly on to your eMMC
(There are some boot instructions on the factory eMMC, those will not be included in most of todays OSes.)
Running from the sd card is not terrible, and it is a great way to try multiple OSes, before installing to the eMMC.
--------------------------------------------------------------------------------------------------------------------------------------------------------
If you do buy a new eMMC from the Pine64 Store, I would suggest getting the eMMC to usb adapter at the same time,
It is only $5. ($4.99) and it may prove useful in the future.
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
Thanks for the replies! The device has no eMMC at all. I'm debating between trying to boot from an SD or NVMe, or just suck it up and buy a replacement eMMC.
In my opinion, unless you're expecting too much out of the PBP already, working without an eMMC is really no big deal. Sure, it's nice to have, but not necessary.
:wq
[ SRA accepts you ]
It will run a little slower on an sd card than the eMMC, however it will run just fine.
My first Pinebook Pro ISO and the second an ANSI model are both currently running from the sd card.
Which OS you eventually put on your eMMC can make a difference if your laptop will continue to boot first from an sd card.
There is some code on the factory eMMC to cause the sd card to boot first.
I think that is missing on 'most' of the operating systems offered on the wiki.
There is lots of information on this in the past older forum posts. (2019-2020)
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
12-04-2021, 11:15 PM
(This post was last modified: 12-04-2021, 11:17 PM by wdt.)
To know, any particular uboot [.img .itb]
strings uboot.img |grep -i _target
Of course, if there is a uboot (really idbloader) on emmc, that is what will be found first and used
12-04-2021, 11:29 PM
(This post was last modified: 12-04-2021, 11:31 PM by bcnaz.
Edit Reason: re-Format
)
I was into my Pinebook Pro quite heavily, > But I have since been very consumed by the Pinephone. !
There are multiple methods available to change or control the booting,
** but most of the useful posts for that are one year to 2 years back in the forum.
LINUX = CHOICES
**BCnAZ**
Donate to $upport
your favorite OS Team
From ameridroid, emmc are not that expensive
Booting from nvme requires uboot on emmc or sd (or SPI, not recommended)
To explain, there are 2 different and separate boots, boot ROM in cpu
searches SPI, emmc, sd for idbloader (and NOT nvme)
idbloader loads uboot which has its own and different search order for OS (which may include nvme)
An example
boot_targets=mmc1 usb0 nvme0 mmc0 pxe dhcp sf0 ....(mmc1=sd)