Skip to content
Joshua Riek edited this page Dec 26, 2024 · 5 revisions

u-boot-rockchip

This package provides U-Boot binaries for Rockchip devices.

Source code is available on GitHub but packaged on Launchpad.

Building

Building the package is quite easy. Change your working directory to the root of the source tree and type the following commands:

git clone https://github.com/Joshua-Riek/u-boot-rockchip.git
cd u-boot-rockchip

Fetch the orig tarball of the package and unpack it:

uscan --download-current-version --repack --compression xz

Build the package:

dpkg-buildpackage -a arm64 -b -us 

To compile for a specific board:

dpkg-source --before-build .
dpkg-buildpackage -a arm64 -us -d -T orangepi-5b-rk3588s,package-orangepi-5b-rk3588s
dpkg-source --after-build .
Clone this wiki locally