spread spectrum on imx6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

spread spectrum on imx6

2,440 次查看
jack_mao
NXP Employee
NXP Employee

Here are documents for spread spectrum

Original Attachment has been moved to: flash_header.S.zip

Original Attachment has been moved to: 0005-ENGR00285890-imx6-plugin-update-the-ROM_API_TABLE_BA.patch.zip

0 项奖励
4 回复数

1,162 次查看
jack_mao
NXP Employee
NXP Employee

the sample code has a error, attached patch has fix it, so it should like the following

before_calling_rom___pu_irom_hwcnfg_setup:
    ldr r3, =ROM_VERSION_OFFSET
    ldr r4, [r3]
    ldr r3, =ROM_VERSION_TO12
    cmp r4, r3
    ldrge r3, =ROM_API_TABLE_BASE_ADDR_MX6DL_TO12
    ldrlt r3, =ROM_API_TABLE_BASE_ADDR_LEGACY
    ldr r4, [r3, #ROM_API_HWCNFG_SETUP_OFFSET]
    blx r4 /* This address might change in future ROM versions */
after_calling_rom___pu_irom_hwcnfg_setup:

0 项奖励

1,162 次查看
宗標廖
Contributor V

Hello Jack Mao

The flash_header.S is for LTIB.

Could you tell me how to implement spread spectrum for Yocto.

Thank you very much!

ZongbiaoLiao

0 项奖励

1,162 次查看
jack_mao
NXP Employee
NXP Employee

Yocto has a plugin macro to enable spread specturm, very simple

0 项奖励

1,162 次查看
petertseng
Contributor IV

Hi Jack Mao,

I also need to implement the spread spectrum for Yocto.

Whether it can prompt the source location and implement method.

regards

Peter Tseng

0 项奖励