Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-28 Thread Mohamed HAMZAOUI
Hi, Indeed, the problem is caused by selecting the ttyS0, just change it to ttyO0 (OMAP) in the buildroot configuration and in the console env vars of card. Best regards Mohamed On Sun, Feb 26, 2012 at 1:26 AM, Mohamed HAMZAOUI wrote: > After trying to correct this issue, i have a difficult pro

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-25 Thread Mohamed HAMZAOUI
After trying to correct this issue, i have a difficult problem :( the booting freeze in "Starting kernel..." and it can't decompressing the uImage and starting the kernel. for information i choosed the kernel 2.6.39.4 in buildroot configuration with am3517_crane_defconfig file (a defconfig for vers

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-25 Thread Tom Rini
On Sat, Feb 25, 2012 at 6:00 AM, Mohamed HAMZAOUI wrote: > Hi M Tom, > I checked the file am3517_crane.h and it well use "rescan" instead of "init" >  but the problem is that after compilation, when I check the bootcmd I find > another one with init and not with rescan ! > When i tried to change t

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-25 Thread Mohamed HAMZAOUI
Hi M Tom, I checked the file am3517_crane.h and it well use "rescan" instead of "init" but the problem is that after compilation, when I check the bootcmd I find another one with init and not with rescan ! When i tried to change the variable with the setenv command, the system boot correctly from

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-24 Thread Tom Rini
On Fri, Feb 24, 2012 at 5:01 PM, Mohamed HAMZAOUI wrote: > I tried following your instruction and i have been found the file MLO and > u-boot.img in the build/uboot directory but when i use them with the > generated rootfs th craneboard boot from the nand and not from my SD > although it's configu

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-24 Thread Mohamed HAMZAOUI
I tried following your instruction and i have been found the file MLO and u-boot.img in the build/uboot directory but when i use them with the generated rootfs th craneboard boot from the nand and not from my SD although it's configured to booting from SD card and i tested it whith a openembedded d

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-24 Thread Tom Rini
On Fri, Feb 24, 2012 at 1:08 PM, Mohamed HAMZAOUI wrote: > Thank you for your help, but i use the 2012.12RC version and in the > bootloader menu i select the u-boot version 2011.12 and in the uboot binary > format i only have u-boot.bin, u-boot-nand.bin, u-boot.kwb ! > How to build u-boot.img ? >

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-24 Thread Mohamed HAMZAOUI
Thank you for your help, but i use the 2012.12RC version and in the bootloader menu i select the u-boot version 2011.12 and in the uboot binary format i only have u-boot.bin, u-boot-nand.bin, u-boot.kwb ! How to build u-boot.img ? when i used a u-boot.bin for my Craneboard i can't boot because it n

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-24 Thread Tom Rini
On Fri, Feb 24, 2012 at 10:25:21AM +0100, Mohamed HAMZAOUI wrote: > Hi, > > I want to use Buildroot for CraneBoard... > > My problem is with configuration files : MLO, u-boot.bin and uImage. > I installed the last RC buildroot and after I started to configure the build > by selecting the desired

[U-Boot] Craneboard with Uboot and xloader

2012-02-24 Thread Mohamed HAMZAOUI
Hi, I want to use Buildroot for CraneBoard... My problem is with configuration files : MLO, u-boot.bin and uImage. I installed the last RC buildroot and after I started to configure the build by selecting the desired setting because i dont found a defconfig file for Kernel with buildroot ... In