diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2022-07-20 02:58:33 -0500 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2022-07-20 02:58:33 -0500 |
commit | a4bf560211ce33109c3ca7cff0cddb6f9da864e3 (patch) | |
tree | 4b2d51a33d990059a5da8a69ecb748c13bc97def /contrib/uboot-setenv-mtrv1.minicom | |
parent | 18123e9d6ef5ddca712f8b41a811e89f4012f633 (diff) | |
parent | 74aabd43f31e781cee1fdfaef01f4cc20e4bcc43 (diff) | |
download | meta-multitech-atmel-a4bf560211ce33109c3ca7cff0cddb6f9da864e3.tar.gz meta-multitech-atmel-a4bf560211ce33109c3ca7cff0cddb6f9da864e3.tar.bz2 meta-multitech-atmel-a4bf560211ce33109c3ca7cff0cddb6f9da864e3.zip |
Merge branch 'ap/MTX-4554' into '6'
MTX-4554 mPower R.6.0.X (Fall'22): GP-1669 U-Boot on Atmel devices: Management o…
See merge request !24
Diffstat (limited to 'contrib/uboot-setenv-mtrv1.minicom')
-rw-r--r-- | contrib/uboot-setenv-mtrv1.minicom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uboot-setenv-mtrv1.minicom b/contrib/uboot-setenv-mtrv1.minicom index a391509..648f628 100644 --- a/contrib/uboot-setenv-mtrv1.minicom +++ b/contrib/uboot-setenv-mtrv1.minicom @@ -1,7 +1,7 @@ print setting U-Boot variables... send setenv bootargs \'mem=128M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2\' send setenv bootcmd \'nboot.jffs2 ${loadaddr} 0 ${kernel_addr} && bootm ${loadaddr}\' -send setenv bootdelay 1 +send setenv bootdelay -2 send setenv serverip 192.168.2.2 send setenv ipaddr 192.168.2.1 send setenv netmask 255.255.255.0 |