public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Want to burn a u-boot to a customized board
@ 2012-11-12  9:04 narke
  2012-11-13  0:33 ` Angelo Dureghello
  0 siblings, 1 reply; 4+ messages in thread
From: narke @ 2012-11-12  9:04 UTC (permalink / raw)
  To: u-boot

Hi, List

I've just built an u-boot boot-loader based on the configuration of 
smdk2410.  I built this by using buildroot, without additional 
customizing and modifications.

My problem is, I want to use the boot-loader to boot another s3c2410 
board which is a customized board cannot found configurations in the 
u-boot source tree.  I don't have smdk2410 actually, I choose this board 
just for making a good starting point.

My customized S3C2410 board looks not a strange one, it have common 
components usually found on other S3C2410 boards, such as Flash, SD Card 
Socket, Serial Ports and Ethernet interfaces.

My question is, if I download the boot-loader I just built for smdk2410 
to my customized board, how much chance I can see it can boot the board 
with success?  At this step, I don't expect I can load a Linux kernel 
successfully, I just what to see it can boot and give me a prompt on the 
serial console.

How much is that possible?

-- 
woody
I can't go back to yesterday - because I was a different person then.

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

* [U-Boot] Want to burn a u-boot to a customized board
  2012-11-12  9:04 [U-Boot] Want to burn a u-boot to a customized board narke
@ 2012-11-13  0:33 ` Angelo Dureghello
  2012-11-13  1:13   ` woody
  2012-11-13 14:47   ` narke
  0 siblings, 2 replies; 4+ messages in thread
From: Angelo Dureghello @ 2012-11-13  0:33 UTC (permalink / raw)
  To: u-boot

Hi Narke,

every board has a specific include/configs/xxyyzz.h configuration file,
based on the board-specific memory map (where flash, sdram etc are mapped).

So, if you are not lucky enough that other similar boards use same memory
map and similar periferic hardware, you have to arrange new board 
specific files for this custom board.

Look inside similar boards configuration (include/configs/*.h) files 
with same cpu, and try to figure out a working mix for the custom board,
and read the important README file for help on this.

Start from the memory map, as flash and sdram addresses, it could be a
good starting point to have something working briefly.

Best Regards,
Angelo Dureghello



On Mon, Nov 12, 2012 at 05:04:41PM +0800, narke wrote:
> Hi, List
> 
> I've just built an u-boot boot-loader based on the configuration of
> smdk2410.  I built this by using buildroot, without additional
> customizing and modifications.
> 
> My problem is, I want to use the boot-loader to boot another s3c2410
> board which is a customized board cannot found configurations in the
> u-boot source tree.  I don't have smdk2410 actually, I choose this
> board just for making a good starting point.
> 
> My customized S3C2410 board looks not a strange one, it have common
> components usually found on other S3C2410 boards, such as Flash, SD
> Card Socket, Serial Ports and Ethernet interfaces.
> 
> My question is, if I download the boot-loader I just built for
> smdk2410 to my customized board, how much chance I can see it can
> boot the board with success?  At this step, I don't expect I can
> load a Linux kernel successfully, I just what to see it can boot and
> give me a prompt on the serial console.
> 
> How much is that possible?
> 
> -- 
> woody
> I can't go back to yesterday - because I was a different person then.
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

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

* [U-Boot] Want to burn a u-boot to a customized board
  2012-11-13  0:33 ` Angelo Dureghello
@ 2012-11-13  1:13   ` woody
  2012-11-13 14:47   ` narke
  1 sibling, 0 replies; 4+ messages in thread
From: woody @ 2012-11-13  1:13 UTC (permalink / raw)
  To: u-boot

Angelo,

Many thanks!  Looking through the include/configs/mdk2410.h gave me many 
hints.  I will start from here.

-woody

On 11/13/2012 8:33 AM, Angelo Dureghello wrote:
> Hi Narke,
>
> every board has a specific include/configs/xxyyzz.h configuration file,
> based on the board-specific memory map (where flash, sdram etc are mapped).
>
> So, if you are not lucky enough that other similar boards use same memory
> map and similar periferic hardware, you have to arrange new board
> specific files for this custom board.
>
> Look inside similar boards configuration (include/configs/*.h) files
> with same cpu, and try to figure out a working mix for the custom board,
> and read the important README file for help on this.
>
> Start from the memory map, as flash and sdram addresses, it could be a
> good starting point to have something working briefly.
>
> Best Regards,
> Angelo Dureghello
>
>
>
> On Mon, Nov 12, 2012 at 05:04:41PM +0800, narke wrote:
>> Hi, List
>>
>> I've just built an u-boot boot-loader based on the configuration of
>> smdk2410.  I built this by using buildroot, without additional
>> customizing and modifications.
>>
>> My problem is, I want to use the boot-loader to boot another s3c2410
>> board which is a customized board cannot found configurations in the
>> u-boot source tree.  I don't have smdk2410 actually, I choose this
>> board just for making a good starting point.
>>
>> My customized S3C2410 board looks not a strange one, it have common
>> components usually found on other S3C2410 boards, such as Flash, SD
>> Card Socket, Serial Ports and Ethernet interfaces.
>>
>> My question is, if I download the boot-loader I just built for
>> smdk2410 to my customized board, how much chance I can see it can
>> boot the board with success?  At this step, I don't expect I can
>> load a Linux kernel successfully, I just what to see it can boot and
>> give me a prompt on the serial console.
>>
>> How much is that possible?
>>
>> --
>> woody
>> I can't go back to yesterday - because I was a different person then.
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot


-- 
woody
I can't go back to yesterday - because I was a different person then.

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

* [U-Boot] Want to burn a u-boot to a customized board
  2012-11-13  0:33 ` Angelo Dureghello
  2012-11-13  1:13   ` woody
@ 2012-11-13 14:47   ` narke
  1 sibling, 0 replies; 4+ messages in thread
From: narke @ 2012-11-13 14:47 UTC (permalink / raw)
  To: u-boot

On Tue, 13 Nov 2012 01:33:21 +0100, Angelo Dureghello 
<sysamfw@gmail.com> wrote:
> Hi Narke,


> every board has a specific include/configs/xxyyzz.h configuration 
file,
> based on the board-specific memory map (where flash, sdram etc are 
mapped).


> So, if you are not lucky enough that other similar boards use same 
memory
> map and similar periferic hardware, you have to arrange new board 
> specific files for this custom board.


> Look inside similar boards configuration (include/configs/*.h) 
files 
> with same cpu, and try to figure out a working mix for the custom 
board,
> and read the important README file for help on this.


> Start from the memory map, as flash and sdram addresses, it could 
be a
> good starting point to have something working briefly.


> Best Regards,
> Angelo Dureghello






> On Mon, Nov 12, 2012 at 05:04:41PM +0800, narke wrote:
> > Hi, List
> > 
> > I've just built an u-boot boot-loader based on the configuration 
of
> > smdk2410.  I built this by using buildroot, without additional
> > customizing and modifications.
> > 
> > My problem is, I want to use the boot-loader to boot another 
s3c2410
> > board which is a customized board cannot found configurations in 
the
> > u-boot source tree.  I don't have smdk2410 actually, I choose this
> > board just for making a good starting point.
> > 
> > My customized S3C2410 board looks not a strange one, it have 
common
> > components usually found on other S3C2410 boards, such as Flash, 
SD
> > Card Socket, Serial Ports and Ethernet interfaces.
> > 
> > My question is, if I download the boot-loader I just built for
> > smdk2410 to my customized board, how much chance I can see it can
> > boot the board with success?  At this step, I don't expect I can
> > load a Linux kernel successfully, I just what to see it can boot 
and
> > give me a prompt on the serial console.
> > 
> > How much is that possible?
> > 


Many thanks to the suggestions!

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

end of thread, other threads:[~2012-11-13 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12  9:04 [U-Boot] Want to burn a u-boot to a customized board narke
2012-11-13  0:33 ` Angelo Dureghello
2012-11-13  1:13   ` woody
2012-11-13 14:47   ` narke

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