Re: [U-Boot] Want to burn a u-boot to a customized board

2012-11-13 Thread narke
On Tue, 13 Nov 2012 01:33:21 +0100, 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

Re: [U-Boot] Want to burn a u-boot to a customized board

2012-11-12 Thread woody
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 (w

Re: [U-Boot] Want to burn a u-boot to a customized board

2012-11-12 Thread Angelo Dureghello
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

[U-Boot] Want to burn a u-boot to a customized board

2012-11-12 Thread narke
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 confi