Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:toradex:toradex_easy_installer_on_usb [2023-07-21 09:40] – angelegt - Externe Bearbeitung 127.0.0.1software:linux:toradex:toradex_easy_installer_on_usb [2023-07-25 16:56] (aktuell) Urs Graf
Zeile 2: Zeile 2:
 With a standard image on the Colibri module, there is no need to load the Toradex Easy Installer into RAM through USB OTG. You can interrupt the boot process in uBoot and boot into the installer sitting on a USB stick or SD card. With a standard image on the Colibri module, there is no need to load the Toradex Easy Installer into RAM through USB OTG. You can interrupt the boot process in uBoot and boot into the installer sitting on a USB stick or SD card.
  
-However, with out image the uBoot environment is slightly different and the installer will not be found unless the following changes are made.+However, with our image the uBoot environment is slightly different and the installer will not be found unless the following changes are made.
   * The boot script should be boot.scr (instead of boot-tezi.scr)   * The boot script should be boot.scr (instead of boot-tezi.scr)
   * The device tree name must be //imx6dl-colibri-eval-v3.dtb// (instead of //imx6dl-colibri-cb20.dtb//.   * The device tree name must be //imx6dl-colibri-eval-v3.dtb// (instead of //imx6dl-colibri-cb20.dtb//.
Zeile 16: Zeile 16:
 Note that while Toradex recommends using the ''run distro_bootcmd'' this will boot from the modules internal flash if a bootable image is present. Note that while Toradex recommends using the ''run distro_bootcmd'' this will boot from the modules internal flash if a bootable image is present.
  
-If you get an error along the lines of ''bootcmd_usb0 no found'' chances are that the board runs an older version of uboot that does not come with distroboot. In that case the bootloader can be updated by flashing a new toradex image [[ https://developer.toradex.com/knowledge-base/flashing-linux-on-imx6-modules | as described here ]].+If you get an error along the lines of ''bootcmd_usb0 not found'' chances are that the board runs an older version of uboot that does not come with distroboot. In that case the bootloader can be updated by flashing a new toradex image [[ https://developer.toradex.com/knowledge-base/flashing-linux-on-imx6-modules | as described here ]].
  
-Note that if Toradex's ''update.sh'' script fails with ''not space left on device'', you can try increasing the +Note that if Toradex's ''update.sh'' script fails with ''no space left on device'', you can try increasing the 
 ''MIN_PARTITION_FREE_SIZE'' in ''update.sh'' to work around the issue. ''MIN_PARTITION_FREE_SIZE'' in ''update.sh'' to work around the issue.
 +
 +Now proceed with [[software:linux:toradex:toradex-easy-installer#Installing_an_Image|Installing an Image]].