GL-AR150 uboot can not boot kernel

I checkout the openwrt source from GitHub - gl-inet/openwrt at openwrt-19.07.7

uboot> tftp 0x81000000 openwrt-ar71xx-generic-uImage-lzma.bin

TFTP from IP: 192.168.1.2
Our IP: 192.168.1.1
Filename: ‘openwrt-ar71xx-generic-uImage-lzma.bin’
Load address: 0x81000000
Using: eth1

 Loading: ########################################
          ########################################
          ########################################
          ########################################
          ########################################
          ########################################
          ########################################
          ##################################

TFTP transfer complete!

Bytes transferred: 1606076 (0x1881bc)
uboot> bootm 0x81000000
Booting image at: 0x81000000

Image name: MIPS OpenWrt Linux-4.14.221
Created: 2021-02-15 15:22:37 UTC
Image type: MIPS Linux Kernel Image (lzma compressed)
Data size: 1606012 Bytes = 1.5 MB
Load address: 0x80060000
Entry point: 0x80060000

Uncompressing kernel image… ## Error: LZMA error num: 1
uboot>

This is not the correct file. There correct firmware is openwrt-ar71xx-generic-xxxx-sysupgrade.bin

openwrt-ar71xx-generic-xxxx-sysupgrade.bin 是包含了内核和文件系统的固件。

openwrt-ar71xx-generic-uImage-lzma.bin 只是内核固件,我需要单独划分内核和文件系统分区

你可能还是刷错了文件把,好几个问题。 内核好像也不是那个文件。否则肯定可以启动