1 This configuration is intended as a base image.
2 It includes kernel and firmware support for the common USB WiFi hardware.
3 Packages for WiFi support are up to the user, you'll probably want
4 one or more of: hostapd, iw, wireless_tools and/or wpa_supplicant.
6 It also pulls up the console on the serial port, not on TV output.
8 === Output files after building ==============================================
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)
18 === Use of generated SD card image ===========================================
20 To determine the device associated to the SD card have a look in the
21 /proc/partitions file:
25 Then, run the following command as root:
27 *** WARNING! The command will destroy all the card content. Use with care! ***
29 sudo dd if=output/images/sdcard.img of=/dev/<your-microsd-device>