| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,995
» Latest member: Dipakshrma
» Forum threads: 16,337
» Forum posts: 117,447
Full Statistics
|
| Latest Threads |
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
Yesterday, 09:57 AM
» Replies: 2
» Views: 66
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
04-19-2026, 12:56 PM
» Replies: 13
» Views: 14,880
|
Pine Time dead
Forum: General Discussion on PineTime
Last Post: chris.burmajster
04-18-2026, 10:08 AM
» Replies: 0
» Views: 176
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:17 PM
» Replies: 24
» Views: 19,410
|
App launcher shows tiny i...
Forum: PineNote Software
Last Post: vlagged
04-17-2026, 04:12 PM
» Replies: 1
» Views: 1,117
|
my pinecil v2 is not work...
Forum: General Discussion on Pinecil
Last Post: jagrav
04-17-2026, 06:28 AM
» Replies: 0
» Views: 101
|
Freezes and kernel panics...
Forum: Linux on RockPro64
Last Post: prahal
04-15-2026, 06:48 PM
» Replies: 4
» Views: 1,427
|
Looking for engineer for ...
Forum: PinePhone Pro Hardware
Last Post: Andrey_voce
04-06-2026, 08:44 AM
» Replies: 0
» Views: 300
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
04-05-2026, 03:03 AM
» Replies: 19
» Views: 9,239
|
Finally got Kali working ...
Forum: General Discussion on Pinebook Pro
Last Post: qingss0
04-04-2026, 08:00 AM
» Replies: 0
» Views: 417
|
|
|
| First Lakka image for ROCKPro64 |
|
Posted by: Ntemis - 09-11-2018, 07:12 AM - Forum: Linux on RockPro64
- Replies (12)
|
 |
After the generous donation of sample boards to our team am proud to release a work in progress Lakka image for this beautiful beast!
Download link:
https://transfer.sh/JXjTz/Lakka-Rockchip...324.img.gz
Known issues - As the system currently only works in 64bit mode (32bit libmali crashes), some cores (N64, NDS) have their performance hindered due to the lack of ARM64 dynarecs. This will hopefully addressed in the future as more cores are ported to ARM64.
- On the other hand, some cores like PPSSPP or Dolphin work better in 64bit mode.
- The ethernet MAC address is currently random at each boot - this causes the IP address to be different too each time the board is rebooted.
- While it should, the MAC address is not passed from u-boot (for network boot) to Linux, this causes the board to have one IP address when u-boot runs then another when Linux runs
- The HDMI display resolution is wrong when booting the board. A workaround for this is unplugging and plugging back the HDMI cord once booted.
New image is out with aarch32 mali userspace driver.
Download Link:
http://nightly.builds.lakka.tv/special_builds/rk3399/
|
|
|
|
| Ubuntu 18.4?? |
|
Posted by: Corkonian - 09-11-2018, 06:51 AM - Forum: Linux on Pinebook
- Replies (6)
|
 |
Well, I need a working computer, so I haven't tried to do anything in terms of major updates (except for apt-get update and upgrade) to my Pinebook. But now that I might see the 11" Pinebook soon, I would like to have a working Pinebook with a not as ancient Linux version on it.
How is 18.4 doing? Is it worth updating? Will it keep at least the features that are currently working with the Pinebook? Will it add more (useful) features as Mali support or DRM?
If the answers to my questions are "yes" .... how do I upgrade? Just follow the Ubuntu built-in update process? I fear that it won't set up a proeper Kernel and a working U-boot... or not?
|
|
|
|
| PINEBOOK RAM not upgradable |
|
Posted by: jameling - 09-11-2018, 03:31 AM - Forum: General Discussion on Pinebook
- Replies (9)
|
 |
I was registered one month ago and now I get a Coupon Code.
When finally I prepearing accomplish purchase order, I re-checked Specifications and found:
RAM: 2 GB LPDDR3 RAM Memory
Flash: 16 GB eMMC 5.0 (upgradable up to 64GB)
I am glad the Flash upgradable, but I dont't understand why RAM seems not upgradable? ROCK64 SINGLE BOARD COMPUTER has 4GB RAM, but the Pinebook has only 2GB, is it really enough?
|
|
|
|
| Help needed so a complete NOOB can compile a kernel, please |
|
Posted by: dukla2000 - 09-10-2018, 05:21 PM - Forum: Linux on RockPro64
- Replies (5)
|
 |
OK, so spurred into action by Deathcrow here, I decided the time had come for me to have another bash at compiling a kernel. "It's pretty easy. " - Ha
1) git clone https://github.com/ayufan-rock64/linux-m...kernel.git - no problems. (Will need to update at some stage but that can wait!)
2) Needed to install pkg-config, libncurses-dev, bison, flex and fakeroot as well
3) make menuconfig - could presumably spend months here but for a first run went with the defaults. Presume .config turns into /boot/config... in due course so can peruse ayufan versions and load/mod them when I get smarter.
4) make -j6 bindeb-pkg was going really well until
Code: ...
CC arch/arm64/kernel/asm-offsets.s
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
HOSTCC scripts/recordmcount
HOSTCC scripts/sortextable
HOSTLD scripts/dtc/dtc
HOSTCC scripts/asn1_compiler
UPD include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
HOSTCC scripts/extract-cert
<stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
#include <openssl/bio.h>
^~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.host:90: recipe for target 'scripts/extract-cert' failed
make[4]: *** [scripts/extract-cert] Error 1
make[4]: *** Waiting for unfinished jobs....
LDS arch/arm64/kernel/vdso/vdso.lds
VDSOA arch/arm64/kernel/vdso/gettimeofday.o
VDSOA arch/arm64/kernel/vdso/note.o
VDSOA arch/arm64/kernel/vdso/sigreturn.o
VDSOL arch/arm64/kernel/vdso/vdso.so.dbg
VDSOSYM include/generated/vdso-offsets.h
Makefile:1045: recipe for target 'scripts' failed
make[3]: *** [scripts] Error 2
debian/rules:4: recipe for target 'build' failed
make[2]: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
scripts/package/Makefile:79: recipe for target 'bindeb-pkg' failed
make[1]: *** [bindeb-pkg] Error 2
Makefile:1337: recipe for target 'bindeb-pkg' failed
make: *** [bindeb-pkg] Error 2
Presumably I need to do something useful to hold openssl together but not sure what - help/suggestions welcome please!
Also I seem to be trying to build pretty much in the footsteps of Ayufan (dpkg-buildpackage: info: source package linux-4.18.0-rc8-76686-g45828c4db727) - cant find the right place to put my label so it is clear I created the resulting mess (and to distinguish my efforts eventually in extlinux.conf ?)
TIA
|
|
|
|
| Crypto wallets - rock64 |
|
Posted by: Vegeta - 09-10-2018, 01:49 AM - Forum: General Discussion on ROCK64
- No Replies
|
 |
Hi guys,
I got a rock64 with the purpose of having a couple of wallets staking 24/7 (instead of keeping the laptop on all day).
Anyone tried this before? Is it straightforward?
|
|
|
|
| Simple questions from a non tech guy. |
|
Posted by: minhdomanh - 09-09-2018, 09:34 PM - Forum: Community and Events
- No Replies
|
 |
Here is a copy of a message I sent to the creators/developers... I was thinking that some of these things could be answered for me here and then others like me would be able to benefit from it.
This project really really fascinates me, but I am not knowledgable about computers. I don't know enough about some of the terms your using to know the full extent of the boards abilities. The idea of expanding with more boards could be the kick computers needs to jump to the next level. What can I do with the computer? I don't know any OS except Windows, and I stumble through android on my tablet (still using a flip phone here), with dozens of Apps I have no idea what they are. Will I be able to use the computer, with the proper interfaces of course.
I guess what I am asking is how can I, a not so computery person use and benefit from the computer?
I really love the idea and modular design of it.
oh and if someone gets say 10 is there a housing option, or do you have ideas for that?
Thanks all for responses.
|
|
|
|
|