diff --git a/mk_mmc.sh b/mk_mmc.sh index 4b9cd46..e06444e 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -461,15 +461,11 @@ These can be run from anywhere, but just in case change to "cd /boot/uboot" Tools: - /tools/rebuild_uinitrd.sh + "./tools/update_boot_files.sh" -Updated with a custom uImage and modules? Run "./tools/rebuild_uinitrd.sh" to regenerate the uInitrd used on boot... +Updated with a custom uImage and modules or modified the boot.cmd/user.com files with new boot args? Run "./tools/update_boot_files.sh" to regenerate all boot files... - /tools/rebuild_uinitrd.sh - -Modified boot.cmd or user.cmd and want to run your new boot args? Run "./tools/rebuild_uinitrd.sh" to regenerate boot.scr/user.scr... - - /tools/fix_zippy2.sh + "./tools/fix_zippy2.sh" Early zippy2 boards had the wrong id in eeprom (zippy1).. Put a jumper on eeprom pin and run "./tools/fix_zippy2.sh" to update the eeprom contents for zippy2. @@ -495,7 +491,7 @@ DSP work in progress. script_readme -cat > ${TEMPDIR}/rebuild_uinitrd.sh < ${TEMPDIR}/update_boot_files.sh < ${TEMPDIR}/boot_scripts.sh </dev/null 2>&1;then sudo mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Boot Script" -d /boot/uboot/boot.cmd /boot/uboot/boot.scr fi @@ -521,7 +510,7 @@ if ls /boot/uboot/user.cmd >/dev/null 2>&1;then sudo mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Reset Nand" -d /boot/uboot/user.cmd /boot/uboot/user.scr fi -rebuild_scripts +update_boot_files cat > ${TEMPDIR}/fix_zippy2.sh <