Aria Rockchip RK3308 Linux SDK

From Ariaboard Wiki
Revision as of 15:11, 10 November 2020 by Superlynx (talk | contribs) (Created page with "==Pre-Requisite== For Debian/Ubuntu: sudo apt-get install build-essential libc6:i386 genext2fs libncurses-dev ==Aria Rockchip RK3308 Linux SDK== git clone https://github.c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Pre-Requisite

For Debian/Ubuntu:

sudo apt-get install build-essential libc6:i386 genext2fs libncurses-dev

Aria Rockchip RK3308 Linux SDK

git clone https://github.com/ariaboard-com/rockchip_rk3308_linux_sdk.git -b rk3308-evb-novotech-release --single-branch
cd rockchip_rk3308_linux_sdk
git submodule update --init

SDK Buildroot Configuration

cd buildroot
./load-novotech-release-config.sh
make O=output/novotech_rk3308_release menuconfig #Configure buildroot here.
./save-novotech-release-config.sh

SDK Build

./build.sh

Upload Firmware to Device

Connect the OTG port of Dev board to the USB port of PC, then:

tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/upgrade_tool -uf rockdev/update.img