imx6 boot from eFuses

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

imx6 boot from eFuses

513 Views
santhosh205415
Contributor I

Hi All,

I am planning to configure imx6 into a boot from eMMC always.

my configuration is

BOOT_MODE[1:0] set always 00.

and I will burn the BT_FUSE_SEL into 1, efuses accordingly to boot from eMMC.

So now my questions are,

1. Is it possible to reflash the eMMC later as my firmware changes? if yes please let me know the procedure?

2. I want to interface 2 parallel cameras (10bit mode) into imx6

Camera1 pin connections I have no issues.

Camera 2 pin connection I have added here, in this pins list few pins are shared with boot configuration pins.

is there a problem if I use these pins to connect my camera. anyways I am planning boot from eFuses.

IPU2_CSI1_DATA10EIM_EB1(ALT2)
IPU2_CSI1_DATA11EIM_EB0(ALT2)
IPU2_CSI1_DATA12EIM_A17(ALT2)
IPU2_CSI1_DATA13EIM_A18(ALT2)
IPU2_CSI1_DATA14EIM_A19(ALT2)
IPU2_CSI1_DATA15EIM_A20(ALT2)
IPU2_CSI1_DATA16EIM_A21(ALT2)
IPU2_CSI1_DATA17EIM_A22(ALT2)
IPU2_CSI1_DATA18EIM_A23(ALT2)
IPU2_CSI1_DATA19EIM_A24(ALT2)
IPU2_CSI1_HSYNCEIM_DA11(ALT2)
IPU2_CSI1_VSYNCEIM_DA12(ALT2)
IPU2_CSI1_PIXCLKEIM_A16(ALT2)
IPU2_CSI1_DATA_ENEIM_DA10(ALT2)

 

Thank you in advance.

 

0 Kudos
2 Replies

488 Views
santhosh205415
Contributor I

Thank you for your support.

0 Kudos

493 Views
art
NXP Employee
NXP Employee

1. If you plan to use the Linux BSP by NXP, you can use the procedure, described in the "Downloading images using U-Boot" section of the corresponding i.MX Linux User's Guide document.

Otherwise, you have two options as follows:

- add a simple switch to your hardware to be able to switch the BOOT_MODE[1:0] signals to 01 to boot the processor in the Serial Downloader mode, then use the regualr procedure with UUU tool;
- use an external eMMC programming tool.

2. There is no problem to use these pins for CSI function as you describe.

Best Regards,
Artur

0 Kudos