
Dear Fabio,
Thank you for your helps..
I applied the procedure which is explained in board/congatec/cgtqmx6eval/README document. Upgraded u-boot to 1018.05-rc1, but as you will see below, I received same message;
I will compare my config/header files with congatec's, but I don't know which parameters/definitions (should be /should not be) used; There fore I will appreciate any help if you could..
Thanks and best regards.
=> setenv ipaddr 10.4.50.5 => setenv serverip 10.4.50.50 => ping 10.4.50.50 Using FEC device host 10.4.50.50 is alive => sf probe 0 SF: Detected M45PE16 with page size 256 Bytes, erase size 64 KiB, total 2 MiB => tftp 0x12000000 SPL Using FEC device TFTP from server 10.4.50.50; our IP address is 10.4.50.5 Filename 'SPL'. Load address: 0x12000000 Loading: #### 3.2 MiB/s done Bytes transferred = 56320 (dc00 hex) => sf erase 0x0 0x10000 SF: 65536 bytes @ 0x0 Erased: OK => sf write 0x12000000 0x400 0x10000 device 0 offset 0x400, size 0x10000 SF: 65536 bytes @ 0x400 Written: OK => tftp 0x12000000 u-boot.img Using FEC device TFTP from server 10.4.50.50; our IP address is 10.4.50.5 Filename 'u-boot.img'. Load address: 0x12000000 Loading: ######################## 5.7 MiB/s done Bytes transferred = 349576 (55588 hex) => sf erase 0x10000 0x70000 SF: 458752 bytes @ 0x10000 Erased: OK => sf write 0x12000000 0x10000 0x70000 device 0 offset 0x10000, size 0x70000 SF: 458752 bytes @ 0x10000 Written: OK =>
U-Boot SPL 2018.05-rc1 (Apr 16 2018 - 00:31:02 -0700) SPL: Unsupported Boot Device! SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###
On Fri, Apr 13, 2018 at 10:13 AM, Mehmet Ali İPİN mehmet.ipin@pavotek.com.tr wrote:
Dear Fabio,
I received the following message
U-Boot SPL 2018.01 (Jan 17 2018 - 05:49:34)
Please use mainline 2018.03 or 2018.05-rc1 instead.