Hello, we just bought an EVM6446 rev. F.
We can boot it from FLASH NOR and run the demos standalone or from the command line. However, we cannot manage to boot it from FLASH NAND. I am using the following configuration: S3 switch set to 00001 11111 (1=ON, 0=OFF) and J4 jumper selecting NAND. When I turn on the board, it only write endlessly in the terminal: "BOOTME BOOTME BOOTME BOOTME ...".
Is it possible that the FLASH NAND came non-initialized out of the box? If it is the case, can somebody suggest me how to initialize it? ( I do not have at the moment a working jtag emulator.)
On the other hand, when I boot from NOR FLASH (S3 switch set to 10101 11111 and J4 jumper selecting FLASH) it works fine (I copy the first lines from my terminal at the end of the message).
Thanks a lot for your help, Sara
------
U-Boot 1.1.3 (Dec 4 2006 - 12:05:38)
U-Boot code: 81080000 -> 81097628 BSS: -> 810A0018
RAM Configuration:
Bank #0: 80000000 256 MB
Flash: 16 MB
In: serial
Out: serial
Err: serial
ARM Clock :- 297MHz
DDR Clock :- 162MHz
Hit any key to stop autoboot: 0
## Booting image at 02050000 ...
Image Name: Linux-2.6.10_mvl401-davinci_evm
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1333196 Bytes = 1.3 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
OK
Starting kernel ...
-----