board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / board / olimex / imx233_olinuxino / readme.txt
blob1e676c45d140abdbbfdf438687afdca1f95148b5
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 ==============================================
10 output/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)
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:
23   cat /proc/partitions
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>