Skip to content
Snippets Groups Projects
Commit 9ab248f1 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti Committed by Michele Cirinei
Browse files

[i.MX8MM][C61] Add support for SBC C61

parent 78ceaed0
No related branches found
No related tags found
1 merge request!39[i.MX8MM][C61] Add support for SBC C61
File added
......@@ -130,6 +130,27 @@ then
cd ..
make SOC=iMX8MP flash_evk
elif [[ "$BOARD" == "c61" ]]; then
echo "######################"
echo "# Compile C61 u-boot #"
echo "######################"
make clean
cd iMX8M/
[ -e iMX8M/flash.bin ] && rm iMX8M/flash.bin
[ -L mkimage_uboot ] && unlink mkimage_uboot
[ -L bl31.bin ] && unlink bl31.bin
[ -L u-boot.bin ] && unlink u-boot.bin
[ -L u-boot-spl.bin ] && unlink u-boot-spl.bin
[ -L u-boot-nodtb.bin ] && unlink u-boot-nodtb.bin
ln -sf bl31-imx8mm_c61.bin bl31.bin
ln -sf ../../mkimage mkimage_uboot
ln -sf ../../../arch/arm/dts/seco-imx8mm-c61.dtb fsl-imx8mm-evk.dtb
ln -sf ../../../u-boot.bin u-boot.bin
ln -sf ../../../u-boot-nodtb.bin .
ln -sf ../../../spl/u-boot-spl.bin u-boot-spl.bin
cd ..
make SOC=iMX8MM flash_evk
elif [[ "$BOARD" == "tanaro" ]]
then
echo "#########################"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment