2 Get Buildroot for Microchip MPU
To get the source code, the buildroot-mchp and buildroot-external-microchip repositories should be cloned. buildroot-mchp is a fork of Buildroot with a few specific patches. The external tree provides additional defconfigs and packages dedicated to our demos.
To clone buildroot-mchp from the repository:
$ git clone github.com/linux4microchip/buildroot-mchp
To clone buildroot-external-microchip from the repository:
$ git clone github.com/linux4microchip/buildroot-external-microchip
- Navigate to the buildroot-mchp
directory:
$ cd buildroot-mchp
- Enter the following command to
display the versions available in 2024:
$ git tag | grep 2024
- Check out the latest
version:
$ git checkout linux4microchip-2024.04
- Navigate to the
buildroot-external-microchip directory:
$ cd ..
$ cd buildroot-external-microchip
- Enter the following command to
know the available versions in 2024:
$ git tag | grep 2024
- Check out the latest
version:
$ git checkout linux4microchip-2024.04