
Hi Simon, thanks for fast answer
i hope mediatek release ethernet soon (i know it's a more complex driver for r2 than the other 18 patches ), than i can drop the old uboot ;)
for list tftp, it seems to be a protocol limitation. here https://unix.stackexchange.com/questions/76400/download-directory-structure-... the server creates a textfile...this can be a workaround
can i download (to memory) and display it (without writing it)? i only have loaded kernel and executed it's address. I don't know how to print a "Textfile" (if it's in memory i need to know it's size and print this "data block"). maybe there is a way to load the data directly to an env-var
regards Frank
Gesendet: Mittwoch, 14. November 2018 um 16:34 Uhr Von: "Simon Goldschmidt" simon.k.r.goldschmidt@gmail.com An: "Frank Wunderlich" frank-w@public-files.de, u-boot@lists.denx.de Betreff: Re: [U-Boot] list files on tftp / large kernel-image
is it possible to list files on tftp so i can write a script to let user select kernel-image to load?
Unless I'm mistaken, the tftp protocol does not support file listing.
have anybody tried to load a kernelimage larger than 20MB?
We are successfully loading FIT images of > ~26 MByte via tftp (containing Kernel, FPGA and Initrd) without problems.
i use dnsmasq as tftp and uboot 2014-version (because 2018-11 für mt7623 currently has no ethernetdriver).
I'm using current mainline, of course. Things might have changed in the last 4 years... ;-)