IMX6ULL boot mode fuses via J-Link

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX6ULL boot mode fuses via J-Link

690件の閲覧回数
almaz1c
Contributor III

Hi!

Have custom pcb based on IMX6ULL.

Currently it boots using GPIO setup:

BOOT_MODE0 = 0, BOOT_MODE1 = 1,

BOOT_CFG1[3:0] = 0

BOOT_CFG1[7:4] = 0011 - Serial SPI

BOOT_CFG1[7:0] = 0

BOOT_CFG4[2:0] = 010 - ECSPI3

BOOT_CFG4[3] = 1 - SPI addressing 3 bytes. 

BOOT_CFG4[5:4] = 00 - CS - SS0 selected

BOOT_CFG4[6] = 0 - Disabled EEPROM recovery

We need to set booting interface using J-link for mass production. Able to connect to pcb using JTAG and detect MCU. Not sure how to burn fuse modes according to configuration above. Does anyone has experience with it?

ラベル(1)
0 件の賞賛
返信
1 返信

645件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Almaz

nxp does not support fuse programming with jtag, in general one can write

script reusing programming commands from baremetal sdk

rt-thread/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/ocotp at master · RT-Thread/rt-thread · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信