U-boot-toradex.git unable to checkout

Carrier: Toradex Dahlia V1.1D
CPU: i.MX8MMDL rev1.0

We are building U-BOOT from source code based on the following materials.
When obtaining the U-BOOT source, the following error occurs.
I’m having trouble figuring out the cause.
Thank you for your reply.

$ git clone git://git.toradex.com/u-boot-toradex.git
Cloning into ‘u-boot-toradex’…
remote: Enumerating objects: 1008638, done.
remote: Counting objects: 100% (6033/6033), done.
remote: Compressing objects: 100% (1358/1358), done.
remote: Total 1008638 (delta 5214), reused 5147 (delta 4659), pack-reused 1002605
Receiving objects: 100% (1008638/1008638), 193.77 MiB | 1014.00 KiB/s, done.
Resolving deltas: 100% (847116/847116), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

Hi @katsu , you have to checkout the branch:

git clone -b toradex_imx_lf_v2022.04 git://git.toradex.com/u-boot-toradex.git

OR once you’ve cloned the repo:

git checkout toradex_imx_lf_v2022.04

Kind regards,
Alvaro.

Build U-Boot From Source Code | Toradex Developer Center

Fetch U-Boot Sources

The following section is only necessary if using an upstream-based module. If you are using a downstream-based module, please, go to the Configure U-Boot section.

The above description does not mention the fetch operation.
I will try fetching as per your answer.

You are absolutely right. I’ve reported this to the developer site page team and we will update the page shortly.

Mr. Alvaro, thank you for your reply.
I’m looking forward to the page changes.