Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: zetabeta
Yesterday, 02:57 PM
» Replies: 1
» Views: 607
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
Yesterday, 01:27 PM
» Replies: 3
» Views: 2,493
|
Call recording?
Forum: PinePhone Pro Software
Last Post: baptx
09-06-2025, 04:59 PM
» Replies: 6
» Views: 5,433
|
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 1,901
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 991
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 8,751
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
09-04-2025, 01:40 AM
» Replies: 11
» Views: 3,320
|
[Article] RISC-V Ox64 BL8...
Forum: General
Last Post: PrinceMorissette
09-03-2025, 10:51 PM
» Replies: 2
» Views: 3,899
|
irradium (based on crux l...
Forum: Linux on Quartz64
Last Post: mara
09-01-2025, 10:26 AM
» Replies: 6
» Views: 5,578
|
The PPP behaves as if the...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
09-01-2025, 04:07 AM
» Replies: 2
» Views: 2,545
|
|
|
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.
|
|
|
|