Demo images for HDG200
The following demo images can be used to try the HDG200 SDIO-card wifi.
Usage information for the above platforms follows.
The demo images are built using Yocto, as described at the
Linux4SAM web site. They include U-Boot, Linux kernel and a rootfs.
The HDG200 driver is stored in the rootfs.
The demo image should be stored in the nand flash.
Store demo image in nand flash (from a Linux host)
- Unpack
$ tar -xvzf demo-at91sam9rlek-hdg200-r2.tar.gz
$ cd demo-at91sama9rlek-hdg200-r2
- Connect USB cable between PC and target (J21)
- Power off target
- Open jumpers J12 and J13
- Power on target
- Close jumpers J12 and J13
- Start sam-ba
- Execute sam-ba-nandflash.tcl
- Push RESET button to reboot
Use demo image
- Connect serial cable between PC and debug port on target
- Reboot (i.e. power-off + power-on)
- Login (user=root, pw=<EMPTY>)
- Insert HDG200 SDIO-card into target (J15)
- Connect to a wifi network (Default is to connect to an open wifi network. This can be changed in /etc/wpa_supplicant.conf)
#ifup wlan0
The demo images are built using Yocto, as described at the
Linux4SAM web site. They include U-Boot, Linux kernel and a rootfs.
The HDG200 driver is stored in the rootfs.
The demo image should be stored in the nand flash.
Store demo image in nand flash (from a Linux host)
- Unpack
$ tar -xvzf demo-at91sama5d3xek-hdg200-r2.tar.gz
$ cd demo-at91sama5d3xek-hdg200-r2
- Disonnect USB cable between PC and console port on target (J14/JTAG)
- Connect USB cable between PC and target (J20/USB-A)
- Press PB4/CS_BOOT
- Power off + Power on target
- Release PB4/CS_BOOT
- Start sam-ba
- Execute sam-ba-nandflash.tcl
- Push PB1/NRST button
Use demo image
- Disconnect USB cable between PC and target (J20/USB-A)
- Connect USB cable between PC and console port on target (J14/JTAG)
- Reboot (i.e. power-off + power-on)
- Login (user=root, pw=<EMPTY>)
- Insert HDG200 SDIO-card into target (J7/MCI0)
- Connect to a wifi network (Default is to connect to an open wifi network. This can be changed in /etc/wpa_supplicant.conf)
#ifup wlan0
The demo image is built using Yocto, as described at the
Freescale Community web site. It includes U-Boot, Linux kernel and a rootfs.
The HDG200 driver is stored in the rootfs.
The demo image should be stored on a SD-card.
Store demo image on a SD-card (from a Linux host)
- Unpack
$ tar -xvzf demo-imx6qsabresd-hdg200-r2.tar.gz
$ cd demo-imx6qsabresd-hdg200-r2
- Insert SD-card into PC
- Copy demo image to SD-card (here we assume the SD-card is found at /dev/sdb)
$ umount /dev/sdb1 /dev/sdb2
$ sudo dd if=core-image-hdg200-imx6qsabresd.sdcard of=/dev/sdb
- Remove SD-card from PC
Use demo image
- Insert SD-card with demo image into target (MCIMX6Q-SDB: J507/SD3)
- Connect a USB cable and start a terminal program (e.g. minicom). 115200 bps.
- Reboot (i.e. power-off + power-on)
- Login (user=root, pw=<EMPTY>)
- Insert HDG200 SDIO-card into target (MCIMX6Q-SDB: J500/SD2)
- Connect to a wifi network (Default is to connect to an open wifi network. This can be changed in /etc/wpa_supplicant.conf)
#ifup wlan0