On Tue, 28 Nov 2023 at 17:32, Fabio Estevam <feste...@gmail.com> wrote:
> Hi Maxim, > > On Mon, Nov 27, 2023 at 5:46 PM Maxim Uvarov <maxim.uva...@linaro.org> > wrote: > > > > U-Boot recently got support for an alternative network stack using LWIP. > > Replace wget command with the LWIP variant while keeping the output and > > error messages identical. > > > > Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org> > > Do you know whether this wget issue also happens when LWIP is used? > > > https://lore.kernel.org/u-boot/caj+vnu2u9w2nrt6hf1caeq_56sdqviuezudd1iyopdf1cna...@mail.gmail.com/ >From this log it's a little bit different wget output. My version prints "#" for status. So I guess it's original wget. You can spend time on debugging it but this code will be replaced. With my code I tried big iso download and check crc. I did not see any issues. BR, Maxim.