PINE64
Linux Images (ROCK64) - 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: Linux Images (ROCK64) (/showthread.php?tid=4849)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


RE: Linux Images (ROCK64) - WenYee - 04-08-2018

(08-04-2017, 04:06 AM)pineadmin Wrote: ayufan just released the latest Linux Images (0.4.16-83) for ROCK64. Please visit his GitHub for released notes and visit the related links below on our Wiki:

Community Build Debian Stretch Minimal Linux Kernel ver 4.4 [microSD Boot]

Community Build Debian Jessie Minimal Linux Kernel ver 4.4 [microSD Boot]

Community Build Xenial Mate Linux Kernel ver 4.4 [microSD Boot]

Community Build Xenial Minimal Linux Kernel ver 4.4 [microSD Boot]

Community Build Xenial i3 Linux Kernel ver 4.4 [microSD Boot]

Community Build Jessie OpenMediaVault Linux Kernel ver 4.4 [microSD Boot]


would you  add this patch to our kernel so it could support dsd native.

https://github.com/ayufan-rock64/linux-kernel/blob/release-4.4/sound/usb/quirks.c


/* XMOS based USB DACs */

switch (chip->usb_id) {

+ case USB_ID(0x1511, 0x0037): /* AURALiC VEGA */

+ case USB_ID(0x20b1, 0x0002): /* Wyred 4 Sound DAC-2 DSD */

case USB_ID(0x20b1, 0x3008): /* iFi Audio micro/nano iDSD */

+ case USB_ID(0x20b1, 0x2004): /* Matrix Audio X-SPDIF 2 */

case USB_ID(0x20b1, 0x2008): /* Matrix Audio X-Sabre */

case USB_ID(0x20b1, 0x300a): /* Matrix Audio Mini-i Pro */

case USB_ID(0x22d9, 0x0416): /* OPPO HA-1 */

+ case USB_ID(0x22d9, 0x0436): /* OPPO Sonica */

+ case USB_ID(0x22d9, 0x0461): /* OPPO UDP-205 */

+ case USB_ID(0x2522, 0x0012): /* LH Labs VI DAC Infinity */

+ case USB_ID(0x25ce, 0x001f): /* Mytek Brooklyn DAC */

+ case USB_ID(0x25ce, 0x0021): /* Mytek Manhattan DAC */

+ case USB_ID(0x25ce, 0x8025): /* Mytek Brooklyn DAC+ */

case USB_ID(0x2772, 0x0230): /* Pro-Ject Pre Box S2 Digital */

if (fp->altsetting == 2)

return SNDRV_PCM_FMTBIT_DSD_U32_BE;

break;



+ case USB_ID(0x0d8c, 0x0316): /* Hegel HD12 DSD */

+ case USB_ID(0x16b0, 0x06b2): /* NuPrime DAC-10 */

+ case USB_ID(0x16d0, 0x0733): /* Furutech ADL Stratos */

+ case USB_ID(0x16d0, 0x09db): /* NuPrime Audio DAC-9 */

+ case USB_ID(0x1db5, 0x0003): /* Bryston BDA3 */

case USB_ID(0x20b1, 0x000a): /* Gustard DAC-X20U */

+ case USB_ID(0x20b1, 0x2005): /* Denafrips Ares DAC */

case USB_ID(0x20b1, 0x2009): /* DIYINHK DSD DXD 384kHz USB to I2S/DSD */

case USB_ID(0x20b1, 0x2023): /* JLsounds I2SoverUSB */

+ case USB_ID(0x20b1, 0x3021): /* Eastern El. MiniMax Tube DAC Supreme */

case USB_ID(0x20b1, 0x3023): /* Aune X1S 32BIT/384 DSD DAC */

+ case USB_ID(0x20b1, 0x302d): /* Unison Research Unico CD Due */

+ case USB_ID(0x20b1, 0x3036): /* Holo Springs Level 3 R2R DAC */

+ case USB_ID(0x20b1, 0x307b): /* CH Precision C1 DAC */

+ case USB_ID(0x20b1, 0x3086): /* Singxer F-1 converter board */

+ case USB_ID(0x22d9, 0x0426): /* OPPO HA-2 */

+ case USB_ID(0x22e1, 0xca01): /* HDTA Serenade DSD */

+ case USB_ID(0x249c, 0x9326): /* M2Tech Young MkIII */

case USB_ID(0x2616, 0x0106): /* PS Audio NuWave DAC */

+ case USB_ID(0x2622, 0x0041): /* Audiolab M-DAC+ */

+ case USB_ID(0x27f7, 0x3002): /* W4S DAC-2v2SE */

+ case USB_ID(0x29a2, 0x0086): /* Mutec MC3+ USB */

+ case USB_ID(0x6b42, 0x0042): /* MSB Technology */

if (fp->altsetting == 3)

return SNDRV_PCM_FMTBIT_DSD_U32_BE;

break;

+

+ /* Amanero Combo384 USB interface with native DSD support */

+ case USB_ID(0x16d0, 0x071a):

+ if (fp->altsetting == 2) {

+ switch (chip->dev->descriptor.bcdDevice) {

+ case 0x199:

+ return SNDRV_PCM_FMTBIT_DSD_U32_LE;

+ case 0x19b:

+ return SNDRV_PCM_FMTBIT_DSD_U32_BE;

+ default:

+ break;

+ }

+ }

+ break;

+

default:

break;

}



Linux Images (ROCK64) - daniel.ligti - 05-06-2018

Hello I am trying to install tp-link archer t2uh v1.0 on debian stretch and can't make it to work. I have tried wifi-install, mediatek and I can't even get through the make part I have installed u name - r, wifi tools etc could someone plz help me. I am using dietpi os.

Sent from my VKY-L29 using Tapatalk


RE: Linux Images (ROCK64) - rompelstompel - 05-14-2018

I'm using latest ayufan bionic minimal arm7hf (https://github.com/ayufan-rock64/linux-build/releases/tag/0.6.34) (since the mpph264enc works there), but ethernet doesn't boot up by default. I have to sudo ifconfig eth0 up, followed by sudo dhclient.

Am I missing something or is there some config I can add to enable ethernet by default? It works fine on the arm64 image of the same version.


RE: Linux Images (ROCK64) - jzhang18 - 05-29-2018

I tested both Ubuntu and Debian.

After a few of "sudo apt dist-upgrade", they are both dead, cannot boot from SD card any more.

I think the online repository for Rock64 update is messed up somehow -- something should not be downloaded and updated from "apt upgrade"

Could someone check it. -- the issue might come from ayufan-4.4-126 Linux image, the latest Linux kernel.

Repeat the issue as following steps --

1. Download the latest Debian image (debian 9) , burn into SD Card.

2. Boot Rock64. Good, GUI and all other things work.

3. sudo apt update && sudo apt upgrade.

When reboot, you will see all debug information, then Rock64 hangs forever


RE: Linux Images (ROCK64) - evilbunny - 05-29-2018

(05-29-2018, 01:20 PM)jzhang18 Wrote: 3. sudo apt update && sudo apt upgrade.

When reboot, you will see all debug information, then Rock64 hangs forever

Make sure if you upgrade you get the 0.6.44 kernel, others are problematic...


RE: Linux Images (ROCK64) - pfeerick - 05-29-2018

(05-29-2018, 04:42 PM)evilbunny Wrote:
(05-29-2018, 01:20 PM)jzhang18 Wrote: 3. sudo apt update && sudo apt upgrade.

When reboot, you will see all debug information, then Rock64 hangs forever

Make sure if you upgrade you get the 0.6.44 kernel, others are problematic...

Check your package sources also as it was recently tweaked (but may not have been causing issues unless you're getting 'not found' type messages)... it looks like rock64 specific packages are coming from http://ppa.launchpad.net/ayufan/rock64-ppa/ubuntu", which it just being distro being different. i.e for debian stretch "deb http://ppa.launchpad.net/ayufan/rock64-ppa/ubuntu xenial main" and for sid it would be "deb http://ppa.launchpad.net/ayufan/rock64-ppa/ubuntu bionic main". 

https://github.com/ayufan-rock64/linux-build/commit/c33c7e8c96db2a3905b0d7e6f0f6662e185baa05


RE: Linux Images (ROCK64) - OnTheRocks - 05-30-2018

Hello,

Got my new 4GB Rock64 in hand. Very excited to get the OMV up and running. But got a hitch at the very beginning.

When I go to Rock64 MAin Page Wiki -> Software Releases, and select OMV (SD card) http://wiki.pine64.org/index.php/ROCK64_Software_Release#OpenMediaVault,

It says "Direct download latest release build from ayufan github and look for jessie-openmediavault-rock64-x.x.xx-xx-armhf.img.xz". When I click this link and navigate to this page (https://github.com/ayufan-rock64/linux-build/releases/tag/0.6.44), I don't see any Jessie release for OMV. The only armhf OMV release is stretch-openmediavault-rock64-0.6.44-239-armhf.img.xz.

Which one should I use? Stretch or Jessie? If Stretch, can I request the maintainer of the Wiki to correct the link text to "Stretch" so that people like me does not get confused? Or if it is Jessie, then where to find the image?

Thanks a lot for the help.


RE: Linux Images (ROCK64) - evilbunny - 05-30-2018

(05-30-2018, 03:52 AM)OnTheRocks Wrote: Which one should I use? Stretch or Jessie? If Stretch, can I request the maintainer of the Wiki to correct the link text to "Stretch" so that people like me does not get confused? Or if it is Jessie, then where to find the image?


Jessie is old stable, and Stretch is the current stable version of Debian.


RE: Linux Images (ROCK64) - OnTheRocks - 05-30-2018

(05-30-2018, 05:55 AM)evilbunny Wrote:
(05-30-2018, 03:52 AM)OnTheRocks Wrote: Which one should I use? Stretch or Jessie? If Stretch, can I request the maintainer of the Wiki to correct the link text to "Stretch" so that people like me does not get confused? Or if it is Jessie, then where to find the image?


Jessie is old stable, and Stretch is the current stable version of Debian.

Thanks a lot evilBunny. Really Appreciate it. Can't wait to put it on the rocks.

BTW, just in case, How do I get the Jessie stable release if I need to? Is there any permalink anywhere to the old images or I have to pull the source from ayufan github and build it myself?

Cheers,


RE: Linux Images (ROCK64) - evilbunny - 05-30-2018

(05-30-2018, 09:13 PM)OnTheRocks Wrote: BTW, just in case, How do I get the Jessie stable release if I need to? Is there any permalink anywhere to the old images or I have to pull the source from ayufan github and build it myself?


I haven't built an image from scratch, but github has some/all of ayufan's images:

https://github.com/ayufan-rock64/linux-build/releases/