| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,701
» Latest member: Stunnned
» Forum threads: 16,261
» Forum posts: 117,193
Full Statistics
|
| Latest Threads |
Quill OS for the PineNote
Forum: PineNote Software
Last Post: Szybet
8 hours ago
» Replies: 0
» Views: 42
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
Yesterday, 11:41 AM
» Replies: 2
» Views: 161
|
auto-owning the SD card i...
Forum: PineTab Software
Last Post: biketool
Yesterday, 04:16 AM
» Replies: 1
» Views: 379
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: Stunnned
11-24-2025, 01:27 PM
» Replies: 2
» Views: 190
|
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
11-23-2025, 02:02 AM
» Replies: 8
» Views: 15,547
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
11-22-2025, 08:25 PM
» Replies: 1
» Views: 230
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 634
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 216
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 494
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,198
|
|
|
Pinebook Pro structural integerity failing |
|
Posted by: TDC_PBP - 04-14-2020, 12:53 PM - Forum: General Discussion on Pinebook Pro
- Replies (42)
|
 |
My Pinebook Pro currently has six cracks. The first ones to appear were the ones around the usb ports and power port. Then came the cracks on the body of the PBP when I forgot to put the spacers back in. Unfortunately, things got a lot worse a few days ago. I shifted my grip on my PBP to one hand on the left side for 10 seconds, and suddenly a new crack appeared on the top left of the keyboard. Now even with super glue the whole left side next to the display hinge bends every time I open and close my Pinebook Pro! I am scared even to close it again! Suggestions, anybody?! Except for this whole crack thing I have really been loving my PBP, but it might be time to say goodbye...
|
|
|
|
| Call for test: Clonezilla live for Rockpro64 |
|
Posted by: stevenshiau - 04-14-2020, 06:44 AM - Forum: Linux on RockPro64
- Replies (1)
|
 |
Dear all,
We are the developers of Clonezilla (https://clonezilla.org). Recently we have created Clonezilla live arm64 release, and would like to invite you to give it a try on RockPro64. Clonezilla is free and open source software for disk imaging and cloning.
How to use it:
1. First, follow this to flash U-Boot to SPI:
https://github.com/sigmaris/u-boot/wiki/...oot-to-SPI
We have tested the release rockpro64 u-boot v2020.01-ci work for booting Clonezilla live from USB flash drive.
2. Download Clonezilla live from
http://free.nchc.org.tw/clonezilla-live/...ental/arm/
The Ubuntu-based release, e.g., clonezilla-live-20200414-focal-arm64.zip which we have tested OK on Rockpro64.
3. Create a FAT32 partition on your USB flash drive, then mount it, e.g.,
pmount /dev/sde1 /media/disk
unzip clonezilla-live-20200414-focal-arm64.zip -d /media/disk
pumount /media/disk
4. Insert the USB flash drive on your Rockpro64, then boot it. Remember to set the it to boot from USB device.
i.e., when you see:
Hit any key to stop autoboot: 0
Press any key, then type:
=> setenv boot_targets usb0
=> boot
If all goes well, you should be able to see the Clonezilla live boot menu.
5. In the 1st item of grub boot menu, edit the boot parameter by pressing "e",
append "ocs_live_run_tty=/dev/ttyS2", so that the Clonezilla main menu will be shown in the serial console.
e.g.,
linux /live/vmlinuz boot=live union=overlay quiet components noswap edd=on nomodeset enforcing=0 noeject locales=en_US.UTF-8 keyboard-layouts=en ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch="no" vga=788 ip= net.ifnames=0 splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 ocs_live_run_tty=/dev/ttyS2
Of course, the serial console device name has to match your environment. Then press Ctrl-x to boot it.
6. Wait a while, and you should be able to see the main menu of Clonezilla live, then you can save your disk as an image, restore the image, or clone the disks. More docs are available on Clonezilla website:
https://clonezilla.org/clonezilla-live-doc.php
The photo about the test environment:
![[Image: 0-test-env.jpg]](http://free.nchc.org.tw/clonezilla-live/experimental/arm/info/rockpro64/0-test-env.jpg)
The rate about saving a SSD disk using -z9p (zstd) of Clonezilla option:
![[Image: 2-rockpro-save-ssd.png]](http://free.nchc.org.tw/clonezilla-live/experimental/arm/info/rockpro64/2-rockpro-save-ssd.png)
Rate about restoring an image to SSD:
![[Image: 3-rockpro-restore-ssd.png]](http://free.nchc.org.tw/clonezilla-live/experimental/arm/info/rockpro64/3-rockpro-restore-ssd.png)
Boot progress:
http://free.nchc.org.tw/clonezilla-live/...rocess.txt
The progress about saving the micro SD which has Armbian 20.02.1 Buster:
http://free.nchc.org.tw/clonezilla-live/...ave-sd.txt
The progress about wiping the micro SD:
http://free.nchc.org.tw/clonezilla-live/...ipe-sd.txt
The progress about restoring the image to micro SD, then boot the restored Armbian:
http://free.nchc.org.tw/clonezilla-live/...ore-sd.txt
Bugs report, comments and suggestions are welcome.
Thank you very much.
Steven
|
|
|
|
| No audio output with Manjaro Arm 20.04 |
|
Posted by: Faradn - 04-13-2020, 05:11 PM - Forum: Linux on RockPro64
- Replies (2)
|
 |
SBC: RockPro64 4Gb v2.1
OS: Manjaro-ARM 20.04
Linux rockpro64 5.6.0-1-MANJARO-ARM #1 SMP Tue Mar 31 12:35:20 CEST 2020 aarch64 GNU/Linux
Greetings Piners, any news on getting audio to work
on a RockPro64 running Manjaro Arm 20.04?
TIA,
/Faradn
~ Odroid N2 ~ Odroid XU4 ~ RockPro64 ~ Pi3B ~
|
|
|
|
| Can't install Manjaro |
|
Posted by: Bismarck - 04-13-2020, 07:49 AM - Forum: Linux on Pinebook Pro
- Replies (10)
|
 |
Hello,
I received my PBP in January (I think from the second publicly sold batch). After some trying out on the original Debian install, I was able to install Bionic Mate on it following instructions. Given that I messed up that install a bit by trying to install software that I think was incompatible (Anbox, VMWare Horizon, R Commander), I decided I wanted to give Manjaro a try (at that time I think it was still 19.12). I followed the instructions per manjaro.org, however Whenever I booted up with the etched Manjaro image on sd in my PBP, it would either hang, or decide to boot up in my Bionic install. I'm wondering what I'm doing wrong. I've already tried at the Manjaro Froum, but they keep repeating the instructions (and I keep repeating following them to the letter and failing).
I have tried numerous times downloading (both 19.12 and later 20.04 versions), writing the image with Balenaetcher (on my Windows laptop, btw I've also tried several times writing the image to my sd using dd on my PBP), than booting up on my PBP. I've tried it with two different sd cards (including the one I used successfully before to install Bionic Mate), however I keep failing. I finally found out how to get a boot log from a previous boot, so I have the log of my latest failure.
log.txt
|
|
|
|
| Booting from microSD |
|
Posted by: evj - 04-12-2020, 07:46 PM - Forum: General Discussion on Pinebook Pro
- Replies (4)
|
 |
I have Ubuntu on my card. I testeed it on my Linux laptop, and in Windows; it works there. On PBP the first time I tried it, it seemed to recognize it as bootable, but hung up. Since then it merely mounts it. How do I get it to boot from the card?
|
|
|
|
| Connected to Wifi but no Internet |
|
Posted by: pnoyrocket - 04-12-2020, 07:31 PM - Forum: Android on Pine A64(+)
- Replies (2)
|
 |
After not using my Pine A64 for a while, I decided to dust it off and reinstall Android 6.0. I actually first install Adroid TV (v7 I believe), but my wifi kept getting disconnected. Anyhow, I'm able to connect to wifi but it's showing I don't have internet. My other devices are connected to the same network and they are fine. I tried searching online for resolution but I can't find what I need. Please help!
|
|
|
|
| mainboard, adding an usb nano hub? |
|
Posted by: heocb - 04-12-2020, 12:45 PM - Forum: PinePhone Hardware
- Replies (1)
|
 |
pine64, can you make an estimate of what it would cost to add an usb nano hub on the
mainboard? Or design the mainboard such, that people themselves could
add an usb nano hub? I want to be able to connect an
usb wifi card to the mainboard. Other people might find ways to
utilize an usb hub.
|
|
|
|
|