Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Unable to make or recieve...
Forum: General Discussion on PinePhone
Last Post: tracyanne
8 minutes ago
» Replies: 0
» Views: 1
|
Brand new sealed Pinetime...
Forum: General Discussion on PineTime
Last Post: elver
09-10-2025, 06:41 AM
» Replies: 0
» Views: 751
|
Call recording?
Forum: PinePhone Pro Software
Last Post: biketool
09-09-2025, 04:14 AM
» Replies: 7
» Views: 7,269
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: Frank23t
09-08-2025, 10:30 PM
» Replies: 4
» Views: 2,499
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:51 PM
» Replies: 4
» Views: 4,515
|
more mobile linux on redd...
Forum: General Discussion on PinePhone
Last Post: biketool
09-08-2025, 12:03 PM
» Replies: 2
» Views: 2,294
|
Anyone selling a Pinebook
Forum: Pinebook Hardware and Accessories
Last Post: ams
09-08-2025, 09:26 AM
» Replies: 2
» Views: 2,572
|
Having trouble reading MP...
Forum: Getting Started
Last Post: Alex92
09-05-2025, 08:49 PM
» Replies: 1
» Views: 3,663
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: cheepeero
09-05-2025, 07:32 PM
» Replies: 0
» Views: 2,812
|
Booting Issues
Forum: PineNote Software
Last Post: vlagged
09-04-2025, 12:52 PM
» Replies: 20
» Views: 10,686
|
|
|
libgl1-mesa-dev has unmet dependancies |
Posted by: jr864 - 01-06-2019, 10:30 PM - Forum: Getting Started
- Replies (2)
|
 |
I have the rock64 4gb board with bionic-lxde-rock64-0.7.8-1061-arm64.img installed. Did apt-get update and upgrade, Trying to install gr-hpsdr with the error as follows :
Code: The following packages have unmet dependencies:
libgl1-mesa-dev : Depends: libglvnd-dev but it is not going to be installed
linux-rock64 : Depends: board-package-rock64-0.7-30 but it is not going to be installed
Depends: u-boot-rockchip-rock64-2017.09-rockchip-ayufan-1025-g482cd6ec8b but it is not going to be installed
Depends: linux-image-4.4.132-1075-rockchip-ayufan-ga83beded8524 but it is not going to be installed
Depends: linux-headers-4.4.132-1075-rockchip-ayufan-ga83beded8524 but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I have tried apt --fix-broken install, same error as above, also apt-get install linux-rock64 -y, still same error of unmet dependencies. Also tried apt-get install -f, with following:
Code: Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libglvnd-dev
The following NEW packages will be installed:
libglvnd-dev
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
53 not fully installed or removed.
Need to get 0 B/3412 B of archives.
After this operation, 25.6 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 86638 files and directories currently installed.)
Preparing to unpack .../libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb ...
Unpacking libglvnd-dev:arm64 (1.0.0-2ubuntu2.2) ...
dpkg: error processing archive /var/cache/apt/archives/libglvnd-dev_1.0.0-2ubuntu2.2_arm64.deb (--unpack):
trying to overwrite '/usr/lib/aarch64-linux-gnu/libEGL.so', which is also in package libmali-rk-utgard-450-r7p0:arm64 1.6-1ayufan10
Errors were encountered while processing:
Cannot get this corrected, even reformatted and reinstalled img, retried the hpsdr install after all updates. Does anyone have or know the fix to this?
|
|
|
HDMI resolution |
Posted by: bueschi - 01-06-2019, 02:34 PM - Forum: General Discussion on ROCK64
- No Replies
|
 |
Hello, can someone tell me, how can I get a resolution of 1280x1024@60 on a rock64? My rock64 is working fine on a full-hd TV, but i get out of range on my Belinea screen. This happens on Android, Debian and OMV.
I have check out with option "optargs=disp.screen0_output_mode=0x1b" on a new file called /boot/uEnv.txt and "extraargs=console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:0x1b rootwait rootfstype=ext4" on /boot/armbianEnv.txt without success. Also mode=720p is not working.
What is the right way to change the resolution?
|
|
|
Cannot get RockPro64 to boot |
Posted by: randyc - 01-05-2019, 11:02 PM - Forum: General Discussion on ROCKPRO64
- Replies (7)
|
 |
I just got a brand new RockPro64 yesterday and I have not been able to get it to boot. I've tried several different OS images (OMV, Ubuntu, Debian, and Armbian). I've tried 2 different microSD cards. I've tried prepping the microSD cards using Ubuntu and MacOS, using built in tools and Etcher.
I get the same results no matter what I do:
- The green power LED turns on
- Ethernet lights turn on, and blink as if there is activity but never appears on my network.
- If I hold down the power button the ethernet lights turn off
I am definitely using RockPro64 OS images.
Am I doing something wrong or did I get a bad board?
::UPDATE::
I sent the board back to the store I bought it from and they determined that it had a faulty MicroSD card reader.
|
|
|
GCC 7.2 ///// veriumMiner |
Posted by: QLEMAC - 01-04-2019, 07:33 PM - Forum: Linux on RockPro64
- No Replies
|
 |
Hi guys,
Running Armbian Stretch - Legacy kernel 4.4.y
Trying to get this veriumMiner work on the rockpro64 but keep crashing after 3sec...
I build it with ./build.sh script available in veriumMiner folder and this script suppose to
enable the ARMv8 (Soon as you see the stratum difficulty apear it crashing and reboot the kernel)
So I try to do it fancy by compile it by my self with the CFLAG="mfpu=neon"
Compiler C++ is not working can't compile it. Let's download GCC 7.2 to make the job done.
BUT...... make -j 8 ..... command make it crash....and reboot
What the next step? You can use my command to start the miner anytime.
Have Fun ![[Image: smile.png]](https://forum.pine64.org/images/smilies/smile.png)
QLEMAC
info@sbcMiner.com
To build and install GCC 7.2
Code:
Code: apt-get -y install unzip flex
wget https://github.com/gcc-mirror/gcc/archive/gcc-7_2_0-release.zip
unzip gcc-7_2_0-release.zip
cd gcc-gcc-7_2_0-release
sudo ./contrib/download_prerequisites
mkdir build && cd build
../configure --enable-languages=c,c++ --disable-multilib
make -j 8
make install
veriumMiner
This is a multi-threaded CPU miner for Verium using scrypt²
Dependencies:
Code:
Code: apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev zlib1g-dev
Build from source easy:
Code:
Code: git clone https://github.com/fireworm71/veriumMiner
cd veriumMiner
./build.sh
./cpuminer -n 1048576 -o stratum+tcp://eu.vrm.n3rd3d.com:3402 -O QLEMAC.user:password -t X
Build from source: Advanced:
Code:
Code: git clone https://github.com/fireworm71/veriumMiner
cd veriumMiner
./autogen.sh
perl nomacro.pl
./configure CFLAGS="-mfpu=neon" --with-curl --with-crypto
make clean && make
./cpuminer -n 1048576 -o stratum+tcp://eu.vrm.n3rd3d.com:3402 -O QLEMAC.user:password -t X
|
|
|
Cannot log in |
Posted by: dr5mn - 01-04-2019, 11:16 AM - Forum: Archlinux
- Replies (1)
|
 |
Hi
Just downloaded version 20181104 of the OS from Github and burned it to an SD card.
The board starts up nicely and gets to the login screen, but no matter what I do, it loops back to the login page. I've tried root/root and alarm/alarm, but it just bounces back to the screen where you select the user to log in with.
Am I doing something wrong?
|
|
|
Ram requirement for OMV |
Posted by: petesobs - 01-04-2019, 03:45 AM - Forum: General Discussion on ROCK64
- Replies (4)
|
 |
Hi everyone.
About to buy a rock64 to use OMV for a basic NAS.
It will be used only really to serve as a file server for Kodi and general file networking and backups.
My question is will the 1gb ram option be enough? Would there be much differences using 2gb or 4gb options
|
|
|
Android build target arch |
Posted by: Zoltan - 01-03-2019, 03:40 PM - Forum: Android on RockPro64
- No Replies
|
 |
I haven't been able to find the arch built against for the Android images. I don't yet own a ROCKPro64, so I can't look for myself.
It would be helpful if this information was specified somewhere.
Are the images built for armeabi-v7a or arm64-v8a?
|
|
|
|