All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] New config file: Odroid-U2/U3
       [not found] <CABKM0pDxc2ZwFDh80psCCv_nOjMrGWLC9Mg0rA348FGShdxdhQ@mail.gmail.com>
@ 2016-09-05 19:15 ` qlb1234
  0 siblings, 0 replies; only message in thread
From: qlb1234 @ 2016-09-05 19:15 UTC (permalink / raw)
  To: buildroot

Hi Buildroot dev team,

I have an Odroid-U2 and unfortunately Buildroot lacks a config file for it.
So I managed to make one for this sweet old device and it works perfectly.

# Target
BR2_arm=y
BR2_cortex_a9=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_ARM_FPU_VFPV3=y

# Toolchain
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_BINUTILS_VERSION_2_26_X=y
BR2_GCC_VERSION_6_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="exynos"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="exynos4412-odroidu3"

# Bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="odroid"
BR2_TARGET_UBOOT_NEEDS_DTC=y

You can also retrieve it from http://pastebin.com/rhEUbAvs

Odroid-U2 and Odroid-U3 are basically the same device (
http://magazine.odroid.com/wp-content/uploads/ODROID-Magazine-201401.pdf#page=22).
I don't have a U3 but the official page (
http://www.hardkernel.com/main/products/prdt_info.php?g_code=G138745696275&tab_idx=3)
stated they're fully compatible so I think it's safe to assume it also
works on U3.

Cheers,
Wesley Chan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160906/60dd102a/attachment.html>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-05 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CABKM0pDxc2ZwFDh80psCCv_nOjMrGWLC9Mg0rA348FGShdxdhQ@mail.gmail.com>
2016-09-05 19:15 ` [Buildroot] New config file: Odroid-U2/U3 qlb1234

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.