[U-Boot-Users] 答复: 答复: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-03 Thread tony liu
liu 抄送: u-boot-users@lists.sourceforge.net 主题: Re: 答复: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier In message <[EMAIL PROTECTED]> you wrote: > > One of my important targets to use u-boot is to let my board be able to > boot Linux kernel as the follow

[U-Boot-Users] 答复: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread tony liu
Warren 抄送: tony liu; u-boot-users@lists.sourceforge.net 主题: Re: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier In message <[EMAIL PROTECTED]> you wrote: > > I'm very, very far from being a device tree expert and am not up to > date on the wonderful FDT

Re: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I'm very, very far from being a device tree expert and am not up to > date on the wonderful FDT work that Jerry Van Baren and friends have > worked on over the last several months. AFAIK, there's no way around > having the kernel and device tree as sep

[U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Ben Warren
Tony, 2008/2/2 tony liu <[EMAIL PROTECTED]>: > Ben, > > But I need to change the kernel and DTB frequently, because I am now > debugging the kernel along with the DTB definitions so that it could run well > on my board. > > Can I just give a big package so that u-boot can handle everything > au

Re: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Ben Warren
On Feb 2, 2008 7:55 PM, tony liu <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I'm a new guy to u boot and Linux. Currently, when I want to boot my PPC8247 > board through u-boot, I have to download Linux Kernel (2.6.23), download > initrd, download DTB, and finally boot them with three differen

[U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread tony liu
Hi, I'm a new guy to u boot and Linux. Currently, when I want to boot my PPC8247 board through u-boot, I have to download Linux Kernel (2.6.23), download initrd, download DTB, and finally boot them with three different memory addresses. Is there any other easier way in booting the system? R