Where can I find UBoot Source after migration to GitHub

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

Where can I find UBoot Source after migration to GitHub

跳至解决方案
1,030 次查看
amahrous
Contributor I

I am trying to do the following commands to manually build the bootloader as I want to enable EL2 and flash a hypervisor

According to the User Manual, that can be done by cloning the source code at code aurora, now that the code is moved to GitHub, I am having a difficult time finding the repo/baseline

git clone https://source.codeaurora.org/external/autobsps32/u-boot
cd u-boot
git checkout -b <branch_name> bsp28.0-2020.04
ls

标记 (5)
0 项奖励
回复
1 解答
1,009 次查看
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

The current GitHub repo for u-boot is the following:

https://github.com/nxp-auto-linux/u-boot

Also, more information on regards of the migration of older BSP's is provided under the following community thread:

How to build older Auto Linux BSPs - NXP Community

Could be of use.

Please, let us know.

在原帖中查看解决方案

1 回复
1,010 次查看
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

The current GitHub repo for u-boot is the following:

https://github.com/nxp-auto-linux/u-boot

Also, more information on regards of the migration of older BSP's is provided under the following community thread:

How to build older Auto Linux BSPs - NXP Community

Could be of use.

Please, let us know.