PINE64
Armbian images available - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101)
+--- Thread: Armbian images available (/showthread.php?tid=6928)

Pages: 1 2 3 4 5 6 7


Armbian images available - Luke - 12-04-2018

Great news everyone, Armbian images are now available for RockPro64.

Download Here


RE: Armbian images available - y0sh - 12-04-2018

(12-04-2018, 05:34 AM)Luke Wrote: Great news everyone, Armbian images are now available for RockPro64.

Download Here

Awesome


RE: Armbian images available - NightCrawler504 - 12-04-2018

Love this, cant wait downloading NOW Big Grin


RE: Armbian images available - NightCrawler504 - 12-04-2018

(12-04-2018, 02:31 PM)NightCrawler504 Wrote: Love this, cant wait downloading NOW  Big Grin

Downloaded installed and let me say it does feel like leaps forward, connecting to wifi is a breeze (hope my 15$ adapter becomes useful someday; at least it works on android) does still have audio issue from other builds and in general cant play media, forget youtube, still its a great leap forward, im happy Armbian picked up this project, on paper its a wonderful board, hope Armbian community can help us get the juice out of it.


RE: Armbian images available - pineadmin - 12-05-2018

Added Armbian Debian Stretch (5.67) - RockPro64 to Wiki and Pine64 Installer
Added Armbian Ubuntu 18.04 Bionic Desktop (5.67) - RockPro64 to Wiki and Pine64 Installer


RE: Armbian images available - amator_1 - 12-07-2018

I am using the stretch right now.
The CLI works great installed, ftp dlna samba without issues.


RE: Armbian images available - QLEMAC - 01-04-2019

LukeGreat news everyone, Armbian images are now available for RockPro64.

Download Here

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....

What the next step? You can use my command to start the miner anytime!

Have Fun Smile


To build and install GCC 7.2
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

[url=https://github.com/fireworm71/veriumMiner#veriumminer][/url]veriumMiner

This is a multi-threaded CPU miner for Verium using scrypt²

Dependencies:

Code:
apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev zlib1g-dev

Build from source easy:

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:
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



RE: Armbian images available - battlenut - 01-09-2019

(12-04-2018, 04:22 PM)NightCrawler504 Wrote:
(12-04-2018, 02:31 PM)NightCrawler504 Wrote: Love this, cant wait downloading NOW  Big Grin

Downloaded installed and let me say it does feel like leaps forward, connecting to wifi is a breeze (hope my 15$ adapter becomes useful someday; at least it works on android) does still have audio issue from other builds and in general cant play media, forget youtube, still its a great leap forward, im happy Armbian picked up this project, on paper its a wonderful board, hope Armbian community can help us get the juice out of it.

Did you put this on an SD card or EMMC module? I put it on EMMC and did not work.


RE: Armbian images available - NightCrawler504 - 01-13-2019

(01-09-2019, 07:01 AM)battlenut Wrote:
(12-04-2018, 04:22 PM)NightCrawler504 Wrote:
(12-04-2018, 02:31 PM)NightCrawler504 Wrote: Love this, cant wait downloading NOW  Big Grin

Downloaded installed and let me say it does feel like leaps forward, connecting to wifi is a breeze (hope my 15$ adapter becomes useful someday; at least it works on android) does still have audio issue from other builds and in general cant play media, forget youtube, still its a great leap forward, im happy Armbian picked up this project, on paper its a wonderful board, hope Armbian community can help us get the juice out of it.

Did you put this on an SD card or EMMC module? I put it on EMMC and did not work.

SD card, got android atm on emmc and will stay there until media works in linux, currently there is a flash of hope, here: https://forum.armbian.com/topic/9272-development-rk3399-media-script/ , armbian to the rescue, im just tired of messing with it getting nothing done, from the media aspect in linux of it, so will wait, hope software matures, again gr8 sbc on paper,  in my case without media just doesn't hold up to my pi, yet.

To make it work on emmc remember
a) run pine_etcher on admin
b) you can dd it from sd to emmc, if you dont have usb adapter, how to guide in forum, didn't link cause im a slob,  just be careful with partition sizes
c) try rufus if etcher doesn't work

also don't remember if armbian images are compressed at download (zip_rar file) if they are remember to unzip before burning image


RE: Armbian images available - lestat70 - 01-19-2019

i'm having this same  problem with ARMBIAN version 5.70,  https://forum.pine64.org/showthread.php?tid=6785&pid=43029#pid43029


any idea how to fix it?


thanks