Rock64 0.6.x ayufan images - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Rock64 0.6.x ayufan images (/showthread.php?tid=5398) |
Rock64 0.6.x ayufan images - matteobp - 11-28-2017 Hi all. I have a Rock64 board with 1GB, no EMMC module. I was able to try the 0.5.10 images, like "xenial-mate" and "stretch-minimal" (with the XFCE4 desktop environment installed later), but if I try the 0.6.x images, when I power the board, all 3 leds light up and remains on, nothing else happens. I tried both Etcher and dd command method to write the SD card (Samsung EVO 16GB). I can exclude problems with power supply (I bought the one they suggested on their site, 5V 3A) and with SD card because I have no problem with 0.5.10 images. Is something missing? Thanks in advance Matteo RE: Rock64 0.6.x ayufan images - elatllat - 11-29-2017 0.6.1 https://github.com/ayufan-rock64/linux-build/releases Notes "Make SPL/TPL actually to work" So try that. RE: Rock64 0.6.x ayufan images - matteobp - 11-29-2017 (11-29-2017, 05:15 AM)elatllat Wrote: 0.6.1 "Make SPL/TPL actually to work" How can I do this? I suppose the image is ready to flash. I tried to search on google, but I didn't find anything useful for the image writing. Can you help me? Thanks in advance Matteo RE: Rock64 0.6.x ayufan images - Rar9 - 12-02-2017 Got the same Probleme... RE: Rock64 0.6.x ayufan images - matteobp - 12-05-2017 Probably there are different productions, and some of us have different board from other. I'm not even able to use the "armbian" distribution (downloaded here: https://www.armbian.com/rock64/) while other users can use it without problem. Are there different productions? Is there a check about the "production"? Thanks Matteo RE: Rock64 0.6.x ayufan images - Rar9 - 12-07-2017 is there an easy way to to update from 0.5.1xx to 0.6.1xx ? RE: Rock64 0.6.x ayufan images - Luke - 12-07-2017 Have you already tried ... ? Code: sudo apt-get install linux-rock64 -y I am not sure if it updates from one 0.X version to another however. RE: Rock64 0.6.x ayufan images - Rar9 - 12-07-2017 sudo apt-get install linux-rock64 -y Reading package lists... Done Building dependency tree Reading state information... Done linux-rock64 is already the newest version (0.5.15). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. So we stay on 0.5.1x Version RE: Rock64 0.6.x ayufan images - Luke - 12-07-2017 (12-07-2017, 08:57 AM)Rar9 Wrote: sudo apt-get install linux-rock64 -y Ah yes. Well, you may need to ask ayufan directly about this - best chance is IRC RE: Rock64 0.6.x ayufan images - easyfab - 12-08-2017 I go from [microSD to eMMC] [0.5.10-118] to 0.6.x version without problem. IIRC I do : sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get install linux-rock64 |