readme.txt 1.0 KB

1234567891011121314151617181920212223242526272829
  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.
  5. It also pulls up the console on the serial port, not on TV output.
  6. === Output files after building ==============================================
  7. output/images
  8. +-- boot.vfat (VFAT kernel partition image generated by genimage)
  9. +-- imx23-olinuxino.dtb (device tree blob)
  10. +-- rootfs.ext2 (Root file system)
  11. +-- sdcard.img (Complete SD card image generated by genimage)
  12. +-- u-boot.sd (U-Boot image)
  13. +-- uImage (Kernel binary)
  14. === Use of generated SD card image ===========================================
  15. To determine the device associated to the SD card have a look in the
  16. /proc/partitions file:
  17. cat /proc/partitions
  18. Then, run the following command as root:
  19. *** WARNING! The command will destroy all the card content. Use with care! ***
  20. sudo dd if=output/images/sdcard.img of=/dev/<your-microsd-device>