
On Tue, 28 Nov 2023 at 17:32, Fabio Estevam festevam@gmail.com wrote:
Hi Maxim,
On Mon, Nov 27, 2023 at 5:46 PM Maxim Uvarov maxim.uvarov@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.uvarov@linaro.org
Do you know whether this wget issue also happens when LWIP is used?
https://lore.kernel.org/u-boot/CAJ+vNU2U9W2NRT6hf1CAEQ_56SDQviUEzuDD1iYOpdf1...
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.