buildroot-external-microchip
buildroot-external-microchip copied to clipboard
Buildroot External for Microchip SoC
I'm looking at the tag `linux4microchip-2024.10`. It states in the README ``` For AT91, this buildroot external works only with the specific buildroot-mchp version 2024.02-mchp. ``` I think this is...
Hello, I am trying to build minimal headless buildroot project for ``` git clone https://github.com/linux4microchip/buildroot-external-microchip.git git clone https://github.com/linux4microchip/buildroot-mchp.git -b 2024.02-mchp cd buildroot-mchp export BR2_EXTERNAL=../buildroot-external-microchip/ make sama5d27_som1_ek_headless_defconfig make ``` I am...
git clone https://github.com/linux4microchip/buildroot-external-microchip.git git clone https://github.com/linux4microchip/buildroot-mchp.git -b 2024.02-mchp cd buildroot-mchp export BR2_EXTERNAL=../buildroot-external-microchip/ make sama5d4_xplained_graphics_defconfig make After doing the above steps , i am getting error as 