* [U-Boot] Error: No NAND device found during Reset
@ 2009-03-18 11:53 rudresh
2009-03-18 12:38 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: rudresh @ 2009-03-18 11:53 UTC (permalink / raw)
To: u-boot
Hi,
In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND
device found!!!") , if i Restart the board NAND device is detected . what
exactly the problem? any patch for this
board details
MPC8313ERDB board.
u-boot version 1.16
Thanks
Rudresh
--
View this message in context: http://www.nabble.com/Error%3A-No-NAND-device-found-during-Reset-tp22577501p22577501.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot] Error: No NAND device found during Reset
2009-03-18 11:53 [U-Boot] Error: No NAND device found during Reset rudresh
@ 2009-03-18 12:38 ` Wolfgang Denk
2009-03-18 12:52 ` rudresh
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2009-03-18 12:38 UTC (permalink / raw)
To: u-boot
Dear rudresh,
In message <22577501.post@talk.nabble.com> you wrote:
>
> In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND
> device found!!!") , if i Restart the board NAND device is detected . what
> exactly the problem? any patch for this
U-Boot 1.1.6 is more than 2 years old. Please update to a recent
version and try again.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
What can it profit a man to gain the whole world and to come to his
property with a gastric ulcer, a blown prostate, and bifocals?
-- John Steinbeck, _Cannery Row_
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot] Error: No NAND device found during Reset
2009-03-18 12:38 ` Wolfgang Denk
@ 2009-03-18 12:52 ` rudresh
2009-03-18 13:56 ` Wolfgang Denk
2009-03-18 14:28 ` rudresh
0 siblings, 2 replies; 5+ messages in thread
From: rudresh @ 2009-03-18 12:52 UTC (permalink / raw)
To: u-boot
i tried with u-boot 1.3.0 its working fine, but the client required u-boot
1.1.6 version.
Thanks
Rudresh
wd wrote:
>
> Dear rudresh,
>
> In message <22577501.post@talk.nabble.com> you wrote:
>>
>> In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND
>> device found!!!") , if i Restart the board NAND device is detected . what
>> exactly the problem? any patch for this
>
> U-Boot 1.1.6 is more than 2 years old. Please update to a recent
> version and try again.
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> What can it profit a man to gain the whole world and to come to his
> property with a gastric ulcer, a blown prostate, and bifocals?
> -- John Steinbeck, _Cannery Row_
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
>
--
View this message in context: http://www.nabble.com/Error%3A-No-NAND-device-found-during-Reset-tp22577501p22578494.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot] Error: No NAND device found during Reset
2009-03-18 12:52 ` rudresh
@ 2009-03-18 13:56 ` Wolfgang Denk
2009-03-18 14:28 ` rudresh
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2009-03-18 13:56 UTC (permalink / raw)
To: u-boot
Dear rudresh,
In message <22578494.post@talk.nabble.com> you wrote:
>
> i tried with u-boot 1.3.0 its working fine, but the client required u-boot
> 1.1.6 version.
So tell the client that you know how to fix the problem. The fix
consists in the update.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
You've no idea of what a poor opinion I have of myself, and how
little I deserve it. - W. S. Gilbert
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Error: No NAND device found during Reset
2009-03-18 12:52 ` rudresh
2009-03-18 13:56 ` Wolfgang Denk
@ 2009-03-18 14:28 ` rudresh
1 sibling, 0 replies; 5+ messages in thread
From: rudresh @ 2009-03-18 14:28 UTC (permalink / raw)
To: u-boot
I fix this issue by removing fixup for MPC8313ERDB REVA board in
board\mpc8313erdb\mpc8313erdb.c, now its working fine.
int checkboard(void)
{
uint* led_ptr;
volatile immap_t *im = (immap_t *) CFG_IMMR;
puts("Board: Freescale MPC8313ERDB\n");
#if 0
led_ptr = (uint*) (0xFA000000);
/* fixup for MPC8313ERDB REVA board, ORx[FCM_BCTLD] need to be set;
* the default value of CFG_ORi_PRELIM[FCM_BCTLD] is clear
* that is ok for REVA1 and REVA2 board to identify NAND device
* SW4.3[REVA] 0 stands for REVA
* SW4.3[REVA] 1 stands for REVA1/REVA2
*/
if ( (*led_ptr & 0x1) == 0) {
#if defined(CFG_NAND_OR_PRELIM) && defined(CFG_NAND_BR_PRELIM)
#if !defined(CONFIG_NAND_U_BOOT )
im->lbus.bank[1].or = CFG_NAND_OR_PRELIM | OR_FCM_BCTLD;
#else
#warning CONFIG_NAND_U_BOOT will not work on MPC8313ERDB REVA board
#endif
#endif
}
*led_ptr = 0x00000000;
#endif
return 0;
}
Thanks
Rudresh Talkad
rudresh wrote:
>
> i tried with u-boot 1.3.0 its working fine, but the client required u-boot
> 1.1.6 version.
>
> Thanks
> Rudresh
>
>
> wd wrote:
>>
>> Dear rudresh,
>>
>> In message <22577501.post@talk.nabble.com> you wrote:
>>>
>>> In U-boot-1.1.6 , when i did reset the NAND device is not found("No NAND
>>> device found!!!") , if i Restart the board NAND device is detected .
>>> what
>>> exactly the problem? any patch for this
>>
>> U-Boot 1.1.6 is more than 2 years old. Please update to a recent
>> version and try again.
>>
>> Best regards,
>>
>> Wolfgang Denk
>>
>> --
>> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
>> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
>> What can it profit a man to gain the whole world and to come to his
>> property with a gastric ulcer, a blown prostate, and bifocals?
>> -- John Steinbeck, _Cannery Row_
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>>
>>
>
>
--
View this message in context: http://www.nabble.com/Error%3A-No-NAND-device-found-during-Reset-tp22577501p22579613.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-18 14:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 11:53 [U-Boot] Error: No NAND device found during Reset rudresh
2009-03-18 12:38 ` Wolfgang Denk
2009-03-18 12:52 ` rudresh
2009-03-18 13:56 ` Wolfgang Denk
2009-03-18 14:28 ` rudresh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox