Issue with flashing new Image : Unable to read file apalis_imx6/u-boot-it.imx

Hello,

I’m going to flash the module with new image.
I did these steps:

  1. Download image from website and
    copied it on my host computer
    desktop
  2. Run sudo tar xjvf Apalis_iMX6_LinuxImageV2.5Beta3_20151215.tar.bz2
  3. Run cd ApalisiMX6_linuxImageV2.5
  4. Run sh update.sh -o "SD card address"
  5. Put SD card on target.
  6. setenv drive 2
  7. `setenv setupdate 'fatload mmc
  8. ${drive}:1 ${loadaddr}
    flash_mmc.img; source ${loadaddr}'`
  9. saveenv
  10. Restart module and pressed a botton to avoid normal boot.
  11. Run run setupdate
  12. run run update_it

after these steps I’m getting this error:
mmc - MMC sub system

Usage:
mmc info - display info of the current MMC device
mmc read addr blk# cnt
mmc write addr blk# cnt
mmc erase blk# cnt
mmc rescan
mmc part - lists available partition on current mmc device
mmc dev [dev] [part] - show or set current mmc device [partition]
mmc list - lists available devices
mmc hwpartition [args...] - does hardware partitioning
  arguments (sizes in 512-byte blocks):
    [user [enh start cnt] [wrrel {on|off}]] - sets user data area attributes
    [gp1|gp2|gp3|gp4 cnt [enh] [wrrel {on|off}]] - general purpose partition
    [check|set|complete] - mode, complete set partitioning completed
  WARNING: Partitioning is a write-once setting once it is set to complete.
  Power cycling is required to initialize partitions after set to complete.
mmc setdsr <value> - set DSR register value

switch to partitions #1, OK
mmc0(part 1) is current device

MMC read: dev # 0, block # 8191, count 1 ... 1 blocks read: OK
Total of 3 byte(s) were the same
reading apalis_imx6/u-boot-it.imx
** Unable to read file apalis_imx6/u-boot-it.imx **

I checked the SD card and in apalis_imx6 folder I can see u-boot.imx-it and can not see u-boot-it.imx

Could you please help me solving this issue?

Thanks.

Can you change the u-boot.imx-it to u-boot-it.imx and then check?

We documented this in our release notes
link text

It is documented under “Known Issues”.