User Tools

Site Tools


details:x86:edison

Intel Edison

Details

edison-setup_miniboard_1.jpg

  • CPU Genuine Intel(R) CPU 4000 @ 500MHz
  • MEM 1GB
  • FLASH
    • eMMC (4GB integrated)
  • WiFi (integrated)
  • Bluetooth (integrated)

CFLAGS

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -mtune=atom -O2 -fomit-frame-pointer -pipe"

The CFLAGS were just a guess, it works on the platform but there are probably some better flags.

Kernel

TODO

Gentoo

Binhost

http://gentoo.ed-solutions.de/packages/edison/
USE="-X -alsa -ipv6 -doc -debug -gdbm -gmp mmx wifi bindist -systemd -nls -berkdb"

PYTHON_TARGETS="python2_7"
USE_PYTHON="2.7"

Building

Kernel

TODO

u-Boot

TODO

details/x86/edison.txt · Last modified: 2015.03.09 - 09:15 by alexander.krause