mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Confusion about memory layout
@ 2014-04-08  6:51 Holger Schurig
  2014-04-08 20:02 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Holger Schurig @ 2014-04-08  6:51 UTC (permalink / raw)
  To: barebox

Hi,

I'm trying to get barebox running via usb-download. Unfortunately, the
verify step failed (see log below). This made me think about my memory
layout, but I'm a bit helpless here.

If I look at arch/arm/mach-imx/Kconfig, I see that several i.MX boards
define different CONFIG_ARCH_TEXT_BASE. Why?

default 0x4fc00000 if MACH_MX6Q_ARM2
default 0x4fc00000 if MACH_SABRELITE
... some other also, but look at this:
default 0x17800000 if MACH_SABRESD

And why specify most x4fc0_0000 ?  Doesn't the physical memory map of
DDR3 start at x1000_0000 or 0x8000_0000, depending on mapping ?


Similarly: the "loadaddr" statement in various *.imxcfg files are also
different:

loadaddr 0x00907000
loadaddr 0x10000000
loadaddr 0x20000000

I'd have expected that all will be loaded at 0x1000_0000, the start of DDR RAM?



That made me think about my memory map is the "00000400:" vs.
"10000400:" prefix in the following compare:

barebox/scripts/imx/imx-usb-loader -c -v barebox/barebox.imx
found i.MX6q USB device [15a2:0054]
main dcd length 308
sub dcd length 304
loading binary file(barebox/barebox.imx) to 10000000, skip=0x0,
fsize=249800 type=170...
binary file successfully loaded
verifying file...
!!!!mismatch
00000400: 402000d1 10001000 00000000 00000000  00000000 10000400
00000000 00000000
10000400: 400000d1 10000000 00000000 00000000  00040000 10001000
00ff0000 00000000

00000420: 10000000 0003d000 00000000 400803d2  040403cc 68400c02
ffffffff 6c400c02
10000420: 10200000 00030400 00000000 40080000  040003cc 6840d000
ff00ffff 6c4003d2

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-08 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-08  6:51 Confusion about memory layout Holger Schurig
2014-04-08 20:02 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox