This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi Everyone,
Please tell how to boot DM3730 procesor from NAND without using Wait0 (Ready/Busy#) signal?
Is there any chance?
Regards,
Arun kumar
Arun,
How do you plan to control DM37x gpmc_wait0 pin? From what I understand, this gpmc_wait0 pin is not pinout.
Arunkumar said:What happens if I always Pull that signal high while booting?
I do not have the ROM Code source, but I think that DM37x GPMC module will wait for NAND to be ready forever.
Arunkumar said:Whether there is any constant state(Pull up/Pull down/or any sequence) for that signal while booting
According to DM37x datasheet, gpmc_wait0 state is High (1) (with active internal pull up) while booting
Arunkumar said:or it must be tied to R/B# pin of NAND Flash?
yes
For more info regarding gpmc_wait0 signal, check DM37x TRM, sections:
10.1.5.4 WAIT Pin Monitoring Control
10.1.5.14.2 NAND Device-Ready Pin
Regards,
Pavel
Hi Pavel,
What you guess is correct.
I didn't connected gpmc_wait0 signal, it is just just unconnected (internally pulled up). I want to boot my processor from NAND Flash, but not booting. That's why asked this question.
Now, I understand gpmc_wait0 signal is required for initial communication with NAND FLASH(written in RBL). After loading gpmc controller, we set that waitreadmonitoring pin to 0 so wait0 pin is not reqired.
Thanks,
Arun