Re: Re :Re: [Ltib] ltib error -linux2.6.20.6 with MPC8360E MDS

2008-11-25 Thread Jerry Van Baren

Jon Loeliger wrote:

nanda wrote:

Hi Stuart,
   Thanks for the information.   gpp access was resolved.
   I was successful in building the linux 2.6.11 using the ltib and 
able to bring up the MPC8360 EMDS.
But, I still face the problem for linux kernel 2.6.19 and 2.6.20.   
When I tried using ltib in the bringing up the board.   The MPC 8360 
board keeps rebooting after downloading the image Power PC Kernel 
Image(uImage) and Power PC RAMDisk Image(rootfs.ext2.gz.uboot)  build 
by the ltib Please clarrify on the same.




I'm not a kernel expert and don't know what failure you
are seeing here, but I might observe that 2.6.19 and .20
are two years old, and 2.6.11 is more than 3 years old.

If you think we, collectively, haven't improved things in
that time period, please, complain about 2.6.11, .19, and .20.

If on the off chance you think things *might* have gotten
better due to a *bit* of development effort over the past
three years, you might try installing a modern U-Boot and
a modern Kernel.

Thanks,
jdl


I would strongly recommend switching to ELDK from denx.de and the latest 
released (or tip-o-the-tree) u-boot.  This will allow you to build and 
boot the latest kernel with a flattened device tree (FDT).


ELDK:
  http://www.denx.de/wiki/DULG/ELDK
  http://ftp.denx.de/pub/eldk/
Specifically:
  http://ftp.denx.de/pub/eldk/4.2/ppc-linux-x86/iso/

u-boot:
  make MPC8360EMDS_HOST_66_config  make

linux:
  Start with: arch/powerpc/configs/83xx/mpc836x_mds_defconfig

Trying to use an old u-boot and old toolset with a recent kernel isn't 
worth the headaches.  The ToT supports the MPC8360EMDS directly.


Best regards,
gvb
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re :Re: [Ltib] ltib error -linux2.6.20.6 with MPC8360E MDS

2008-11-21 Thread nanda
Hi Stuart,nbsp;nbsp; Thanks for the information.nbsp;nbsp; gpp access was 
resolved. nbsp;nbsp; I was successful in building the linux 2.6.11 using the 
ltib and able to bring up the MPC8360 EMDS.But, I stillnbsp;face the problem 
for linux kernel 2.6.19 and 2.6.20.nbsp;nbsp;nbsp;When I tried using ltib in 
thenbsp;bringing up the board.nbsp;nbsp;nbsp;The MPC 8360 board keeps 
rebooting after downloading the image Power PC Kernel Image(uImage) and Power 
PC RAMDisk Image(rootfs.ext2.gz.uboot)nbsp;nbsp;build by the 
ltibnbsp;nbsp; nbsp; Please clarrify on the same.Thanks in 
advance.Regards,Nandanbsp;nbsp;On Thu, 20 Nov 2008 18:40:36  Stuart 
Hughes wroteHi Nanda,This is happening because you don't have access 
tohttp://www.bitshrine.org/gpp for some reason.If LTIB needs to download 
sources to build a package, it will get themfrom bitshrine.org. Can you check 
that you are able to access this URLfrom the command line with wget.Regards, 
StuartOn Thu, 2008-11-20 
 at 18:30 , nanda wrote:gt; Hi All,gt; Iam forwarding the mail which I 
have posted to powerpc linux listgt; Linuxppc-dev@ozlabs.orggt; 
===gt; gt; Iam getting the 
below error during the generation ofgt; rootfs.ext2.gz.uboot (Power PC Linux 
RAM Disk Image) and uImage (Powergt; PC Linux Kernel Image) for linux-2.6.20.6 
kernel on the power PC MPCgt; 8360E MDS using ltib tool.gt; gt; Testing 
ppp_url connectivity: FAIL, disabling gt; gt; Testing gpp_url connectivity: 
FAIL, disabling gt; gt; No network download connection availablegt; gt; I 
did the following steps, but Iam unable to generate thegt; 
rootfs.ext2.gz.uboot gt; gt; - In the ltib directory gt; gt; ./ltib 
--configuregt; gt; In the configure menu, I specified the following, before 
saving thegt; configsgt; gt; - Tool chain as (gcc-3.4.3/glibc-2.3.3)gt; 
gt; - uboot 1.1.3gt; gt; - Kernel (local linux directory build) which 
refers to the loca
 lgt; directory where linux-2.6.20.6 is placedgt; gt; - Kernel config 
filespecified as mpc8360emds_defconfig, which is thegt; file copiedgt; from 
/home/nanda/linux2.6.20.6/arch/powerpc/configs/mpc8360emds_defconfig to the 
ltib/config/platform/mpc8360epb directory) gt; gt; - Linux Target 
Architecture as powerpcgt; gt; After the above process by saving the 
configuration (it startedgt; building kernel and generated uImage) and failed 
in the below placegt; (Refer also the attached build.txt file)gt; gt; 
gt; gt; Processing: skell gt; gt; 
=== gt; gt; Testing ppp_url connectivity: FAIL, disabling 
gt; gt; Testing gpp_url connectivity: FAIL, disabling gt; gt; No network 
download connection availablegt; gt; Started: Thu Nov 20 14:44:45 2008 gt; 
gt; Ended: Thu Nov 20 14:57:32 2008 gt; gt; Elapsed: 767 seconds gt; gt; 
Build Failedgt; gt; =gt; gt; I have 
attached the 
 below files for boot and build logs with thisgt; mail, gt; gt; 1) 
defconfig.dev - default config generated for ./ltib configuregt; from 
config/platform/mpc8360epb gt; gt; 2) build.txt - Error build during ./ltib 
configure outputgt; gt; 3) mpc8360emds_defconfig - Default config filegt; 
from /home/nanda/linux2.6.20.6/arch/powerpc/configs/ gt; gt; The end result 
was I could only see the uImage generated withoutgt; rootfs.ext2.gz.uboot. 
Please clarify on the same gt; gt; Thanks in advance,gt; gt; Regards,gt; 
gt; Nandagt; ___Linuxppc-dev 
mailing [EMAIL PROTECTED]://ozlabs.org/mailman/listinfo/linuxppc-dev___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: Re :Re: [Ltib] ltib error -linux2.6.20.6 with MPC8360E MDS

2008-11-21 Thread Stuart Hughes
Hi Nanda,

You'll need to get help from the kernel experts with this issue.

Regards, Stuart

On Fri, 2008-11-21 at 14:16 +, nanda wrote:
 Hi Stuart,
Thanks for the information.   gpp access was resolved. 
I was successful in building the linux 2.6.11 using the ltib and
 able to bring up the MPC8360 EMDS.
 But, I still face the problem for linux kernel 2.6.19 and
 2.6.20.   When I tried using ltib in the bringing up the board. 
   The MPC 8360 board keeps rebooting after downloading the image Power
 PC Kernel Image(uImage) and Power PC RAMDisk
 Image(rootfs.ext2.gz.uboot)  build by the ltib 
 Please clarrify on the same.
 
 Thanks in advance.
 
 Regards,
 Nanda
 
  
 
  
 On Thu, 20 Nov 2008 18:40:36  Stuart Hughes wrote
 Hi Nanda,
 
 This is happening because you don't have access to
 http://www.bitshrine.org/gpp for some reason.
 
 If LTIB needs to download sources to build a package, it will get them
 from bitshrine.org. Can you check that you are able to access this URL
 from the command line with wget.
 
 Regards, Stuart
 
 On Thu, 2008-11-20 at 18:30 , nanda wrote:
  Hi All,
  Iam forwarding the mail which I have posted to powerpc linux list
  Linuxppc-dev@ozlabs.org
  ===
  
  Iam getting the below error during the generation of
  rootfs.ext2.gz.uboot (Power PC Linux RAM Disk Image) and uImage
 (Power
  PC Linux Kernel Image) for linux-2.6.20.6 kernel on the power PC MPC
  8360E MDS using ltib tool.
  
  Testing ppp_url connectivity: FAIL, disabling 
  
  Testing gpp_url connectivity: FAIL, disabling 
  
  No network download connection available
  
  I did the following steps, but Iam unable to generate the
  rootfs.ext2.gz.uboot 
  
  - In the ltib directory 
  
  ./ltib --configure
  
  In the configure menu, I specified the following, before saving the
  configs
  
  - Tool chain as (gcc-3.4.3/glibc-2.3.3)
  
  - uboot 1.1.3
  
  - Kernel (local linux directory build) which refers to the local
  directory where linux-2.6.20.6 is placed
  
  - Kernel config filespecified as mpc8360emds_defconfig, which is
 the
  file copied
 
 from /home/nanda/linux2.6.20.6/arch/powerpc/configs/mpc8360emds_defconfig to 
 the ltib/config/platform/mpc8360epb directory) 
  
  - Linux Target Architecture as powerpc
  
  After the above process by saving the configuration (it started
  building kernel and generated uImage) and failed in the below place
  (Refer also the attached build.txt file)
  
  
  
  Processing: skell 
  
  === 
  
  Testing ppp_url connectivity: FAIL, disabling 
  
  Testing gpp_url connectivity: FAIL, disabling 
  
  No network download connection available
  
  Started: Thu Nov 20 14:44:45 2008 
  
  Ended: Thu Nov 20 14:57:32 2008 
  
  Elapsed: 767 seconds 
  
  Build Failed
  
  =
  
  I have attached the below files for boot and build logs with this
  mail, 
  
  1) defconfig.dev - default config generated for ./ltib configure
  from config/platform/mpc8360epb 
  
  2) build.txt - Error build during ./ltib configure output
  
  3) mpc8360emds_defconfig - Default config file
  from /home/nanda/linux2.6.20.6/arch/powerpc/configs/ 
  
  The end result was I could only see the uImage generated without
  rootfs.ext2.gz.uboot. Please clarify on the same 
  
  Thanks in advance,
  
  Regards,
  
  Nanda
  
 
 
 ___
 Linuxppc-dev mailing list
 Linuxppc-dev@ozlabs.org
 https://ozlabs.org/mailman/listinfo/linuxppc-dev
 
 
 Rediff Shopping

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [Ltib] ltib error -linux2.6.20.6 with MPC8360E MDS

2008-11-20 Thread Stuart Hughes
Hi Nanda,

This is happening because you don't have access to
http://www.bitshrine.org/gpp for some reason.

If LTIB needs to download sources to build a package, it will get them
from bitshrine.org.  Can you check that you are able to access this URL
from the command line with wget.

Regards, Stuart

On Thu, 2008-11-20 at 18:30 +, nanda wrote:
 Hi All,
Iam forwarding the mail which I have posted to powerpc linux list
  Linuxppc-dev@ozlabs.org
 ===
 
   Iam getting the below error during the generation of
 rootfs.ext2.gz.uboot (Power PC Linux RAM Disk Image) and uImage (Power
 PC Linux Kernel Image) for linux-2.6.20.6 kernel on the power PC MPC
 8360E MDS using ltib tool.
 
 Testing ppp_url connectivity: FAIL, disabling 
 
 Testing gpp_url connectivity: FAIL, disabling 
 
 No network download connection available
 
 I did the following steps, but Iam unable to generate the
 rootfs.ext2.gz.uboot 
 
 - In the ltib directory 
 
 ./ltib --configure
 
 In the configure menu, I specified the following, before saving the
 configs
 
 - Tool chain as (gcc-3.4.3/glibc-2.3.3)
 
 - uboot 1.1.3
 
 - Kernel (local linux directory build) which refers to the local
 directory where linux-2.6.20.6 is placed
 
 - Kernel config filespecified as mpc8360emds_defconfig, which is the
 file copied
 from /home/nanda/linux2.6.20.6/arch/powerpc/configs/mpc8360emds_defconfig to 
 the ltib/config/platform/mpc8360epb directory) 
 
 - Linux Target Architecture as powerpc
 
 After the above process by saving the configuration (it started
 building kernel and generated uImage) and failed in the below place
 (Refer also the attached build.txt file)
 
 
 
 Processing: skell 
 
 === 
 
 Testing ppp_url connectivity: FAIL, disabling 
 
 Testing gpp_url connectivity: FAIL, disabling 
 
 No network download connection available
 
 Started: Thu Nov 20 14:44:45 2008 
 
 Ended: Thu Nov 20 14:57:32 2008 
 
 Elapsed: 767 seconds 
 
 Build Failed
 
 =
 
 I have attached the below files for boot and build logs with this
 mail, 
 
 1) defconfig.dev - default config generated for ./ltib configure
 from config/platform/mpc8360epb 
 
 2) build.txt - Error build during ./ltib configure output
 
 3) mpc8360emds_defconfig - Default config file
 from /home/nanda/linux2.6.20.6/arch/powerpc/configs/ 
 
 The end result was I could only see the uImage generated without
 rootfs.ext2.gz.uboot. Please clarify on the same 
 
 Thanks in advance,
 
 Regards,
 
 Nanda
 


___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev