Re: [U-Boot] bootm command in U-boot

2012-09-26 Thread Wolfgang Denk
Dear Manukumar, [excessive Cc: list truncated] In message <1348656159.2591.4.camel@Manukumar> you wrote: > > bootm command will modify the dts/dtb file's memory section, and pass > the memory size into Kernel by dts/dtb file. It does this, and more things, depending on architecture and board.

[U-Boot] bootm command in U-boot

2012-09-26 Thread Manukumar
Dear all I have a query on bootm command. In the link provided below: http://www.linuxquestions.org/questions/linux-kernel-70/how-kernel-figure-out-ddr-ram-size-when-bootargss-mem-not-specified-948165/ They have given: bootm command will modify the dts/dtb file's memory section, and pass the memo

Re: [U-Boot] Bootm command

2011-08-30 Thread Wolfgang Denk
Dear smitha.va...@wipro.com, In message <07acdfb8eca8ef47863a613bc01bbb2203663...@hyd-mkd-mbx02.wipro.com> you wrote: > > I didn't understand what you mean to say. Actually I have built a cramfs > image and programmed the file system at the location 0xfe34(this is > flash address where it i

Re: [U-Boot] Bootm command

2011-08-30 Thread smitha.vanga
Hi Mark, I didn't understand what you mean to say. Actually I have built a cramfs image and programmed the file system at the location 0xfe34(this is flash address where it is programmed) in the flash . I loaded uImage kernel image at 0x100 this is my ram area address. I have loaded .dtb

Re: [U-Boot] Bootm command

2011-08-30 Thread Wolfgang Denk
Dear smitha.va...@wipro.com, In message <07acdfb8eca8ef47863a613bc01bbb2203663...@hyd-mkd-mbx02.wipro.com> you wrote: > > I am trying to boot linux by using the bootm command. It fails when it > tries to compare the filesystem header with the IH_MAGIC and fails and > gets reset. Could you let

Re: [U-Boot] Bootm command

2011-08-30 Thread Marek Vasut
On Tuesday, August 30, 2011 12:08:00 PM smitha.va...@wipro.com wrote: > Hi Wolfgang, > > I am trying to boot linux by using the bootm command. It fails when it > tries to compare the filesystem header with the IH_MAGIC and fails and > gets reset. Could you let me know what should I need to change

[U-Boot] Bootm command

2011-08-30 Thread smitha.vanga
Hi Wolfgang, I am trying to boot linux by using the bootm command. It fails when it tries to compare the filesystem header with the IH_MAGIC and fails and gets reset. Could you let me know what should I need to change this number. This in cmd_bootm.c file in do_bootm_linux () function. Below ar

Re: [U-Boot] bootm command: is there any load address limitation for fdt?

2008-12-11 Thread Richard Retanubun
Jerry Van Baren wrote: > Wolfgang Denk wrote: >> Dear Richard Retanubun, >> >> In message <[EMAIL PROTECTED]> you wrote: >>> I am trying to limit the amount of memory needed to load and boot a linux >>> kernel (2.6.26) >>> to do this I loaded my fdt at address 0x20_ and uImage at 0x_30_ >

Re: [U-Boot] bootm command: is there any load address limitation for fdt?

2008-12-11 Thread Jerry Van Baren
Wolfgang Denk wrote: > Dear Richard Retanubun, > > In message <[EMAIL PROTECTED]> you wrote: >> I am trying to limit the amount of memory needed to load and boot a linux >> kernel (2.6.26) >> to do this I loaded my fdt at address 0x20_ and uImage at 0x_30_ FWIIW, your FDT blob should be

Re: [U-Boot] bootm command: is there any load address limitation for fdt?

2008-12-10 Thread Wolfgang Denk
Dear Richard Retanubun, In message <[EMAIL PROTECTED]> you wrote: > > I am trying to limit the amount of memory needed to load and boot a linux > kernel (2.6.26) > to do this I loaded my fdt at address 0x20_ and uImage at 0x_30_ > > When I run bootm, I both the kernel and fdt passed the

[U-Boot] bootm command: is there any load address limitation for fdt?

2008-12-10 Thread Richard Retanubun
Hi, I am using u-boot version 2008.10 + git commit 13d36ec849785453953d00220b2c7dc66644a3c2 The board is a custom MPC8360E, similar to MPC8360EMDS from freescale. My DDR-SDRAM is at address 0x0 - 0x1FFF I am trying to limit the amount of memory needed to load and boot a linux kernel (2.6.