* Mathias Kresin <d...@kresin.me> wrote: > 2016-11-04 9:46 GMT+01:00 Tino Reichardt <list-l...@mcmilk.de>: > > * Alberto Bursi <alberto.bu...@outlook.it> wrote: > >> On 11/03/2016 10:13 AM, Tino Reichardt wrote: > >> > Most of these Modems have only a very small flash of 2MB or 4MB .. so > >> > there is no need for lot of stuff. My aim is to have nice DSL modems > >> > with recent kernel and dsl firmware. pppoe is not really needed, but > >> > will fit also into that flash, I think. > >> > > >> > > ## Booting image at 80100000 ... > > Image Name: MIPS LEDE Linux-4.4.30 > > Created: 2016-11-03 7:34:38 UTC > > Image Type: MIPS Linux Kernel Image (lzma compressed) > > Data Size: 1358940 Bytes = 1.3 MB > > Load Address: 80002000 > > Entry Point: 80002000 > > Verifying Checksum ... OK > > Uncompressing Kernel Image ... ERROR: LzmaDecode.c, 561 > > > > Decoding error = 1 > > LZMA ERROR 1 - must RESET board to recover > > Not sure what the root cause of the error is, but I've two possible > workarounds in mind. You can try to tftp the kernel to memory address > 0x81000000: > > tftp 0x81000000 uImage; bootm 0x81000000
This hint was right, I tried 0x802000000, but then give up on this... I think, 0x81000000 (16MB) is to high, my dev has only 16MB ;) But I used 6MB and now it boots. These commands are nedded: # tftpboot 0x80600000 # bootm 0x80600000 does it. -- Best regards, TR _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev