Hello,
I’m using the ccimx6ulstarter board. I’m getting stuck with flashing the firmware as described here:
http://www.digi.com/resources/documentation/digidocs/90001514/task/yocto/t_boot_fw_in_module_yocto.htm
Everything works fine (including updating u-boot via tftp from the host machine). But when I then want to update the kernel and rootfs images as well, u-boot can’t connect to the server (it repeatedly tries to reconnect to the tftp-server but never finishes:
update linux tftp core-image-base-ccimx6ulstarter.boot.ubifs
UBI: attaching mtd1 to ubi0
UBI: scanning is finished
UBI: attached mtd1 (name “mtd=3”, size 14 MiB) to ubi0
UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
UBI: good PEBs: 112, bad PEBs: 0, corrupted PEBs: 0
UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
UBI: available PEBs: 0, total reserved PEBs: 112, PEBs reserved for bad PEB handling: 40
Using FEC0 device
TFTP from server 10.0.0.10; our IP address is 10.0.0.20
Filename ‘core-image-base-ccimx6ulstarter.boot.ubifs’.
Load address: 0x80800000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Using FEC0 device
TFTP from server 10.0.0.10; our IP address is 10.0.0.20
Filename ‘core-image-base-ccimx6ulstarter.boot.ubifs’.
Load address: 0x80800000
Loading: T T T T
…
u-boot can also not ping my host machine anymore.
I tried this on normal DHCP-network as well as on a manually setup point to point connection from the board to the host machine, always using the Ethernet interface.
Furthermore, I set up everything and built the image according to the DIGI home page here:
http://www.digi.com/resources/documentation/digidocs/90001514/task/yocto/t_install_dey.htm
and here:
I did not customize the root file system, just wanted to go through the process of building and flashing one time.
As a workaround I put the image files onto an SD-card and then ran “run install_linux_fw_sd” in u-boot. It seems to have installed u-boot and Linux properly, everything starts as usual.
I would be very thankful for any help! Please let me know in case I need to add some information.
Cheers,
Jakob