python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / telit / evk-pro3 / readme.txt
blobace9dd4c17a76e404081d341a03bdce2c97b25f8
1 Buildroot board support for Telit EVK-PRO3 with Telit GE863-PRO3
3 Official site:
4   http://www.telit.com/en/products.php?p_id=3&p_ac=show&p=10
6 Build images:
7     make telit_evk_pro3_defconfig
8     make
10   images built:
11   - output/images/barebox.bin
12   - output/images/zImage
13   - output/images/rootfs.ubi
16 Flash built images:
17   The first time you need to bootstrap from Telit Official Release 221.07.1007,
18   at the U-Boot prompt type:
19     U-Boot> loadb
20   send buildroot/output/images/barebox.bin
21     U-Boot> go 0x20200000
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
28     barebox:/ reset