Alemao wrote:
Here is an output from someone using it:
-
070500 U-Boot 1.1.2 (May 30 2007 - 20:20:09)
Motorola PowerPC
Board: GDA Technologies CSC-PP MPC8560 [PowerQUICC III]
CPU: 660 MHz
CCB: 330 MHz
DDR: 165 MHz
Creating 7 MTD partitions on "CSC flash":
0x00f8-0x0100 : "uboot"
0
>>
>> Hi all,
>>
>> Im trying to use a physmap driver for NOR and NAND flash devices.
>
> You can't use physmap with NAND.
>
Bu I have here physmap with NAND working,
but not using UPM
>> ranges = <0 0 ff00 100 // nor flash, 16 MB
>>1 0 6000 400>; // na
Alemao wrote:
Hi all,
Im trying to use a physmap driver for NOR and NAND flash devices.
You can't use physmap with NAND.
ranges = <0 0 ff00 100 // nor flash, 16 MB
1 0 6000 400>; // nand flash, 64 MB
Is your NAND window really that large? I'm n
Hi all,
Im trying to use a physmap driver for NOR and NAND flash devices.
With NOR, everything ok. It uses CFI driver.
The problem is with NAND, cause it is connected at Freescale
LocalBus UPM, and at a first look, the UPM driver is loading after the
physmap (lines 14-15 in kernel output)
Here