u-boot-mt7688 icon indicating copy to clipboard operation
u-boot-mt7688 copied to clipboard

bootargs not accepted

Open d51r3verse opened this issue 5 years ago • 0 comments

#In U-Boot 1.1.3 (Jul 13 2019 - 11:44:56) MT7628 # setenv bootdelay 9 <== this works MT7628 # setenv bootargs 'console=ttyS0,115200 rootfstype=squashfs,jffs2 ipv6.disable=1'

#After boot up root@OpenWrt:/# cat /proc/cmdline console=ttyS0,115200 rootfstype=squashfs,jffs2 <== not applied 'ipv6.disable=1'

d51r3verse avatar Apr 22 '20 04:04 d51r3verse