1 Buildroot board support for Telit EVK-PRO3 with Telit GE863-PRO3
4 http://www.telit.com/en/products.php?p_id=3&p_ac=show&p=10
7 make telit_evk_pro3_defconfig
11 - output/images/barebox.bin
12 - output/images/zImage
13 - output/images/rootfs.ubi
17 The first time you need to bootstrap from Telit Official Release 221.07.1007,
18 at the U-Boot prompt type:
20 send buildroot/output/images/barebox.bin
23 flash updated images using barebox through tftp:
24 barebox:/ erase dev/self0; cp /mnt/tftp/barebox.bin /dev/self0
25 barebox:/ erase /dev/nand0.kernel.bb; cp /mnt/tftp/zImage /dev/nand0.kernel.bb
26 barebox:/ erase /dev/nand0.rootfs.bb; cp /mnt/tftp/rootfs.ubi /dev/nand0.rootfs.bb
27 barebox:/ erase dev/env0