[PATCH] ramips: add support for D-Link DAP-X1860 A1

Sebastian Schaper openwrt at sebastianschaper.net
Sat Jan 7 03:55:29 PST 2023


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.




More information about the openwrt-devel mailing list