Aria Rockchip RK3308 Linux SDK: Difference between revisions

From Ariaboard Wiki
Jump to navigation Jump to search
(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...")
 
Line 20: Line 20:
===Upload Firmware to Device===
===Upload Firmware to Device===
Connect the OTG port of Dev board to the USB port of PC, then:
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
  tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/upgrade_tool uf rockdev/update.img

Revision as of 11:10, 17 November 2020

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