| | |
| | | GIT_URL_NXP="https://source.codeaurora.org/external/imx" |
| | | IMX_BRANCH="lf-5.10.52-2.1.0" |
| | | |
| | | # rootfs should be buildroot or stretch/buster/bullseye for debian system |
| | | ROOTFS=buster |
| | | # rootfs should be buildroot/yocto or bullseye for debian system |
| | | ROOTFS=buildroot |
| | | |
| | | function do_fetch_git() |
| | | { |
| | |
| | | do_fetch_url uboot-imx-${IMX_BRANCH}.tar.xz |
| | | do_fetch_url linux-imx-${IMX_BRANCH}.tar.xz |
| | | do_fetch_url rootfs_${ROOTFS}.tar.bz2 |
| | | do_fetch_url rtl8188fu.tar.bz2 |
| | | do_fetch_url firmware.tar.bz2 |
| | | else |
| | | do_fetch_git uboot-imx |
| | | do_fetch_git linux-imx |