Re: [U-Boot] sending data from ram to host machin in u-boot

2013-11-19 Thread James W.
Sorry sir .i got it. 在 2013-11-19 PM6:52,"Wolfgang Denk" 写道: > Dear "James W.", > > In message o0mcs4kbu9q0awwpmbyycgg-1z+tg...@mail.gmail.com> you wrote: > > > > You need to code a serial driver protocol. At pc end .you using putty > > Why wou

Re: [U-Boot] sending data from ram to host machin in u-boot

2013-11-18 Thread James W.
You need to code a serial driver protocol. At pc end .you using putty 在 2013-11-19 PM3:13,"tvpatel12" 写道: > Hi, > I am working with Uboot only. there is no any kernel or OS. I am running > program only dependent on U-boot. It stores result in RAM. Now, i want to > transfer that data to my host mac

Re: [U-Boot] U-Boot Graphics Library?

2013-01-17 Thread James W.
I thik the GUI is not be included in "U-boot", if you want a gui you can coding a software boot and load by UBOOT. right? boot done. update done . reboot to uboot and normal bring up your OS. uboot is uboot . It's not GUI-boot. 2013/1/16 Dirk Behme > he user has to insert an USB stick or

Re: [U-Boot] How to distinguish between the Linux kernel version above 3.0

2012-03-30 Thread James W.
head Makefile On Sat, Mar 31, 2012 at 9:53 AM, 徐阳 wrote: > Dear list, > On the http://www.kernel.org/ , there are three stable version:3.0 > ,3.1,and > 3.2. > Linux like crazy has introduced a new version.Present's edition naming > method is as if different with 2.x. > What do these editions hav

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-20 Thread James W.
so sorry to you, i think it's difference between DISABLE and Flush. be careful. On Wed, Jan 11, 2012 at 2:12 AM, Sughosh Ganu wrote: > The current implementation invalidates the cache instead of flushing > it. This causes problems on platforms where the spl/u-boot is already > loaded to the RAM