| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,698
» Latest member: rth
» Forum threads: 16,260
» Forum posts: 117,188
Full Statistics
|
| Latest Threads |
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: kapqa
Today, 02:02 AM
» Replies: 8
» Views: 15,502
|
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: rth
Yesterday, 08:25 PM
» Replies: 1
» Views: 203
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: brorean
11-21-2025, 08:45 PM
» Replies: 1
» Views: 121
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: brb78
11-20-2025, 04:15 PM
» Replies: 0
» Views: 102
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
11-20-2025, 09:04 AM
» Replies: 5
» Views: 602
|
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-18-2025, 03:07 PM
» Replies: 1
» Views: 166
|
How to stop it turning on
Forum: General Discussion on PinePhone
Last Post: biketool
11-18-2025, 02:30 PM
» Replies: 3
» Views: 473
|
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: biketool
11-18-2025, 01:27 PM
» Replies: 5
» Views: 2,163
|
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
11-18-2025, 12:48 AM
» Replies: 0
» Views: 99
|
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
11-17-2025, 07:49 AM
» Replies: 0
» Views: 101
|
|
|
| We'll be at FOSDEM 2020 |
|
Posted by: Luke - 11-21-2019, 06:42 AM - Forum: News
- Replies (6)
|
 |
Hi all,
We'll be at FOSDEM 2020.
On Sunday (Feb 2nd) we'll have a stall - you are welcome to come by or even to co-run it. In the previous years we were in building AW.
Regarding Saturday: I'm not the sort of person who fights their way into the different talks - I'm ok to watch what I'm interested in online a couple of months later. So, for those who want to walk around, stalk KDE and Manjaro people, etc., I'll be around if you just want to hang-out.
|
|
|
|
| Nextcloudpi SD card fills up. |
|
Posted by: default_user8 - 11-20-2019, 11:13 PM - Forum: Linux on Rock64
- Replies (13)
|
 |
This is the second time i've had this issue running nextcloudpi on my rock64. It runs fine for about a month and then my SD card shows that it's full and I have no room left. This prevents my nextcloud server from running correctly and I can't connect.
|
|
|
|
| Enable KVM on default OS (Debian 9) |
|
Posted by: colemancda - 11-20-2019, 05:58 PM - Forum: Linux on Pinebook Pro
- Replies (7)
|
 |
Hi, I just received my PineBook Pro yesterday and I am using the default OS with Debian 9 (32bit user space, 64bit kernel). I would like to recompile the kernel to enable the KVM module. I want to test containers and possibly Windows 10 on ARM. I have seen the images on the wiki, but I am not sure where the sources are to build an image myself, although ideally I just want to update the kernel on my existing OS. Since there are so many repos and distros for the PineBook Pro, I am not sure where to start. I don't want to lose all the great driver support, like the Mali drivers, I am hoping someone could share simple instructions to clone the repo of the kernel, build a .deb and install a kernel upgrade. Or in any case, this could possibly be a feature request for @Mrfixit2001 or @ayufan to include in the official image?
|
|
|
|
| new rockpro64: images won't boot [solved] |
|
Posted by: new-rockpro-user - 11-20-2019, 12:42 PM - Forum: Linux on RockPro64
- No Replies
|
 |
Bought a new RockPro64, downloaded some linux images, flashed them to eMMC: no boot.
The white light goes on, stays on for a while, goes off for half a second, goes on again for a while, repeat.
No HDMI output.
OK, turns out: new RockPro64's come without a uboot, or with a seriously old uboot.
What does boot, is ayufan's images:
https://github.com/ayufan-rock64/linux-b...tag/0.9.14
Download for example the
bionic-mate-rockpro64-0.9.14-1159-armhf.img.xz
That should work. It takes a while to load, first run, but it does work.
Boot from there.
From Ayufan's bionic Mate there you can install a uboot.
Download a uboot from here:
https://github.com/ayufan-rock64/linux-u-boot/releases
Now, it says you should download an flash SPI image, flash that image to an SD or eMMC and boot from that.
Well, with an old / missing uboot, the flash SPI image won't load.
So, download the .deb:
u-boot-rockchip-rockpro64-2017.09-rockchip-ayufan-1065-g95f6152134.deb
Open a terminal, and install the deb.
sudo dpkg -i u-boot-rockchip-rockpro64-2017.09-rockchip-ayufan-1065-g95f6152134.deb
Then flash the uboot to spi with
sudo rock64_write_spi_flash.sh
Enter YES with capitals to confirm that this is a scary thing to do.
After it stops scrolling you are done.
You can now boot other images.
This probably goes into the 'goes without saying' category, because this information is nowhere to be found.
This took me a day, so let's hope this post saves someone else a day.
Also, please correct/reply if I made some errors in this description, I'm only doing this for one day now.
|
|
|
|
|