I just got my pine book pro, and I tried to connect it to a power bank (one that works with things like iPad and alike).\The pine book was saying charing but actually the battery was discharging.
I am now trying to charge with the provided supplier, but I wonder if the PBP is compatible to powerbanks at all no or there is an issue and I need to open my PBP to check out things.
Thanks.
I looked up the camera that was listed for the cube camera, it was a bit vague, so could you tell us what options there will be and is it hackable for more fun.
Not really sure hot to decypher the output, but I'm assuming that ps 2 is the profile I want as its the lowest power with the drive operational.
I have tried setting this profile using
sudo nvme /set-feature /dev/nvme0 -f 2 -v 2
This seems to work until a reboot when it defaults back to profile 0.
Is there a command missing to save it to the NVMe?
Also after googling to try and find how to make NVMe setting persistant, I found some references to enabling Autonomous Power State Transistion rather than editing the power management.
Which is the correct one to use APST (feature 0x0c) or Power Managment (feature 2) and how to make these setting persistent?
I'm considering using the PBP for online banking. I was thinking about booting from an SD card just for this purpose. Is anyone doing this now? Which os would you suggest? Are there any precautions I should take with that os? Thanks.
I do not understand the decision to ship the Pinebook Pro with a 3A charger.
If it is a financial constraint in order to meet $200 price point - fine. However, my workflow ends up constantly draining the battery, which I suspect is the result of the low current output of the charger.
I would like to buy a powerful charger (something closer to 5V x 30A) in order to compile in peace of mind, but I don't know anything about the electronics' ability to cope with such an out-of-spec current draw.
I am selling my two week old Pinebook Pro UK/ISO including the SSD-Adapter.
Unfortunately it seems that my eyes don't cope with the high-res or high contrast of the screen, as mentioned in https://forum.pine64.org/showthread.php?tid=8695
Overall price incl. VAT and tax was EUR 284,29 so I am giving it away for EUR 200,- / GBP 170,- EUR 180,- / GBP 155,-.
I am located in Austria so shipping will be
Austria: EUR 4,-
Germany: EUR 10,80
EU: EUR 12,80 / GBP 11,-
So I've been messing around with MultiMC for a bit on the PBP trying to set it up to use the ARM builds of the needed native libraries so the game would run, and I've found a pretty good way to do it that doesn't really require any manual setup and written a script to set it all up for you for a MultiMC instance.
I've only tested the script on Manjaro, but it should work fine on other distros and on a 32-bit userland. I don't know if the game will run with the binary Mali drivers as I've only tried using panfrost though. This setup only supports Minecraft 1.13 and newer, older versions use LWJGL 2 instead of 3 which will require a different setup.
Make sure you have a Java runtime installed, they recommend Java 8 but newer versions also seem to work.
Debian: apt install openjdk-11-jreManjaro: pacman -S jre-openjdk
Open MultiMC, pick your preferred settings and select your Java installation.
When MultiMC is set up, add a new instance with the version of Minecraft you want to play
Download my script and place it in some directory, remember to mark it as executable.
Open a terminal in the directory containing the script and run it with the name of the instance you created earlier as parameter.
If everything goes right, you should now be able to start the instance in MultiMC and play Minecraft!
What the script does is to reconfigure the MultiMC instance to use a custom LWJGL version, it then fetches the checksums and file sizes for the libraries from the maven repository to generate a JSON file describing the libraries to be used by MultiMC. The libraries that will be used are the official builds from LWJGL that were published to maven.
Hope this can be useful to some of you here, happy crafting!