Re: [U-Boot-Users] How to let u-boot support non-standard board (AX88796B NIC)

2008-05-15 Thread Steven Woody
On Thu, May 15, 2008 at 10:33 AM, Steven Woody <[EMAIL PROTECTED]> wrote: > Dear experts, > > With your help, I'v now successfully compiled u-boot-1.3.3-rc3 and got > the `u-boot' boot loader image file. My compiling command line is > `./MAKEALL sbc2410x' si

[U-Boot-Users] How to let u-boot support non-standard board (AX88796B NIC)

2008-05-14 Thread Steven Woody
Dear experts, With your help, I'v now successfully compiled u-boot-1.3.3-rc3 and got the `u-boot' boot loader image file. My compiling command line is `./MAKEALL sbc2410x' since the MPU in my board is a samsung s3c2410A. But I think the board is not a standard sbc2410x or smdk2410, because it's NI

Re: [U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-14 Thread Steven Woody
On Thu, May 15, 2008 at 2:49 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Steven, > > > A: Because it messes up the order in which people normally read text. > > Q: Why is it such a bad thing? > > A: Top-posting. > > Q: What is the most annoying thing on usenet and in e-mail? > > > And you not on

Re: [U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-14 Thread Steven Woody
Dear Denk, 1.2.0 is come frome eldk-4.1 iso file. Downloading independent u-boot seems require `git' tool which I get problem with because my office network gets many limits. Is there a http way to download u-boot? For 1.2.0 building, I made error because I don't set $CROSS_COMPILE, it's my fau

Re: [U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-14 Thread Steven Woody
On Wed, May 14, 2008 at 11:03 AM, Steven Woody <[EMAIL PROTECTED]> wrote: > Hi, > > I 'cd' in eldk-4.1-arm installation directory arm/src/u-boot-1.2.0 and run: > > make distclean > make sbc2410x_config > make all > > In the last step,

[U-Boot-Users] build u-boot error: No rule to make target `.depend', needed by `_depend'.

2008-05-13 Thread Steven Woody
Hi, I 'cd' in eldk-4.1-arm installation directory arm/src/u-boot-1.2.0 and run: make distclean make sbc2410x_config make all In the last step, the `make' reported "No rule to make target `.depend', needed by `_depend'. Stop". What's wrong with it? Thanks. -- woody then sun rose

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-13 Thread Steven Woody
On Wed, May 14, 2008 at 10:05 AM, Jerry Van Baren <[EMAIL PROTECTED]> wrote: > Steven Woody wrote: >> >> On Tue, May 13, 2008 at 2:07 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >>> >>> Dear Steven, >>> >>> in message <[EMA

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Steven Woody
On Tue, May 13, 2008 at 2:07 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Steven, > > in message <[EMAIL PROTECTED]> you wrote: >> >> Q1: >> >> Both 5.9.5.1 ( http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.1. >> ) and 5.9.5.6 ( >> http://www.denx.de/wiki/view/DULG/UBoo

Re: [U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Steven Woody
Dear Denk, Q1: Both 5.9.5.1 ( http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.1. ) and 5.9.5.6 ( http://www.denx.de/wiki/view/DULG/UBootCmdGroupDownload#Section_5.9.5.6. ) talk about booting image via network, but there are only few lines of description about these commands

[U-Boot-Users] How to use tftp to book kernel image and mount remote root fs

2008-05-12 Thread Steven Woody
Hi, The manual is not so clear. I want to boot from a remote image and mount remote root filesystem. It seems i've done the server side setup respecting to the manual, but for u-boot usage ( target side ) to do this, i am not so clear. Would anyone please show me simple steps? Thanks in advanc