P1010RDB LEDs

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

P1010RDB LEDs

1,568 次查看
jamiefinney
Contributor I

Good afternoon,

I am new to the P1010 and the RDB.  Are there any usable LEDs on the board that can be actuated from early boot, say in the bootrom?

Jamie

标签 (1)
标记 (4)
0 项奖励
回复
2 回复数

1,454 次查看
lunminliang
NXP Employee
NXP Employee

Are you trying to flashing LEDs by yourself from early boot? I have checked the P1010RDBPBUG.pdf Rev.0, and did not find one usable for the purpose, so I am afraid no. Correct me if this is not your meaning.

0 项奖励
回复

1,454 次查看
catalindemergia
Contributor IV

Hi,

I found this code in u-boot\arch\powerpc\lib\board.c

#if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT)

    status_led_set(STATUS_LED_BOOT, STATUS_LED_BLINKING);

#endif

This seems to do what you want I don't see a flag used so that this will be executed only

for one processor, this code is used for the all processors from the PowerPC family. The

CONFIG_STATUS_LED flag is used to enable the blinking feature in particular.

Maybe this can be a starting point for you,

Catalin

0 项奖励
回复