All of lore.kernel.org
 help / color / mirror / Atom feed
* barebox on beagleboard:  two questions
@ 2009-12-20 16:13 Robert P. J. Day
  2009-12-20 17:12 ` Anand Gadiyar
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2009-12-20 16:13 UTC (permalink / raw)
  To: U-Boot Version 2 (barebox)


  one question almost certainly dumb, the second maybe not so much.

  first, using the current git pull, i:

  $ export ARCH=arm
  $ export CROSS_COMPILE=arm-linux-   (using ELDK toolchain)
  $ make omap3530_beagle_per_uart_defconfig
  $ make

eventually, copy generated "barebox.bin" to MMC/SD as u-boot.bin, and
boot beagle:

Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Reading boot sector
Loading u-boot.bin from mmc


barebox 2.0.0-rc10-dirty (Dec 20 2009 - 03:21:55)

Board: Texas Instrument's Beagle
Malloc space: 0x87bfff10 -> 0x87ffff10 (size  4 MB)
Stack space : 0x87bf7f10 -> 0x87bfff10 (size 32 kB)
running /env/bin/init...
not found
rday>       [different prompt just to prove new image}

  at that point, every single command i type gives me "Unknown
command", which may be because i haven't read all the docs and have
done nothing in terms of an environment.  i figured it was just worth
doing the trivially obvious to see what happened.

  not so trivial -- board/omap/board-beagle.c:

...
/**
 * @brief Do the SDRC initialization for 128Meg Micron DDR for CS0
 *
...
static struct device_d sdram_dev = {
        .name = "mem",
        .map_base = 0x80000000,
        .size = 128 * 1024 * 1024,
        .platform_data = &sram_pdata,
};
...

  all the newer beagles have 256M of RAM, not 128M.  does this mean my
board is being initialized improperly?  or should i be reading the
above differently?

rday
--



========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

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

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

end of thread, other threads:[~2009-12-20 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-20 16:13 barebox on beagleboard: two questions Robert P. J. Day
2009-12-20 17:12 ` Anand Gadiyar
2009-12-20 18:17   ` Robert P. J. Day

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.