User Tools

Site Tools


details:arm:exynos

Exynos

Details

ODROID U3

  • CPU Cortex-A9 1.7GHz Quad-core
  • MEM 2GB
  • FLASH -
  • micro SD-Card
  • eMMC
  • Jacks for audio, video
  • Ethernet RJ45
  • 3xUSB-Host
  • 1xUSB-OTG (FIXME)
  • a small GPIO header
  • 5V Power

The BCM2835 has a very bad USB controller which may cause a lot of problems!

CFLAGS

CHOST=armv6j-hardfloat-linux-gnueabi
CFLAGS=-O2 -pipe -march=armv6j -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard

Kernel

Gentoo

Binhost

http://gentoo.ed-solutions.de/packages/raspberry_minimal_x/
USE=-ipv6 -gpm alsa X -doc -ruby -man sqlite sqlite3 nsplugin -introspection -gstreamer -gdm webgl opengl gtk3 gtk gallium drm dri xorg

Building

Kernel

# cd /usr/src
# git clone git://github.com/hardkernel/linux
# make uImage
# make modules modules_install
# mount /boot
# cp arch/arm/boot/uImage /boot

u-Boot

# cd /root
# git clone https://github.com/hardkernel/u-boot
# cd uboot
# make distclean 
# make smdk5410_config
details/arm/exynos.txt · Last modified: 2014.05.01 - 07:47 by alexander.krause