readme.txt 857 B

12345678910111213141516171819202122232425262728
  1. Buildroot board support for Telit EVK-PRO3 with Telit GE863-PRO3
  2. Official site:
  3. http://www.telit.com/en/products.php?p_id=3&p_ac=show&p=10
  4. Build images:
  5. make telit_evk_pro3_defconfig
  6. make
  7. images built:
  8. - output/images/barebox.bin
  9. - output/images/zImage
  10. - output/images/rootfs.ubi
  11. Flash built images:
  12. The first time you need to bootstrap from Telit Official Release 221.07.1007,
  13. at the U-Boot prompt type:
  14. U-Boot> loadb
  15. send buildroot/output/images/barebox.bin
  16. U-Boot> go 0x20200000
  17. flash updated images using barebox through tftp:
  18. barebox:/ erase dev/self0; cp /mnt/tftp/barebox.bin /dev/self0
  19. barebox:/ erase /dev/nand0.kernel.bb; cp /mnt/tftp/zImage /dev/nand0.kernel.bb
  20. barebox:/ erase /dev/nand0.rootfs.bb; cp /mnt/tftp/rootfs.ubi /dev/nand0.rootfs.bb
  21. barebox:/ erase dev/env0
  22. barebox:/ reset