diff --git a/mk_mmc.sh b/mk_mmc.sh index af191ed..8b405d1 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -90,6 +90,12 @@ case "$SYSTEM" in MLO=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:1 MLO" | awk '{print $3}') UBOOT=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:1 UBOOT" | awk '{print $3}') + ;; + panda) + + MLO=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:2 MLO" | awk '{print $3}') + UBOOT=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:2 UBOOT" | awk '{print $3}') + ;; esac @@ -694,6 +700,13 @@ case "$UBOOT_TYPE" in SYSTEM=beagle unset IN_VALID_UBOOT + DO_UBOOT=1 + + ;; + panda) + + SYSTEM=panda + unset IN_VALID_UBOOT DO_UBOOT=1 ;; @@ -748,6 +761,7 @@ required options: --uboot beagle - + panda - <--beta> --distro Debian: