RK3328-SOM204

Revision as of 01:12, 4 June 2019 by StefanM (talk | contribs) (FAQ)

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