dont connect GND until after initial boot up
So the error message when tftpbooting is can't find kernel.
Doesn't matter what I try.
Can someone tell me if my uboot printenv is correct?
This was from today's snapshot, tried both sysupgrade and factory images.
Anyone have a working version as snapshot could be broken.
tftpboot
Using eth@1e100000 device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'openwrt-ramips-mt7621-belkin_rt1800-squashfs-sysupgrade.bin'.
Load address: 0x80010000
Loading: T #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##################
433.6 KiB/s
done
Bytes transferred = 6933557 (69cc35 hex)
Automatic boot of image at addr 0x80010000 ...
Wrong Image Format for tftpboot command
ERROR: can't get kernel image!
git commit from @neheb matches what is trying to load
*** Loading image ***
Input load address: 0x80010000
Available load methods:
0 - TFTP client (Default)
1 - Xmodem
2 - Ymodem
3 - Kermit
4 - S-Record
Select (enter for default): 0
Input U-Boot's IP address: 192.168.1.1
Input TFTP server's IP address: 192.168.1.2
Input IP netmask: 255.255.255.0
Input file name: sysupgrade.img
Using eth@1e100000 device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'sysupgrade.img'.
Load address: 0x80010000
Loading: T #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
##################
1.2 MiB/s
done
Bytes transferred = 6933557 (69cc35 hex)
*** Loaded 6933557 (0x69cc35) bytes at 0x80010000 ***
Run loaded data now? (Y/n): y
Wrong Image Format for <NULL> command
ERROR: can't get kernel image!