§2023-06-16

Install a minimal Arch-Linux on Rockchip devices from scratch. Now I started only for RK-3288 and RK-3588 devices.

Installing

  • Clone from Git

    • git clone https://github.com/ericwoud/buildRKarch.git
  • Change directory

    • cd buildRKarch
  • Install all necessary packages with:

    • ./build.sh -a
  • The following commands can also be run with the -l switch. In this case an image is created by means of a loop device.

  • Now format your SD card and create rootfs with:

    • ./build.sh -F
  • Optionally run the post-install script from chroot (which is slower). It can also be run after the board has booted (which is faster).

    • ./build.sh -p
  • Optionally enter chroot environment on the SD card:

    • ./build.sh
  • Deployme

Return to Top