MSCMMX6Q NAND boot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MSCMMX6Q NAND boot

2,102 Views
marcingrzelak
Contributor I

Hi,

I have a custom board with MSCMMX6Q processor and MT29F4G08ABADAWP. I have no problem with booting it from eMMC and SD card. Now trying to boot it from NAND memory - unsuccessfully. I would like to ask you for help.

My eFuse configuration for i.MX6Q (image in attachment):
BOOT_CFG1[7] = 0x1;
BOOT_CFG1[5] = 0x0;
BOOT_CFG1[5] = 0x0;
BOOT_CFG1[4] = 0x0;
BOOT_CFG1[3:2] = 0x00;
BOOT_CFG1[1:0] = 0x00;

BOOT_CFG2[7:5] = 0x00;
BOOT_CFG2[4:3] = 0x00;
BOOT_CFG2[2:1] = 0x01;
BOOT_CFG2[0] = 0x01;

Is it correct?

I wrote u-boot.imx by kobs-ng (logs in file kobs-ng_init_dump.txt).
I also attach a printed FCB page by nanddump and raw page from u-boot (files nandump.txt and read_nand_raw.txt) and waveform with NANDF_RE_B activity.


Best regards

Labels (4)
0 Kudos
2 Replies

2,088 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

For the NAND boot you can see RM Chapter 5
Fusemap  Table 5-8. NAND Boot Fusemap

0 Kudos

2,083 Views
marcingrzelak
Contributor I

Hi b45499

For registers BOOT_CFG1 and BOOT_CFG2 table 5-8 a is the same as table table 8-10. Are my settings correct?  FCB were written correctly by kobs-ng?

0 Kudos