cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/hardkernel/odroidxu4
Jessica 79f05960bf added i686 2026-07-07 11:25:11 -04:00
..
boot.ini added i686 2026-07-07 11:25:11 -04:00
genimage.cfg added i686 2026-07-07 11:25:11 -04:00
post-image.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

Odroid XU-4 board with Samsung Exynos 5422 SoC

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

  $ make odroidxu4_defconfig

Then you can edit the build options using

  $ make menuconfig

Compile all and build rootfs image:

  $ make

Note: you will need to have access to the network, since Buildroot will
download the packages' sources.

Result of the build
-------------------

After building, you should obtain all output files in output/images/


How to write the SD card or eMMC
================================

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 or eMMC with "dd":

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

Insert the SDcard into your ODROID-XU4, and power it up. Your new system
should come up now.