1# The Jesurun Q5 has a black plastic casing with the approximate dimensions of 2# 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an 3# Allwinner A10 SoC with 1GB RAM and 8GB of NAND flash. The storage capacity 4# can be extended up to 32GB with a MicroSD card. The external connectors are: 5# 2x USB-A female supporting USB2.0, 3.5mm female jack for audio, HDMI female, 6# SPDIF, RJ45 LAN and Power. In addition the device has 1x red LED (hard wired 7# to power) and an programmable green led. On the board there is also an 8# unpopulated IR receiver and the UART. The device is equipped with an 9# AXP209 PMU. 10# 11# For more details see: http://linux-sunxi.org/Jesurun_Q5 12CONFIG_SPL=y 13CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,USB_EHCI,MACPWR=SUNXI_GPH(19)" 14CONFIG_FDTFILE="sun4i-a10-jesurun-q5.dtb" 15CONFIG_ARM=y 16CONFIG_ARCH_SUNXI=y 17CONFIG_MACH_SUN4I=y 18CONFIG_DRAM_CLK=312 19CONFIG_DRAM_ZQ=123 20CONFIG_DRAM_EMR1=0 21