Problem in downloading the source code

Discussion in 'UDOO X86' started by Seashore, Apr 15, 2024.

  1. Seashore

    Seashore UDOOer

    Joined:
    Apr 15, 2024
    Messages:
    1
    Likes Received:
    0
  2. fenny ab

    fenny ab UDOOer

    Joined:
    Feb 17, 2025
    Messages:
    2
    Likes Received:
    0
    The command you provided initializes a new repo by using the manifest from the specified URL and branch. Here's a breakdown of what it does:

    repo init: This command initializes the repository.

    -u https://github.com/graugans/fsl-community-bsp-platform: This specifies the URL of the manifest repository.

    -b jethro: This specifies the branch to use.
     

Share This Page