| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,677
» Latest member: Charlotten
» Forum threads: 16,248
» Forum posts: 117,156
Full Statistics
|
| Latest Threads |
compass pdf link expired:...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
Yesterday, 12:39 PM
» Replies: 4
» Views: 225
|
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: biketool
Yesterday, 02:25 AM
» Replies: 2
» Views: 122
|
Running Pinebook (non-Pro...
Forum: Pinebook Hardware and Accessories
Last Post: guidol
11-09-2025, 04:19 AM
» Replies: 0
» Views: 70
|
Pinebook Pro for sale
Forum: General Discussion on Pinebook Pro
Last Post: rfm83
11-08-2025, 09:22 AM
» Replies: 0
» Views: 126
|
What is wrong with the Mo...
Forum: General Discussion on PinePhone
Last Post: Mahgue
11-08-2025, 05:13 AM
» Replies: 0
» Views: 92
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
11-07-2025, 01:12 PM
» Replies: 12
» Views: 5,949
|
Wake up Call
Forum: General Discussion on PinePhone
Last Post: biketool
11-06-2025, 06:18 AM
» Replies: 6
» Views: 497
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: victor_yeh
11-05-2025, 11:17 PM
» Replies: 0
» Views: 123
|
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
11-05-2025, 02:25 AM
» Replies: 0
» Views: 154
|
Second screen mirroring
Forum: General
Last Post: OpalTromp
11-04-2025, 09:53 PM
» Replies: 2
» Views: 1,801
|
|
|
| Rock64 charger availability |
|
Posted by: jon889 - 08-17-2017, 05:11 AM - Forum: Rock64 Hardware and Accessories
- Replies (4)
|
 |
I just received my Rock64 and I thought I had also ordered a power adapter (UK), but I didn't and checking my order I didn't actually order one. If I buy one through the store here then the shipping from China will cost more than the product itself. However I can't a single 3.5mm barrel charger (5V, 3A) in online in the UK, it seems to be a very strange type of power cable.
Does anyone have idea where to get one in the UK?
I have found some USB to 3.5mm barrel charger, so if I found a USB plug which is 5v 3A would that work?
|
|
|
|
| Is the Rock 64 something strange? |
|
Posted by: kometchtech - 08-17-2017, 04:52 AM - Forum: General Discussion on ROCK64
- Replies (13)
|
 |
Hi, all
Please let me ask a little.
I got Rock 64, but a problem has arisen.
- Start writing images to microsd. And restarting the file system breaks.
- Launch the image and freeze it when trying to edit the file with vi etc. It is possible to log in again from another terminal. However, when trying to output syslog again with vi or cat, it freeze.
Write -image and execute fsck etc. before booting but at this point the file system does not appear to be broken.
-microsd burned the image through SD card adapter and USB card reader against Samsung EVO 32GB and silicon power (class 10 UHS-1) 32GB, but both are the same.
- I tried the following method to bake an image, but it is the same.
- Windows 10 / Etcher 1.12
- Windows 10 / Win32 DiskImager 1.0
- ubuntu / Etcher1.12
- ubuntu / dd (sudo dd bs=1M conv=fsync if=OS.img of=/dev/sde)
The image I tried is as follows
- Debian Stretch Minimal Linux Kernel ver 4.4 (0.4.16 / 0.4.17)
- Xenial Minimal Linux Kernel ver 4.4 (0.4.16 / 0.4.17)
- Xenial i3 Linux Kernel ver 4.4 (0.4.16 / 0.4.17)
Regarding the SD card adapter and the USB card reader, I burned images such as Pine 64 and Orange Pi, but there were no such problems.
In this case, should we suspect hardware (Rock 64)?
Best regards.
|
|
|
|
| Can't boot headless after running update_uboot.sh |
|
Posted by: Borglesnorgle Williams - 08-17-2017, 03:04 AM - Forum: Linux on Pine A64(+)
- Replies (2)
|
 |
Hello,
I've got a Pine64 2GB from a friend, with the original USB power supply. I've flashed Linux onto a quality SD card using Etcher on Linux.
Pine64 boots fine, I can login with SSH and do all the things I want to do. I'm running headless.
If I run the update_uboot.sh script, then I can no longer boot headless. I've tested the Debian and Xenial Base images. I don't have a serial console, so I can't see if there are any boot messages. All I can tell is that I can no longer connect via SSH, and it doesn't appear in my router's list of connected devices. If I connect a monitor before powering up it boots just fine.
|
|
|
|
| 4.4 and Mainline Status Matrices |
|
Posted by: Luke - 08-17-2017, 02:32 AM - Forum: Linux on Rock64
- No Replies
|
 |
Earlier today nobe posted status matrices for the RK3328 (middle SoC in the matrix) in the IRC and I felt that it would be valuable to relay them on here. Included are: kernel 4.4 matrix, Mainline kernel matrix, Linux SDK CHIP Status Matrix and Linux Funciton Status Matrix.
Click here to view
|
|
|
|
| Plex server |
|
Posted by: abrmx - 08-16-2017, 03:48 PM - Forum: General Discussion on PINE A64(+)
- Replies (3)
|
 |
Hello
I succesfully mount a Plex media Server on a PineA64
I use this instructions:
Code: # Run add the ARMHF architecture to the Debian Packages that can be installed here
sudo dpkg --add-architecture armhf
# Make sure that we install the correct version of the arm package
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list
# Update the package lists
sudo apt-get update
# Install the media server and all the dependencies
sudo apt-get install binutils:armhf plexmediaserver-installer -y
good luck!
|
|
|
|
| Configure the touchpad |
|
Posted by: leszek - 08-16-2017, 02:43 PM - Forum: Linux on Pinebook
- Replies (6)
|
 |
I like to configure the touchpad to be able to use two finger tap for middle click and three finger tap for right click.
So far I was only able to switch 2 finger tap from right click to middle click with
Code: xinput set-button-map 8 1 3 2 4 5 6 7 8 9 10 11 12 13
Though that does disable the right click for me. Tapping with 3 fingers sends an s keypress event.
Clicking on the far bottom right produces a 3 keypress.
Setting it back to the default
Code: xinput set-button-map 8 1 2 3 4 5 6 7 8 9 10 11 12 13
Makes right click working again with two finger tap and right bottom corner click.
Three finger tap however still send an s keypress.
|
|
|
|
|