Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We have developed a transitional boot-script that simulates the old behaviour to allow booting old system images that have not adopted support for distro boot: i.MX6 Legacy Boot-Script


Download and compile:

Code Block
wget https://gist.github.com/SolidRun/Josuau-SRboot/feb0a32903154fab147c875efac749a7releases/rawdownload/e17300c31e0db6dc259a7568eaec5aa6b8077d09/imx6boot.txt
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -d imx6boot.txt imx6bootv2013.01-imx6-sr-transition/legacyboot.scr

This mkimage’d boot-script should be placed at a well-defined location that u-boot can read from, under a name that does *not* equal boot.scr. We suggest calling it legacyboot.scr. Then the bootcmd environment variable has to be configured to force always running this script unconditionally. Here is a sample for when legacyboot.scr lives on the first partition on microSD:

...