08-31-2019, 08:56 AM
There is a small switch in the Pinebook Pro mainboard that allows you to disable eMMC and bypass eMMC boot in hardware.
Default OS update log
|
08-31-2019, 08:56 AM
There is a small switch in the Pinebook Pro mainboard that allows you to disable eMMC and bypass eMMC boot in hardware.
08-31-2019, 09:08 AM
08-31-2019, 10:20 AM
(08-31-2019, 09:08 AM)zaius Wrote:(08-31-2019, 08:56 AM)tllim Wrote: There is a small switch in the Pinebook Pro mainboard that allows you to disable eMMC and bypass eMMC boot in hardware. During runtime, maybe the switch can be switched back to enable the eMMC flash, again? If so, ordering the eMMC reader wasn't necessary
08-31-2019, 12:06 PM
Why does the default OS not come with a swap partition but only a 500MB swap file?
- the swap size is quite small - why not a partition for faster access I suspect that suspend to disk will not work with a) a swap file that is b) smaller than physical memory.
08-31-2019, 02:52 PM
(08-31-2019, 09:08 AM)zaius Wrote:(08-31-2019, 08:56 AM)tllim Wrote: There is a small switch in the Pinebook Pro mainboard that allows you to disable eMMC and bypass eMMC boot in hardware. Well. Technically. You can disable `eMMC`, boot any system from SD, and at least on my images you have: `rockpro64_reset_emmc.sh` that you can run after you switch eMMC ON to be able to flash or fix the system. So, no, it is not needed, as you can force reset of eMMC after boot.
Homepage: https://ayufan.eu
Releases: Rock/Pro 64/Pinebook Pro: Linux; Chromium OS So/Pine A64/Pinebook: Linux; Android 6.0; Android 7.1 Buy me a Beer (08-31-2019, 12:06 PM)Der Geist der Maschine Wrote: Why does the default OS not come with a swap partition but only a 500MB swap file? As far as suspend to disk (hibernate) is concerned, there are two important points about the hibernation image:
With Swap Partitions vs Swap Files, in most circumstances the performance differences are minimal, while the advantage of a swapfile is it's trivial to adjust the size while the system is running. Of course, it's your system, so it shouldn't be too difficult for you to repartition the disk to accomodate a large swap partition if that's what you prefer
09-07-2019, 06:27 PM
(09-05-2019, 06:05 AM)Thra11 Wrote: As far as suspend to disk (hibernate) is concerned, there are two important points about the hibernation image: Over the last days I educated myself on swap-files. A lot of engineering went into making them efficient. I'm not yet sure what I will do ... shipping the first batch got delayed and so I have now more time to think about what I will do.
09-08-2019, 02:41 PM
Are there plans to add pinebookPro to the pine64 Installer utility ?
https://github.com/pine64dev/PINE64-Inst.../README.md I find that installer very user friendly in selecting the latest tested versions of OS.
09-09-2019, 04:06 AM
(09-08-2019, 02:41 PM)ac8dg Wrote: Are there plans to add pinebookPro to the pine64 Installer utility ? The Pinebook Pro OS build for sure will add to PINE64 Installer. (09-07-2019, 06:27 PM)Der Geist der Maschine Wrote:(09-05-2019, 06:05 AM)Thra11 Wrote: As far as suspend to disk (hibernate) is concerned, there are two important points about the hibernation image: |