On 01/06/23 19:52, Hauke Mehrtens wrote:
Why do you need uImage-relocate and can not use the standard Build/uImage?
You have to set KERNEL_LOADADDR to  0x81000000.

Thanks for the hint, I had initially tried several load addresses with the same 
effect,
the kernel would either decompress but the system would just halt, or the 
decompress would
fail (crc error) if the offsets overlap, i.e. decompress would overwrite the 
source.

I now used 0x82000000 as with several other devices, which works fine.
Also switched to the fit boilerplate that is shared by many of these devices.

Factory flashing, sysupgrade and initramfs via tftp were tested successfully.


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to