From: "Lothar Waßmann" <LW@KARO-electronics.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] list files on tftp / large kernel-image
Date: Fri, 21 Dec 2018 11:09:25 +0100 [thread overview]
Message-ID: <20181221110925.1f7d4738@karo-electronics.de> (raw)
In-Reply-To: <trinity-f586e8b6-e01c-4069-8672-47d8ecadf8bb-1545384520337@3c-app-gmx-bs56>
Hi,
On Fri, 21 Dec 2018 10:28:40 +0100 Frank Wunderlich wrote:
> Hi,
>
> mw is also strange in my eyes, maybe you can explain me
>
> U-Boot> md 80200000 18
> 80200000: 616d4975 345f6567 2e34312e 750a3337 uImage_4.14.73.u
> 80200010: 67616d49 2e345f65 722d3431 49750a64 Image_4.14-rd.uI
> 80200020: 6567616d 312e345f 31312e38 6d49750a mage_4.18.11.uIm
> 80200030: 5f656761 39312e34 6d2d302e 0a6e6961 age_4.19.0-main.
> 80200040: 616d4975 345f6567 2e39312e 63722d30 uImage_4.19.0-rc
> 80200050: 64682d31 0076696d ffff0000 fcffbdf7 1-hdmiv.........
>
> U-Boot> mw.b 8020005a 0
> U-Boot> md 80200000 18
> 80200000: 616d4975 345f6567 2e34312e 750a3337 uImage_4.14.73.u
> 80200010: 67616d49 2e345f65 722d3431 49750a64 Image_4.14-rd.uI
> 80200020: 6567616d 312e345f 31312e38 6d49750a mage_4.18.11.uIm
> 80200030: 5f656761 39312e34 6d2d302e 0a6e6961 age_4.19.0-main.
> 80200040: 616d4975 345f6567 2e39312e 63722d30 uImage_4.19.0-rc
> 80200050: 64682d31 0076696d ff000000 fcffbdf7 1-hdmiv.........
>
> seems to set 59 (00 after ff)
>
> U-Boot> mw.b 8020005b 0
> U-Boot> md 80200000 18
> 80200000: 616d4975 345f6567 2e34312e 750a3337 uImage_4.14.73.u
> 80200010: 67616d49 2e345f65 722d3431 49750a64 Image_4.14-rd.uI
> 80200020: 6567616d 312e345f 31312e38 6d49750a mage_4.18.11.uIm
> 80200030: 5f656761 39312e34 6d2d302e 0a6e6961 age_4.19.0-main.
> 80200040: 616d4975 345f6567 2e39312e 63722d30 uImage_4.19.0-rc
> 80200050: 64682d31 0076696d 00000000 fcffbdf7 1-hdmiv.........
>
> seems to set 58 (was ff before)
>
> any idea why higher address counts backwards?
>
little endian integer representation!
Try 'md.b' instead of 'md'.
Lothar Waßmann
next prev parent reply other threads:[~2018-12-21 10:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-14 15:24 [U-Boot] list files on tftp / large kernel-image Frank Wunderlich
2018-11-14 15:34 ` Simon Goldschmidt
2018-11-14 15:52 ` Frank Wunderlich
2018-11-19 11:29 ` Simon Goldschmidt
2018-12-02 9:33 ` Frank Wunderlich
2018-12-02 10:32 ` Frank Wunderlich
2018-12-02 10:34 ` Simon Goldschmidt
2018-12-02 16:26 ` Frank Wunderlich
2018-12-20 16:33 ` Frank Wunderlich
2018-12-20 17:43 ` Frank Wunderlich
2018-12-20 18:42 ` Simon Goldschmidt
2018-12-21 6:41 ` Frank Wunderlich
2018-12-21 9:28 ` Frank Wunderlich
2018-12-21 10:09 ` Lothar Waßmann [this message]
2018-12-21 11:02 ` Frank Wunderlich
2018-12-21 11:48 ` Frank Wunderlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181221110925.1f7d4738@karo-electronics.de \
--to=lw@karo-electronics.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.