Mongoose IPv6 not working

31 views
Skip to first unread message

kobusl...@gmail.com

unread,
May 21, 2025, 10:01:13 AM5/21/25
to swupdate
I have a Yocto based system running SWUpdate v2024.05.2 which I'm struggling to get the web UI working on IPv6. I have other webservices on the device which I can connect to vie IPv6.
I have CONFIG_MONGOOSEIPV6=y.
The command-line that gets executed is
"/usr/bin/swupdate -v -H scailx-imx8mp 1.0 -f /etc/swupdate.cfg -e stable slot1 -w  -p sync && reboot -f"

I've attached the swupdate config and defconfig.
Am I missing a command-line/config option?

swupdate.cfg
defconfig

Michael Glembotzki

unread,
May 21, 2025, 11:07:11 AM5/21/25
to swupdate
Hi,

can you please try to pass mongoose empty parameter string, because -p is also a mongoose Parameter.

-w "" -p sync 

instead.

Does ipv4 work for you? 

Best regards, 
Michael

Stefano Babic

unread,
May 21, 2025, 11:53:14 AM5/21/25
to kobusl...@gmail.com, swupdate
On 5/21/25 16:01, kobusl...@gmail.com wrote:
> I have a Yocto based system running SWUpdate v2024.05.2 which I'm
> struggling to get the web UI working on IPv6. I have other webservices
> on the device which I can connect to vie IPv6.
> I have CONFIG_MONGOOSEIPV6=y.
> The command-line that gets executed is
> "/usr/bin/swupdate -v -H scailx-imx8mp 1.0 -f /etc/swupdate.cfg -e
> stable slot1 -w  -p sync && reboot -f"

SWUpdate starts in IPV4 - if you want IPV6, you have to start it with :
-w "-p [::]:8080 -r <your root>"

Best regards,
Stefano Babic

kobusl...@gmail.com

unread,
May 22, 2025, 10:21:10 AM5/22/25
to swupdate
Thanks, [::]:8080 did the trick.
I couldn't find this anywhere in the docs though, so I'd suggest adding it.
Reply all
Reply to author
Forward
0 new messages