====== Exynos ====== * [[start:exynos|getting started]] ===== Details ===== ==== ODROID U3 ==== {{:details:arm:hardkernel_odroid_u3.jpg?200|}} * **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 ===== * {{http://gentoo.ed-solutions.de/kernel/raspberry/all-3.6.11%2b_4-20130301.tar.bz2|all-3.6.11+ #4 (2013.03.01)}} ===== 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 ===== Links ===== * http://www.hardkernel.com/ * http://hardkernel.com/main/products/prdt_info.php?g_code=G138745696275&tab_idx=2