Re: [U-Boot] Using fw_setenv to set negative numbers

2019-06-10 Thread Ken Sloat
> -Original Message- > From: Anatolij Gustschin > Sent: Wednesday, June 5, 2019 12:22 PM > To: Ken Sloat > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Using fw_setenv to set negative numbers > > [This is an EXTERNAL EMAIL] > _

Re: [U-Boot] Using fw_setenv to set negative numbers

2019-06-05 Thread Frank Wunderlich
Hi, have you tried quoting your value? fw_setenv bootdelay "-2" or fw_setenv bootdelay '-2' regards Frank > Gesendet: Mittwoch, 05. Juni 2019 um 16:57 Uhr > Von: "Ken Sloat" > An: "u-boot@lists.denx.de" > Cc: "Ken Sloat" > Be

Re: [U-Boot] Using fw_setenv to set negative numbers

2019-06-05 Thread Anatolij Gustschin
On Wed, 5 Jun 2019 15:57:55 + Ken Sloat ksl...@aampglobal.com wrote: ... > How can I set a negative number using the standard command call to fw_setenv? > For example, if want to set bootdelay to a value of -2 (boot without delay), > I currently > cannot just say: > fw_setenv bootdelay -2 Try

[U-Boot] Using fw_setenv to set negative numbers

2019-06-05 Thread Ken Sloat
Hello, I had a question regarding the use of fw_setenv. I am currently running U-Boot 2018.07 How can I set a negative number using the standard command call to fw_setenv? For example, if want to set bootdelay to a value of -2 (boot without delay), I currently cannot just say: fw_setenv bootdel