[U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-13 Thread mar...@netopen.com.br
Hi Our board reboots after send Wrong Image Format message to the console and hangs. The Linux uImage is correctly placed in the NAND 0X20. The console input is somehow inhibit. I cannot type anything on it until the board reboots . The board is an AT91SAM9M10 custom board based on the AT91SA

Re: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT

2013-03-14 Thread mar...@netopen.com.br
Is this Patch included in the lastest release? Thnaks -- View this message in context: http://u-boot.10912.n7.nabble.com/PATCH-v9-01-30-mtd-nand-Introduce-CONFIG-SYS-NAND-BUSWIDTH-16BIT-tp149128p149695.html Sent from the U-Boot mailing list archive at Nabble.com. ___

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-14 Thread mar...@netopen.com.br
Hi Bo Shen Thanks for you help. I have removed the LCD define and I found out that ṕrintk was introduced in a piece of code that I imported from a code of mine. the version is: U-Boot 2012.10-00075-g0362411-dirty Now I managed to load the linux kernel but I still get Wrong Image Forma

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-14 Thread mar...@netopen.com.br
Hi Bo Shen I have used a SAMBA old version and I managed to write the Linux Kernel that can be recognized by U-boot but now it sends a message "Veritying Checksum : Bad Data CRC. It seems that U-Boot is only reading the first sector OK and the rest of the Kernel is being worngly read. T

[U-Boot] Uboot support for MT29F2G16ABBEAH4 NAND 16 bit

2013-03-14 Thread mar...@netopen.com.br
Hi has Anybody managed to load the Linux Kernel using MT29F2G16ABBEAH4 NAND or other 16 bits NAND memory? Thanks Marcio -- View this message in context: http://u-boot.10912.n7.nabble.com/Uboot-support-for-MT29F2G16ABBEAH4-NAND-16-bit-tp149761.html Sent from the U-Boot mailing list archive at

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-15 Thread mar...@netopen.com.br
Hi B. Thanks for your attention! >Bad Data CRC don't help. Because, many possible issue will cause this issue. I will provide the log. >Consider you use 16bit NAND flash. Have you define >CONFIG_SYS_NAND_DBW_16 in board configuration header? Yes I did that. Before I include this defin

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-15 Thread mar...@netopen.com.br
Hi B I would like to mention that I run U-boot either via the code located in flash(using at91bootstrap) or directly in the DDRAM via Eclipse/GDB/JTAG(Jflash). Thanks Marcio On Thu, 14 Mar 2013 19:31:39 -0700 (PDT), Bo Shen-3 [via U-Boot] wrote: > Hi Marcio, > > On 3/14/2013 20:23,

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-16 Thread mar...@netopen.com.br
Hi Bo That is indeed the problem. I shrink the kernel to less than 3Mb and it works! Thanks a lot Best regards Marico -- View this message in context: http://u-boot.10912.n7.nabble.com/AT91SAM9M10-Custom-Board-U-boot-reboot-after-Wrong-Image-Format-tp149567p149875.html Sent from the U-Boot ma

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-16 Thread mar...@netopen.com.br
Hi Bo Now I am getting a problem mounting the NAND file system. Do you have any idea? Below is the log. NAND read: device 0 offset 0x20, size 0x30 3145728 bytes read: OK * kernel: cmdline image address = 0x7000 ## Booting kernel from Legacy Image at 7000 ... Image Name:

Re: [U-Boot] AT91SAM9M10 Custom Board U-boot reboot after Wrong Image Format

2013-03-17 Thread mar...@netopen.com.br
Hi Bo Thanks a lot for your help. Best regards MArcio On Sat, 16 Mar 2013 19:46:06 -0700 (PDT), Bo Shen [via U-Boot] wrote: > Hi Marcio, > This is not u-boot related, I think you should post this issue to > Linux kernel mailing list. > > On 03/16/2013 10:58 PM, [hidden email] wrot