public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] xilinx-u-boot:- NAND: no devices available
@ 2014-05-26  7:35 Uzair Zaidi
  2014-05-26  8:55 ` [U-Boot] Fwd: " Uzair Zaidi
  2014-05-26 10:27 ` [U-Boot] " Michal Simek
  0 siblings, 2 replies; 3+ messages in thread
From: Uzair Zaidi @ 2014-05-26  7:35 UTC (permalink / raw)
  To: u-boot

I am trying to run FALCON MODE on zynq-microzed board. I am following
README-falcon.But when i run `nand read 82000000 kernel` command, i get
this error..

****no devices available****


And when i run u-boot it shows..
**

    > NAND:  zynq_nand_init: Unable detect NAND based on MIO settings ZYNQ
    > NAND init failed

**
**Here are messages from my u-boot.**

       U-Boot 2014.01 (May 26 2014 - 11:19:45)

    I2C:   ready
    Memory: ECC disabled
    DRAM:  1 GiB
    **NAND:  zynq_nand_init: Unable detect NAND based on MIO settings
    ZYNQ NAND init failed**
    0 MiB
    MMC:   zynq_sdhci: 0
    SF: Detected S25FL128S_64K with page size 256 Bytes, erase size 64 KiB,
total 16 MiB
    *** Warning - bad CRC, using default environment

    In:    serial
    Out:   serial
    Err:   serial
    Net:   Gem.e000b000
    Hit any key to stop autoboot:  0
    zynq-uboot> nand read 82000000 kernel

    **no devices available**
    zynq-uboot>

I have to use nand command, so please tell me how can i resolve this
problem.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Fwd: xilinx-u-boot:- NAND: no devices available
  2014-05-26  7:35 [U-Boot] xilinx-u-boot:- NAND: no devices available Uzair Zaidi
@ 2014-05-26  8:55 ` Uzair Zaidi
  2014-05-26 10:27 ` [U-Boot] " Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Uzair Zaidi @ 2014-05-26  8:55 UTC (permalink / raw)
  To: u-boot

---------- Forwarded message ----------
From: Uzair Zaidi <uzair.aqid@gmail.com>
Date: Mon, May 26, 2014 at 1:05 PM
Subject: xilinx-u-boot:- NAND: no devices available
To: U-Boot at lists.denx.de


I am trying to run FALCON MODE on zynq-microzed board. I am following
README-falcon.But when i run `nand read 82000000 kernel` command, i get
this error..

****no devices available****


And when i run u-boot it shows..
**

    > NAND:  zynq_nand_init: Unable detect NAND based on MIO settings ZYNQ
    > NAND init failed

**
**Here are messages from my u-boot.**

       U-Boot 2014.01 (May 26 2014 - 11:19:45)

    I2C:   ready
    Memory: ECC disabled
    DRAM:  1 GiB
    **NAND:  zynq_nand_init: Unable detect NAND based on MIO settings
    ZYNQ NAND init failed**
    0 MiB
    MMC:   zynq_sdhci: 0
    SF: Detected S25FL128S_64K with page size 256 Bytes, erase size 64 KiB,
total 16 MiB
    *** Warning - bad CRC, using default environment

    In:    serial
    Out:   serial
    Err:   serial
    Net:   Gem.e000b000
    Hit any key to stop autoboot:  0
    zynq-uboot> nand read 82000000 kernel

    **no devices available**
    zynq-uboot>

I have to use nand command, so please tell me how can i resolve this
problem.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] xilinx-u-boot:- NAND: no devices available
  2014-05-26  7:35 [U-Boot] xilinx-u-boot:- NAND: no devices available Uzair Zaidi
  2014-05-26  8:55 ` [U-Boot] Fwd: " Uzair Zaidi
@ 2014-05-26 10:27 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2014-05-26 10:27 UTC (permalink / raw)
  To: u-boot

On 05/26/2014 09:35 AM, Uzair Zaidi wrote:
> I am trying to run FALCON MODE on zynq-microzed board. I am following
> README-falcon.But when i run `nand read 82000000 kernel` command, i get
> this error..
> 
> ****no devices available****
> 
> 
> And when i run u-boot it shows..
> **
> 
>     > NAND:  zynq_nand_init: Unable detect NAND based on MIO settings ZYNQ
>     > NAND init failed
> 
> **
> **Here are messages from my u-boot.**
> 
>        U-Boot 2014.01 (May 26 2014 - 11:19:45)
> 
>     I2C:   ready
>     Memory: ECC disabled
>     DRAM:  1 GiB
>     **NAND:  zynq_nand_init: Unable detect NAND based on MIO settings

There is no NAND driver for zynq in mainline u-boot that's why please
use xilinx forums for this type of questions.

But based on this message you can simple identify where the problem is.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140526/22e7fb8d/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-26 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26  7:35 [U-Boot] xilinx-u-boot:- NAND: no devices available Uzair Zaidi
2014-05-26  8:55 ` [U-Boot] Fwd: " Uzair Zaidi
2014-05-26 10:27 ` [U-Boot] " Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox