cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/radxa/rock4se
Jessica 79f05960bf added i686 2026-07-07 11:25:11 -04:00
..
patches added i686 2026-07-07 11:25:11 -04:00
extlinux.conf added i686 2026-07-07 11:25:11 -04:00
genimage.cfg added i686 2026-07-07 11:25:11 -04:00
post-build.sh added i686 2026-07-07 11:25:11 -04:00
readme.txt added i686 2026-07-07 11:25:11 -04:00

readme.txt

Intro
=====

This default configuration will allow you to start experimenting with the
buildroot environment for the Radxa ROCK 4SE. With the current configuration
it will bring-up the board, and allow access through the serial console.

Radxa ROCK 4SE link:
https://radxa.com/products/rock4/4se/

Wiki link:
https://forum.radxa.com/c/rockpi4

GPIO connector pinout link:
https://wiki.radxa.com/Rockpi4/hardware/gpio

This configuration uses mainline ATF, U-Boot and kernel.

How to build
============

    $ make rock4se_defconfig
    $ make

How to write the SD card
========================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  $ sudo sync

Insert the micro SDcard in your Radxa ROCK 4SE and power it up. The console
is available on UART2 on the GPIO connector, 1500000bps 8N1.