L5.1.1_2.1.0 mfg firmware u-boot and kernel

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

L5.1.1_2.1.0 mfg firmware u-boot and kernel

ソリューションへジャンプ
1,344件の閲覧回数
xianyoju
Contributor II

how to build the BSP L5.1.1_2.1.0 mfg firmware?

i can not found the mfg config in u-boot and kernel in the newest BSP!!!!

ラベル(1)
0 件の賞賛
返信
1 解決策
1,121件の閲覧回数
BiyongSUN
NXP Employee
NXP Employee

You can ask a software engineer to help you review the uboot source code by searching "is_boot_from_usb".

From the 3.10 BSP, the uboot is shared with mfg tool. 

uboot-imx\common\main

#ifdef is_boot_from_usb

if (is_boot_from_usb()) {

  printf("Boot from USB for mfgtools\n");

  bootdelay = 0;

  set_default_env("Use default environment for mfgtools\n");

} else {

  printf("Normal Boot\n");

}

#endif

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,121件の閲覧回数
SergioSolis
NXP Employee
NXP Employee

Hello XianYo,

Can you please tell me which evaluation board are you using?... did you download both the bsp and mfg tools?.

Can you be more specific on what you can't do?

0 件の賞賛
返信
1,121件の閲覧回数
xianyoju
Contributor II

our custom board

in the old bsp

we must rebuild the mfg uboot and kernel firmware

but thre newest bsp do not have the mfg config

0 件の賞賛
返信
1,122件の閲覧回数
BiyongSUN
NXP Employee
NXP Employee

You can ask a software engineer to help you review the uboot source code by searching "is_boot_from_usb".

From the 3.10 BSP, the uboot is shared with mfg tool. 

uboot-imx\common\main

#ifdef is_boot_from_usb

if (is_boot_from_usb()) {

  printf("Boot from USB for mfgtools\n");

  bootdelay = 0;

  set_default_env("Use default environment for mfgtools\n");

} else {

  printf("Normal Boot\n");

}

#endif

0 件の賞賛
返信
1,121件の閲覧回数
xianyoju
Contributor II

got it. thanks!

0 件の賞賛
返信