[U-Boot] Problem booting linux kernel due to garbled available machine support

2012-08-02 Thread Dallas Clement
Hello All, I'm having a problem booting a linux kernel built with Marvell buildroot-sdk-6.0 for an Armada XP development board (DB-78460-BP). The kernel messages indicate that the machine id is not recognized or not supported, but I believe this is because the available machine support is all junk

Re: [U-Boot] Problem booting linux with device tree table

2011-01-12 Thread 张扬
2011/1/12 Wolfgang Denk : > Dear =?UTF-8?B?5byg5oms?=, > > In message you > wrote: >> >>     i use dtc compiler with following  command: >>     dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts >> >>    Booting process gives following error and reset the board. >>    WARNING: could not creat

Re: [U-Boot] Problem booting linux with device tree table

2011-01-11 Thread Wolfgang Denk
Dear =?UTF-8?B?5byg5oms?=, In message you wrote: > > i use dtc compiler with following command: > dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts > >Booting process gives following error and reset the board. >WARNING: could not create /chosen FDT_ERR_NOSPACE. Well, thi

[U-Boot] Problem booting linux with device tree table

2011-01-11 Thread 张扬
Hi all I am trying to boot mpc8313erdb with linux-2.6.35.4, i am using the last verion of u-boot from denx i use dtc compiler with following command: dtc -R 8 -b 0 -O dtb -I dts -S 0x3000 -o my.dtb my.dts Booting process gives following error and reset the board. WARNING: coul

Re: [U-Boot] Problem booting Linux from Flash

2009-07-22 Thread Rahanesh
Hi Wolfgang Denk, Thanks a lot for your reply. Actually problem started when i added few utilities in flash. I ll explain the scenario. I had a working jffs image with bin , boot, scripts as directories in it. uImage(Linux kernel image ) was contained in boot folder. For my application i had

Re: [U-Boot] Problem booting Linux from Flash

2009-07-20 Thread Wolfgang Denk
Dear Rahanesh, In message <4a642891.2090...@tataelxsi.co.in> you wrote: > > I am trying to boot Linux from flash on MIPS Board. > When uBoot tries to boot Linux it fails saying "Verifying Checksum > Failed bad data crc". CRC is one type of checksum. > What might be the problem when it is

[U-Boot] Problem booting Linux from Flash

2009-07-20 Thread Rahanesh
Hi all, I am trying to boot Linux from flash on MIPS Board. When uBoot tries to boot Linux it fails saying "Verifying Checksum Failed bad data crc". The bootcmd is fsload 0x8080 /boot/uImage; bootm 0x8080. But When i do a tftp of the same image(uImage) to same address(0x8080) i

Re: [U-Boot] Problem booting Linux

2009-03-12 Thread Wolfgang Denk
Dear Remco Poelstra, In message <49b9262f.9080...@duran-audio.com> you wrote: > > I just noticed that when I set the load and entry address to 0xa000 > (the start address of my external RAM), then bootm prints "starting > kernel" and then U-boot resets itself twice > I think I have no id

Re: [U-Boot] Problem booting Linux

2009-03-12 Thread Wolfgang Denk
Dear Remco Poelstra, In message <49b9224c.6090...@duran-audio.com> you wrote: > > linux.bin uImage', I get the following output (mind the absent -C flag): > --- > Image Name: Linux Kernel Image > Created: Thu Mar 12 15:37:01 2009 > Image Type: ARM Linux Kernel Image (gzip compres

Re: [U-Boot] Problem booting Linux

2009-03-12 Thread Remco Poelstra
Remco Poelstra schreef: > Hi all, > > I'm trying to get Linux booting on an ARM7 (NXP LPC2468). I copy the > uImage to 0xa150 and the romfs.bin to 0xa180. I set bootargs to: > root=/dev/ram initrd=0xa180,4000k console=/dev/ttyS0,115200N8 > When I do 'bootm a150', it finds the ima

[U-Boot] Problem booting Linux

2009-03-12 Thread Remco Poelstra
Hi all, I'm trying to get Linux booting on an ARM7 (NXP LPC2468). I copy the uImage to 0xa150 and the romfs.bin to 0xa180. I set bootargs to: root=/dev/ram initrd=0xa180,4000k console=/dev/ttyS0,115200N8 When I do 'bootm a150', it finds the image and tries to uncompress it, but