with 2019-rc it comiles fine and loads kernel over tftp (wan-port).

U-Boot 2019.01-rc2-00012-g645c7a0418 (Dec 20 2018 - 10:56:50 +0100)             
                                                                                
CPU:   MediaTek MT7623 E3
DRAM:  2 GiB
MMC:   mmc@11230000: 0, mmc@11240000: 1
In:    serial
Out:   serial
Err:   serial
Net:
Warning: ethernet@1b100000 (eth0) using random MAC address - fe:6f:b4:ff:e0:48
eth0: ethernet@1b100000
U-Boot> setenv ipaddr 192.168.0.11
U-Boot> setenv netmask 255.255.255.0
U-Boot> setenv serverip 192.168.0.10
U-Boot> setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait 
ip=dhcp
U-Boot> setenv bootfile uImage_4.19.0-rc1-hdmiv5
U-Boot> tftp 0x80200000 ${bootfile}
Using ethernet@1b100000 device
TFTP from server 192.168.0.10; our IP address is 192.168.0.11
Filename 'uImage_4.19.0-rc1-hdmiv5'.
Load address: 0x80200000
Loading: #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         #################################################################      
         ################################################                       
         263.7 KiB/s
done
Bytes transferred = 6231491 (5f15c3 hex)
U-Boot> bootm 0x80200000                                                        
## Booting kernel from Legacy Image at 80200000 ...                             
   Image Name:   Linux Kernel 4.19.0-rc1-hdmiv5                                 
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6231427 Bytes = 5.9 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

so i need to look why it's not working on 2018-11...

regards Frank

Tested-By: "Frank Wunderlich" <fran...@public-files.de>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to