Add New i.MX5x Board on LTIB

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

Add New i.MX5x Board on LTIB

Add New i.MX5x Board on LTIB

After porting u-boot to your i.MX5x board you might want add it on LTIB menu, "Choose your board for u-boot" section. For this, edit ltib/config/platform/imx/main.lkc to add your board:

Enter board on menu:

comment "Choose your board for u-boot"

choice

prompt "board"

default BOARD_MX51_BBG

depends on PLATFORM = "imx51"

help

This menu will let you choose the board you use.

...

+ config BOARD_MX53_MYBOARD

+ bool "mx53_myboard"

...

endchoice

Add the "mx53_myboard_config" that matches your board configuration on the u-boot Makefile to PKG_U_BOOT_CONFIG_TYPE:

config PKG_U_BOOT_CONFIG_TYPE

  string

  ...

+ default "mx53_myboard_config" if ( PLATFORM = "imx51" && BOARD_MX53_MYBOARD && !PKG_KERNEL_UPDATER )

  ...

标签 (2)
无评分
版本历史
最后更新:
‎07-30-2012 12:36 PM
更新人: