Search Results for: rock960

Rock960 (rk3399) Improved kernel 4.4.179

      Comments Off on Rock960 (rk3399) Improved kernel 4.4.179

A short history: Rock960 board is a variabtion of Rockchip RK3399 series, and supports many features as a stand-alone smallest AARCH64 system. VAMRS still providing this card sized embedded linux computer in half of year 2020. I love this powerful RK3399 processor, as economical AARCH64, to be used for embedded… Read more »

Rock960[A/B/C] kernel patch for supporting some USB GbE

      Comments Off on Rock960[A/B/C] kernel patch for supporting some USB GbE

Here’s my kernel patch for Rock960[A/B/C] board based on git – “stable-4.4-rk3399-linux-v2.1x” branch patch for support or modified for : Governor for performance. Supporting latest version of Realtek r8152/3 USB 3.0 GbE ( merged version of “9” ) Supporting latest version of Cypress GX3 USB 3.0 GbE Supporting latest version… Read more »

Easy way to build Rock960 ARM64 system image.

      Comments Off on Easy way to build Rock960 ARM64 system image.

Why need to do this? 96Board developing team only provides armhf ( arm 32bit ) pre-build images in officially. But some people as like me, are need to use AARCH64 for better performance. This article is for people who demands runs Rock960 board on AARCH64. Preparation x86.64bit debian based Linux,… Read more »

Rock960b/c debian stretch prebuild system image for AARCH64

      Comments Off on Rock960b/c debian stretch prebuild system image for AARCH64

Currently 96rock’s (VAMRS) Rock960 board officially published for debian stretch image for 32bit ( they aren’t published for AARCH64 ), so I rebuilt their open source for supporting nvative AARCH64 at all with bundled LXDE. Download link: Rock960B ( RK3399 + 4GB lpDDR3 + 32GB eMMC ) https://mega.nz/#!cp1wRSZS!Lg35IENdY7eyzCLT5PpYZc81b3XCZexUYq9n46YP_ig Rock960C (… Read more »

Realtek r8156 2.5GbE USB network performance

      Comments Off on Realtek r8156 2.5GbE USB network performance

Test base: System #1 Rock960B debian stretcch aarch64, RK3399 @ Performance governor, 1.4GHz x 4 + 1.8GHz x 2 Kernel customized from ‘stable-4.4.-rk3399-linux-v2.1x’ Board configured for 4GB DDR3, 32GB eMMC 5.1 System #2 Intel i7-7700 @ 3.6GHz , 32GB DDR4, Windows 10 Condition Dual r8156 USB3.1 2.5GbE adaptors connected directly…. Read more »

Realtek R815x USBNET kernel driver for RK3399

      Comments Off on Realtek R815x USBNET kernel driver for RK3399

Here is latest version 2.12.0 of Realtek GbE USB network kernel driver (source codes) for RK3399. Everyone should be download this driver and extract tar.gz in kernel directory. This driver will overwrites old r8152.c, so anyone doesn’t need to modify any files, just extract tar.gz and make your kernel again…. Read more »

Realtek 8152 GbE USB kernel driver for RK3399

      Comments Off on Realtek 8152 GbE USB kernel driver for RK3399

If you have trouble with Realtek 8152 GbE USB device on your Rock960A/B/C board with error of “unnmaed net_device” ? It is reason of built in r8152 driver is too old in Rock960a/b/c (even all kernel driver of Rockchip) kernel source. Here’s my modified driver from latest version of r8152… Read more »

V4L2 + V4l-utils, Capture for multi-planar #1

      Comments Off on V4L2 + V4l-utils, Capture for multi-planar #1

It was very hard to find out how it works until I made it by myself in multiple times. As we maybe already knows – Always comes mind peace when I have the answer, right – It was maybe very easy but very hard to know, not kindly explained anywhere… Read more »