[U-Boot] How to run a new instance of u-boot from u-boot shell prompt

2016-03-20 Thread Woody Wu
ent u-boot version is quite old: 2009-11. -- Life is the only flaw in an otherwise perfect nonexistence -- Schopenhauer woody public key at http://subkeys.pgp.net:11371 (narkewo...@gmail.com) ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] Does u-boot support S3C24xx nand ecc?

2013-08-17 Thread Woody Wu
Hi, Does anyone know if u-boot (version 2009.11) already contains supports to the hardware ECC for NAND in S3C24xx (Specifically S3C2416) SoC? Thanks in advance. -- I can't go back to yesterday - because I was a different person then ___ U-Boot mailin

[U-Boot] How to prepare a MTD partion?

2013-07-05 Thread Woody Wu
Hi, After defined MTD partions in kernel and u-boot, what's the next steps to make it mountable? I have defined two data partitions in MTD out of my NAND flash, each of which has size of about 800M. Then I want to make them as Yaffs2 and j2ffs and mount them to use. In PC linux, I know there are

Re: [U-Boot] smdk2416 support?

2013-01-29 Thread Woody Wu
board definition in u-boot source code, I can make an u-boot image by 'make smdk2410_config', then directly use the resulted image on a 2416 board. It should work althought not all functionalities are ready. If this is true, it is a really a good news to me. > > > > 201

Re: [U-Boot] smdk2416 support?

2013-01-28 Thread Woody Wu
? thanks) I want to ask, to driver some very basic SoC peripherals, such as SDRAM and UARTs, how much work left to do if starting from smdk2410? But it is still strange to me, since smdk2416 has existed for a long time. Thanks a lot. > > > 2013/1/28 Woody Wu > > > Hi, Lis

[U-Boot] smdk2416 support?

2013-01-28 Thread Woody Wu
Hi, List Does u-boot have support for smdk2416? Our customized board is based on smdk2416 and I want to find a good starting point to configure/port the u-boot for our hardware. Thanks in advance. -- woody I can't go back to yesterday - because I was a different person

Re: [U-Boot] Want to study U-Boot code

2013-01-28 Thread Woody Wu
My thanks for your saying, Javier. I will be starting from reading the README and begin search through the code. When I get further question, I will come back here. Thahks again. -woody On Sat, Jan 26, 2013 at 03:11:29PM +0100, Javier Martinez Canillas wrote: > On Sat, Jan 26, 2013 at 2

Re: [U-Boot] Want to study U-Boot code

2013-01-26 Thread Woody Wu
在 2013-1-26 AM5:27,"Robert P. J. Day" 写道: > > On Fri, 25 Jan 2013, Wolfgang Denk wrote: > > > Dear Woody Wu, > > > > In message you wrote: > > > > > > I want to firstly get a picture to basically understand how u-boot > > > w

Re: [U-Boot] Want to study U-Boot code

2013-01-25 Thread Woody Wu
在 2013-1-25 PM7:35,"Marek Vasut" 写道: > > Dear Woody Wu, > > > On Fri, Jan 25, 2013 at 12:30:43AM +0100, Marek Vasut wrote: > > > Dear Woody Wu, > > > > > > > Hi, List > > > > > > > > Is there a book or web document

[U-Boot] s3c2416 support in u-boot

2013-01-24 Thread Woody Wu
Hi, It's a surprise that I don't find s3c2416 related files in the arch/cpu/arm926ejs directory. Where is the s3c2416 support in the u-boot code? Thanks in advance. -- woody I can't go back to yesterday - because I was a differ

Re: [U-Boot] Want to study U-Boot code

2013-01-24 Thread Woody Wu
On Fri, Jan 25, 2013 at 12:30:43AM +0100, Marek Vasut wrote: > Dear Woody Wu, > > > Hi, List > > > > Is there a book or web document to help start to understand how U-Boot > > works? > > There's a doc/ directory in the u-boot sourcecode. > Is ther

[U-Boot] Want to study U-Boot code

2013-01-24 Thread Woody Wu
Hi, List Is there a book or web document to help start to understand how U-Boot works? Thanks! -- woody I can't go back to yesterday - because I was a different person then. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

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