kumquat-buildroot/board/telit/evk-pro3
Fabio Porcedda bafe9bc093 configs/telit_evk_pro3: bump barebox to 2017.01.0
This bump fix the build failure with gcc5 for barebox.

Some changes were made to the first patch to align to the latest
barebox api.

Also done the following changes:
- Use "BR2_TARGET_BAREBOX_CONFIG_FRAGMENT_FILES" instead of patching
  the barebox sources.
- Use "BR2_GLOBAL_PATCH_DIR" instead of
  "BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR".

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-06 21:18:05 +01:00
..
patches/barebox configs/telit_evk_pro3: bump barebox to 2017.01.0 2017-03-06 21:18:05 +01:00
barebox.fragment configs/telit_evk_pro3: bump barebox to 2017.01.0 2017-03-06 21:18:05 +01:00
linux-3.9.config configs: add defconfig for Telit EVK-PRO3 2013-05-11 22:34:22 +02:00
readme.txt configs: add defconfig for Telit EVK-PRO3 2013-05-11 22:34:22 +02:00

Buildroot board support for Telit EVK-PRO3 with Telit GE863-PRO3

Official site:
  http://www.telit.com/en/products.php?p_id=3&p_ac=show&p=10

Build images:
    make telit_evk_pro3_defconfig
    make

  images built:
  - output/images/barebox.bin
  - output/images/zImage
  - output/images/rootfs.ubi


Flash built images:
  The first time you need to bootstrap from Telit Official Release 221.07.1007,
  at the U-Boot prompt type:
    U-Boot> loadb
  send buildroot/output/images/barebox.bin
    U-Boot> go 0x20200000

  flash updated images using barebox through tftp:
    barebox:/ erase dev/self0; cp /mnt/tftp/barebox.bin /dev/self0
    barebox:/ erase /dev/nand0.kernel.bb; cp /mnt/tftp/zImage /dev/nand0.kernel.bb
    barebox:/ erase /dev/nand0.rootfs.bb; cp /mnt/tftp/rootfs.ubi /dev/nand0.rootfs.bb
    barebox:/ erase dev/env0
    barebox:/ reset