4 First, configure Buildroot for your WarpBoard.
5 make warpboard_defconfig
10 You will find in ./output/images/ the following files:
21 - Put warpboard in USB download mode by closing the j2 jumper on the
24 - Load u-boot.imx in the WarpBoard by using the imx-usb-loader host utility:
26 $ ./output/host/usr/bin/imx_usb -c output/host/etc/imx-loader.d/ output/images/u-boot.imx
28 - U-Boot will appear in minicom
30 - Reset the U-Boot environment to its default:
34 - Run the DFU command in U-Boot:
37 - Transfer U-Boot into flash by running this command in host side:
39 $ sudo ./output/host/usr/bin/dfu-util -D output/images/u-boot.imx -a boot
41 - remove power and put the WarpBoard back into normal boot mode by
42 opening the j2 jumper.
47 Run the 'ums' command from the U-Boot prompt to mount the eMMC as USB mass
52 And then flash the sdcard.img into the eMMC:
54 dd if=output/images/sdcard.img of=/dev/<your-sd-device>
56 *** WARNING! This will destroy all the eMMC content. Use it with care! ***
61 Enable the bluez_utils or bluez5_utils package, and then run:
63 $ hciattach /dev/ttymxc4 any
70 # iwconfig wlan0 essid ACCESSPOINTNAME
71 # wpa_passphrase ACCESSPOINTNAME > /etc/wpa.conf
72 (enter the wifi password and press enter)
73 # wpa_supplicant -Dwext -iwlan0 -c /etc/wpa.conf &