readme.txt
1This configuration is intended as a base image.
2It includes kernel and firmware support for the common USB WiFi hardware.
3Packages for WiFi support are up to the user, you'll probably want
4one or more of: hostapd, iw, wireless_tools and/or wpa_supplicant.
5
6It also pulls up the console on the serial port, not on TV output.
7
8=== Output files after building ==============================================
9
10output/images
11+-- boot.vfat (VFAT kernel partition image generated by genimage)
12+-- imx23-olinuxino.dtb (device tree blob)
13+-- rootfs.ext2 (Root file system)
14+-- sdcard.img (Complete SD card image generated by genimage)
15+-- u-boot.sd (U-Boot image)
16+-- uImage (Kernel binary)
17
18=== Use of generated SD card image ===========================================
19
20To determine the device associated to the SD card have a look in the
21/proc/partitions file:
22
23 cat /proc/partitions
24
25Then, run the following command as root:
26
27*** WARNING! The command will destroy all the card content. Use with care! ***
28
29 sudo dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
30