2013-11-05 13:03:28 +01:00
|
|
|
This configuration is intended as a base image.
|
|
|
|
It includes kernel and firmware support for the common USB WiFi hardware.
|
|
|
|
Packages for WiFi support are up to the user, you'll probably want
|
|
|
|
one or more of: hostapd, iw, wireless_tools and/or wpa_supplicant.
|
2013-05-27 08:41:58 +02:00
|
|
|
|
|
|
|
It also pulls up the console on the serial port, not on TV output.
|
|
|
|
|
2016-03-10 22:34:11 +01:00
|
|
|
=== Output files after building ==============================================
|
|
|
|
|
|
|
|
output/images
|
2016-11-10 16:39:46 +01:00
|
|
|
+-- boot.vfat (VFAT kernel partition image generated by genimage)
|
|
|
|
+-- imx23-olinuxino.dtb (device tree blob)
|
2016-03-10 22:34:11 +01:00
|
|
|
+-- rootfs.ext2 (Root file system)
|
|
|
|
+-- sdcard.img (Complete SD card image generated by genimage)
|
|
|
|
+-- u-boot.sd (U-Boot image)
|
2016-11-10 16:39:46 +01:00
|
|
|
+-- uImage (Kernel binary)
|
2016-03-10 22:34:11 +01:00
|
|
|
|
|
|
|
=== Use of generated SD card image ===========================================
|
|
|
|
|
2016-11-10 16:39:47 +01:00
|
|
|
To determine the device associated to the SD card have a look in the
|
|
|
|
/proc/partitions file:
|
2016-03-10 22:34:11 +01:00
|
|
|
|
2016-11-10 16:39:47 +01:00
|
|
|
cat /proc/partitions
|
|
|
|
|
|
|
|
Then, run the following command as root:
|
|
|
|
|
|
|
|
*** WARNING! The command will destroy all the card content. Use with care! ***
|
2016-03-10 22:34:11 +01:00
|
|
|
|
2016-11-10 16:39:47 +01:00
|
|
|
sudo dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
|