Difference between revisions of "RK3328-SOM204"

(Created page with "== Software == === Armbian === == FAQ ==")
 
m (Flash image to eMMC via USB)
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
=== Armbian ===
 
=== Armbian ===
 
== FAQ ==
 
== FAQ ==
 +
=== Flash image to eMMC via USB ===
 +
 +
Get sources:
 +
  git clone https://github.com/rockchip-linux/rkdeveloptool
 +
 +
Install requirements:
 +
  sudo apt-get install libudev-dev libusb-1.0-0-dev dh-autoreconf
 +
 +
Build rkdeveloptool
 +
  cd rkdeveloptool
 +
  autoreconf -i
 +
  ./configure
 +
  make
 +
 +
Put device into loader mode. Plug USB-mini cable, hold '''recovery''' button and
 +
press '''reset'''. Check the with:
 +
  lsusb
 +
 +
You should see:
 +
  Bus 002 Device 035: ID 2207:330a

Revision as of 01:18, 4 June 2019

Software

Armbian

FAQ

Flash image to eMMC via USB

Get sources:

 git clone https://github.com/rockchip-linux/rkdeveloptool

Install requirements:

 sudo apt-get install libudev-dev libusb-1.0-0-dev dh-autoreconf

Build rkdeveloptool

 cd rkdeveloptool
 autoreconf -i
 ./configure
 make

Put device into loader mode. Plug USB-mini cable, hold recovery button and press reset. Check the with:

 lsusb

You should see:

 Bus 002 Device 035: ID 2207:330a