logrotate: enable selinux support
[buildroot-gz.git] / board / intel / galileo / readme.txt
blob7a3abd4f7108570109bc4bbfdbe69c3878e27ee1
2 Intel Galileo Gen 1/2
4 Intro
5 ============
7 These instructions apply to both the Intel Galileo Gen 1/2 development boards
8 based on the Intel Quark X1000.
10 How to build
11 ============
13 Apply the defconfig for the Intel Galileo Gen 1/2
15  $ make galileo_defconfig
17 Add any additional packages required and build.
19  $ make
21 The build process will create a SD card image and place it in output/images.
23  $ ls -lh output/images/sdcard.img
24  -rw-r--r--. 1 foo foo 11M Nov 17 16:19 output/images/sdcard.img
26 Write the image to an mSD card, insert into the Galileo and power on.
28  $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync
30 Accessing the console
31 =====================
33 During power-on the console will become available on the Galileo's ttyS1. This 
34 may be accessed as follows.
36  * Galileo Gen 1
38         http://clayskits.com/products/galileo-gen-1-serial-cable
40         A USB to RS-232 to 3.5mm Jack cable is required. Connect to the 3.5mm
41         Jack next to the Ethernet Header.
43  * Galileo Gen 2
45         http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm
47         A FTDI TTL-232R-3V3 cable may be used to connect to the FTDI header 
48         next to the Ethernet connector on the Galileo Gen 2. 
50 The console should now be visible at 115200 baud.
52  $ picocom -b 115200 /dev/ttyUSB0