* [U-Boot-Users] duplicate environment variables in U-Boot? (full log)
@ 2005-01-28 11:06 Clemens Koller
2005-01-28 20:48 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Clemens Koller @ 2005-01-28 11:06 UTC (permalink / raw)
To: u-boot
Hello, again...
I forgot to attach the full log to help you to get
an idea of what I mean. Some of the 'Unknown commands'
should be known, actually.
Best regards,
Clemens Koller
_______________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Str. 45/1
81379 Muenchen
Germany
http://www.anagramm.de
Phone: +49-89-741518-50
Fax: +49-89-741518-19
-------------- next part --------------
A non-text attachment was scrubbed...
Name: U-Boot_commandmisses.gz
Type: application/x-gzip
Size: 951 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050128/c5d62ca6/attachment.bin
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] duplicate environment variables in U-Boot? (full log)
2005-01-28 11:06 [U-Boot-Users] duplicate environment variables in U-Boot? (full log) Clemens Koller
@ 2005-01-28 20:48 ` Wolfgang Denk
2005-01-31 12:06 ` Clemens Koller
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2005-01-28 20:48 UTC (permalink / raw)
To: u-boot
In message <41FA1CA6.6050809@anagramm.de> you wrote:
>
> I forgot to attach the full log to help you to get
> an idea of what I mean. Some of the 'Unknown commands'
> should be known, actually.
I'm afraid this "log" is useless, too. Obviously it was captured by
copy & paste from a console window (visible for example by the
wrapped long lines). You will never see any control characters or
escape sequences this way.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Killing is stupid; useless!
-- McCoy, "A Private Little War", stardate 4211.8
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] duplicate environment variables in U-Boot? (full log)
2005-01-28 20:48 ` Wolfgang Denk
@ 2005-01-31 12:06 ` Clemens Koller
2005-01-31 12:24 ` Wolfgang Denk
2005-02-04 10:01 ` Detlev Zundel
0 siblings, 2 replies; 5+ messages in thread
From: Clemens Koller @ 2005-01-31 12:06 UTC (permalink / raw)
To: u-boot
Hello, Wolfgang!
Wolfgang Denk wrote:
> I'm afraid this "log" is useless, too. Obviously it was captured by
> copy & paste from a console window (visible for example by the
> wrapped long lines). You will never see any control characters or
> escape sequences this way.
I know exactly, what you mean... I had no time/chance yet to get
a binary log of the data.
Maybe it would be a good idea to either ignore control characters in
the environment or show (escape) them properly? If I have these
duplicate values, I cannot delete them afterwards (without an
binary dump of my terminal) and... if I wrote them to flash
occasionally... well, ok, I don't see any high priority here.
It's just a little annoying.
Best greets,
Clemens Koller
_______________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Str. 45/1
81379 Muenchen
Germany
http://www.anagramm.de
Phone: +49-89-741518-50
Fax: +49-89-741518-19
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] duplicate environment variables in U-Boot? (full log)
2005-01-31 12:06 ` Clemens Koller
@ 2005-01-31 12:24 ` Wolfgang Denk
2005-02-04 10:01 ` Detlev Zundel
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2005-01-31 12:24 UTC (permalink / raw)
To: u-boot
In message <41FE1F3D.2020904@anagramm.de> you wrote:
>
> Maybe it would be a good idea to either ignore control characters in
> the environment or show (escape) them properly? If I have these
I'm not sure if I want to do this.
"UNIX was not designed to stop you from doing stupid things, because
that would also stop you from doing clever things." - Doug Gwyn
> duplicate values, I cannot delete them afterwards (without an
> binary dump of my terminal) and... if I wrote them to flash
> occasionally... well, ok, I don't see any high priority here.
> It's just a little annoying.
Yes, I understand. But then - maybe one day command line history gets
added, and then escape sequences will have to be interpreted anyway.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"If a computer can't directly address all the RAM you can use, it's
just a toy." - anonymous comp.sys.amiga posting, non-sequitir
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] duplicate environment variables in U-Boot? (full log)
2005-01-31 12:06 ` Clemens Koller
2005-01-31 12:24 ` Wolfgang Denk
@ 2005-02-04 10:01 ` Detlev Zundel
1 sibling, 0 replies; 5+ messages in thread
From: Detlev Zundel @ 2005-02-04 10:01 UTC (permalink / raw)
To: u-boot
Hi Clemens,
> Maybe it would be a good idea to either ignore control characters in
> the environment or show (escape) them properly? If I have these
> duplicate values, I cannot delete them afterwards (without an
> binary dump of my terminal) and... if I wrote them to flash
> occasionally... well, ok, I don't see any high priority here.
> It's just a little annoying.
Just for the records - for environments in flash the "md" command is
of course your friend to see what special characters crept into the
variable names. Other environment storage locations are left to the
reader as an excercise. Note that this is only possible because the
environment is saved in such an "unefficient way".
Cheers
Detlev
--
`What's new?' is an interesting and broadening eternal question, but
one which, if pursued exclusively, results only in an endless parade
of trivia and fashion, the silt of tomorrow.
-- Robert M. Pirsig
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-02-04 10:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-28 11:06 [U-Boot-Users] duplicate environment variables in U-Boot? (full log) Clemens Koller
2005-01-28 20:48 ` Wolfgang Denk
2005-01-31 12:06 ` Clemens Koller
2005-01-31 12:24 ` Wolfgang Denk
2005-02-04 10:01 ` Detlev Zundel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox