Cannot clone the LSDK 1906 U-Boot source

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

Cannot clone the LSDK 1906 U-Boot source

1,079件の閲覧回数
yeah
Contributor II

The LSDKUG_Rev19.06.pdf says:

5.2.4.2 How to compile U-Boot binary
You need to compile the u-boot.bin binary to build the fip.bin binary.
Clone the u-boot repository and compile the U-Boot binary for TF-A.
1. $ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot.git
2. $ cd u-boot
3. $ git checkout -b <new branch name> LSDK-<LSDK version>. For example, $ git checkout -b LSDK-19.06
LSDK-19.06

But it failed at the clone stage:

git clone https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot.git
Cloning into 'u-boot'...
remote: Counting objects: 638687, done.
remote: Compressing objects: 100% (102295/102295), done.
remote: Total 638687 (delta 528448), reused 637805 (delta 527779)
Receiving objects: 100% (638687/638687), 106.01 MiB | 4.96 MiB/s, done.
Resolving deltas: 100% (528448/528448), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

Could you help on this?

0 件の賞賛
返信
1 返信

979件の閲覧回数
Pavel
NXP Employee
NXP Employee

It looks like that LSDK 1906 is not completely installed on your Ubuntu 18.

Use the following command sequence for LSDK 19.06 installing:

sudo apt-get install git

 

tar xvzf flexbuild_lsdk1906.tgz

 

source setup.env

Have a great day,
Pavel Chubakov

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 件の賞賛
返信