diff --git a/mk_mmc.sh b/mk_mmc.sh index 25a7f3b..2dfafba 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -162,6 +162,12 @@ case "$SYSTEM" in MLO=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:2:MLO" | awk '{print $2}') UBOOT=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:2:UBOOT" | awk '{print $2}') + ;; + touchbook) + + MLO=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:5:MLO" | awk '{print $2}') + UBOOT=$(cat ${TEMPDIR}/dl/bootloader | grep "${ABI}:5:UBOOT" | awk '{print $2}') + ;; crane) @@ -847,6 +853,17 @@ case "$UBOOT_TYPE" in #with the panda, we just need the beta kernel, both dvi and serial work.. BETA_KERNEL=1 + ;; + touchbook) + + SYSTEM=touchbook + unset IN_VALID_UBOOT + DO_UBOOT=1 + + #with the panda, we need the beta kernel and serial-more + BETA_KERNEL=1 + SERIAL_MODE=1 + ;; crane) @@ -905,6 +922,7 @@ required options: --uboot beagle - panda - + touchbook - --distro Debian: