From 3d160f41c158c01ef3ed68ce4cc758f6d9c39fbf Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 22 May 2015 16:05:18 +0200 Subject: updated release notes --- release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt | 25 +++++++++-------- .../Apalis_iMX6_LinuxReleaseNotesV2.x.txt | 10 +++---- .../Colibri_T20_LinuxReleaseNotesV2.x.txt | 9 ++++--- .../Colibri_T30_LinuxReleaseNotesV2.x.txt | 31 +++++++++++++++------- release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt | 6 +++-- .../Colibri_iMX6_LinuxReleaseNotesV2.x.txt | 9 ++++--- 6 files changed, 55 insertions(+), 35 deletions(-) (limited to 'release-notes') diff --git a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt index 5313e03..c2bbb25 100644 --- a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt @@ -5,7 +5,7 @@ Release Notes: Linux Image V2.x for Apalis T30 Contents: - U-Boot 2015.04 boot loader - Linux 3.1.10 kernel, based on NVIDIA's Linux for Tegra (L4T) release R16.5 -- Angstrom/OpenEmbedded/Yocto 2014.12/dizzy/1.7 based root file system, using +- Angstrom 2014.12/OpenEmbedded dizzy/Yocto 1.7 based root file system, using LXDE desktop environment ==> Flashing instructions can be found at the very bottom of this release notes @@ -560,8 +560,8 @@ Initial Preparation: Flash eMMC: - EvalBoard V1.0a - - connect serial debug console to lower X28 or X29 using null modem RS-232 or - regular USB cable + - depending on JP10/12 connect serial debug console to lower X28 using null + modem RS-232 cable resp. X29 using a regular USB cable - insert above prepared SD card into SD/MMC 8bit (X18) or SD/MMC 4bit (X19) socket - Ixora V1.0a - connect serial debug console to X22 using null modem RS-232 cable and a @@ -574,17 +574,20 @@ Flash eMMC: - using SD/MMC 8bit (X18) socket on EvalBoard: setenv drive 1 setenv setupdate 'mmc dev ${drive}; mmc rescan; fatload mmc ${drive}:1 ${loadaddr} flash_blk.img; source ${loadaddr}' - save + saveenv - using SD/MMC 4bit (X19) socket on EvalBoard or micro SD card socket (X10) on Ixora: setenv drive 2 setenv setupdate 'mmc dev ${drive}; mmc rescan; fatload mmc ${drive}:1 ${loadaddr} flash_blk.img; source ${loadaddr}' - save + saveenv - use 'run setupdate' U-Boot command and then - - use 'run update' U-Boot command -- If you updated from an older image: - - power cycle or reset as requested and hit any key to stop auto booting - - use 'run setupdate' U-Boot command and then - - use 'run migrate_v2.3b2' U-Boot command + - use 'run update' U-Boot command unless you are updating from an older image + in which case: + - use 'run update_uboot' command and power cycle or reset and hit any key + to stop auto booting + - use 'env default -a' command followed by 'saveenv' command + - power cycle or reset again and hit any key to stop auto booting + - use 'run setupdate' U-Boot command and then + - use 'run migrate_v2.3b2' U-Boot command Boot from eMMC: - EvalBoard V1.0a or Ixora V1.0a @@ -610,4 +613,4 @@ If the boot loader on the module got corrupted this recovers it by loading U-Boo - run ./update.sh -d - stop at the U-Boot prompt and begin the update as stated above -Toradex, May 19, 2015 +Toradex, May 22, 2015 diff --git a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt index d8e7243..c9482b1 100644 --- a/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Apalis_iMX6_LinuxReleaseNotesV2.x.txt @@ -6,7 +6,7 @@ Contents: - U-Boot 2015.04 boot loader - Linux 3.10.17 kernel, based on Freescale's BSP release imx_3.10.17_1.0.2_ga and patches from Boundary Devices -- Angstrom/OpenEmbedded/Yocto 2014.12/dizzy/1.7 based root file system, using +- Angstrom 2014.12/OpenEmbedded dizzy/Yocto 1.7 based root file system, using LXDE desktop environment ==> Flashing instructions can be found at the very bottom of this release notes @@ -43,7 +43,7 @@ Linux Image V2.4 Beta 1 (May 18, 2015) network interface (new standard IP of the module is 192.168.11.1!) - enable BusyBox resize command to resize the terminal on serial console -- sources git.toradex.com tag Colibri_iMX6_LinuxImageV2.4Beta1_20150518 +- sources git.toradex.com tag Apalis_iMX6_LinuxImageV2.4Beta1_20150518 - repository linux-toradex branch toradex_imx_3.10.17_1.0.0_ga - repository u-boot-toradex branch 2015.04-toradex @@ -388,8 +388,8 @@ Initial Preparation: Flash eMMC: - EvalBoard V1.0a - - connect serial debug console to lower X28 or X29 using null modem RS-232 or - regular USB cable + - depending on JP10/12 connect serial debug console to lower X28 or X29 using + null modem RS-232 or regular USB cable - insert above prepared SD card into SD/MMC 8bit (X18) or SD/MMC 4bit (X19) socket - Ixora V1.0a - connect serial debug console to X22 using null modem RS-232 cable and a @@ -444,4 +444,4 @@ If the boot loader on the module got corrupted this recovers it by loading U-Boo - run ./update.sh -d - stop at the U-Boot prompt and begin the update as stated above -Toradex, May 19, 2015 +Toradex, May 22, 2015 diff --git a/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt index 237eaa8..0b909f9 100644 --- a/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_T20_LinuxReleaseNotesV2.x.txt @@ -5,7 +5,7 @@ Release Notes: Linux Image V2.x for Colibri T20 Contents: - U-Boot 2015.04 boot loader - Linux 3.1.10 kernel, based on NVIDIA's Linux for Tegra (L4T) release R16.5 -- Angstrom/OpenEmbedded/Yocto 2014.12/dizzy/1.7 based root file system, using +- Angstrom 2014.12/OpenEmbedded dizzy/Yocto 1.7 based root file system, using LXDE desktop environment ==> Flashing instructions can be found at the very bottom of this release notes @@ -556,8 +556,9 @@ Initial Preparation: Flash NAND: - EvalBoard V3.1a - - connect serial debug console to UARTA aka FFUART (lower X25) resp. X27 - using null modem RS-232 or regular USB cable + - depending on JP17/19 connect serial debug console to UARTA aka FFUART + (lower X25) using null modem RS-232 cable resp. X27 using a regular USB + cable - insert above prepared SD card into SD/MMC socket (X15) - Iris V1.1a - connect serial debug console to UARTA aka FFUART X13 using null modem RS-232 cable and a @@ -617,4 +618,4 @@ SD Card Boot: Colibri T20 256MB V1.1b (Sample), Colibri T20 512MB V1.1c (Sample) no SD boot integration yet but copying cbootimage to beginning of SD card will at least boot -Toradex, May 19, 2015 +Toradex, May 22, 2015 diff --git a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt index 69064df..fd6a0f0 100644 --- a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt @@ -5,7 +5,7 @@ Release Notes: Linux Image V2.x for Colibri T30 Contents: - U-Boot 2015.04 boot loader - Linux 3.1.10 kernel, based on NVIDIA's Linux for Tegra (L4T) release R16.5 -- Angstrom/OpenEmbedded/Yocto 2014.12/dizzy/1.7 based root file system, using +- Angstrom 2014.12/OpenEmbedded dizzy/Yocto 1.7 based root file system, using LXDE desktop environment ==> Flashing instructions can be found at the very bottom of this release notes @@ -60,6 +60,15 @@ Note: will at least boot Known Issues: +- default vidargs includes 'fbcon=map:1' which causes the framebuffer console + only ever to be visible on a DVI-D aka HDMI screen should there any such + actually be connected. Just removing this either from within the U-Boot + console as follows: + setenv vidargs video=tegrafb0:640x480-16@60; saveenv + or from within Linux: + fw_setenv vidargs video=tegrafb0:640x480-16@60 + fixes this by defaulting back to showing it on DVI-A aka VGA resp. parallel + RGB. - connecting an analogue mic to the on module codec resets the codec, so that neither headphone out nor mic in works anymore. Workaround: Have mic connected before boot or change the output source between DAC/LineIn @@ -580,8 +589,9 @@ Initial Preparation: Flash eMMC: - EvalBoard V3.1a - - connect serial debug console to UARTA aka FFUART (lower X25) resp. X27 - using null modem RS-232 or regular USB cable + - depending on JP17/19 connect serial debug console to UARTA aka FFUART + (lower X25) using null modem RS-232 cable resp. X27 using a regular USB + cable - insert above prepared SD card into SD/MMC socket (X15) - Iris V1.1a - connect serial debug console to UARTA aka FFUART X13 using null modem RS-232 cable and a @@ -595,11 +605,14 @@ Flash eMMC: setenv setupdate 'mmc dev ${drive}; mmc rescan; fatload mmc ${drive}:1 ${loadaddr} flash_blk.img; source ${loadaddr}' saveenv - use 'run setupdate' U-Boot command and then - - use 'run update' U-Boot command -- If you updated from an older image: - - power cycle or reset as requested and hit any key to stop auto booting - - use 'run setupdate' U-Boot command and then - - use 'run migrate_v2.3b1' U-Boot command + - use 'run update' U-Boot command unless you are updating from an older image + in which case: + - use 'run update_uboot' command and power cycle or reset and hit any key + to stop auto booting + - use 'env default -a' command followed by 'saveenv' command + - power cycle or reset again and hit any key to stop auto booting + - use 'run setupdate' U-Boot command and then + - use 'run migrate_v2.3b1' U-Boot command Boot from eMMC: - EvalBoard V3.1a @@ -632,4 +645,4 @@ If the boot loader on the module got corrupted this recovers it by loading U-Boo - run ./update.sh -d - stop at the U-Boot prompt and begin the update as stated above -Toradex, May 19, 2015 +Toradex, May 22, 2015 diff --git a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt index 4085223..6e56255 100644 --- a/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_VF_LinuxReleaseNotesV2.x.txt @@ -5,7 +5,7 @@ Release Notes: Linux Image V2.x for Colibri VF50/VF61 Contents: - U-Boot 2015.04 boot loader - Linux 4.0.2 kernel -- Angstrom/OpenEmbedded/Yocto 2014.12/dizzy/1.7 based root file system, using +- Angstrom 2014.12/OpenEmbedded dizzy/Yocto 1.7 based root file system, using LXDE desktop environment ==> Flashing instructions can be found on the Toradex developer article: @@ -80,6 +80,8 @@ Known Issues: (This has been observed on an Evaluation Board V2.1C) - Downgrade is not possible through "run update" due to NAND ECC layout changes refer to the flashing instruction article to flash the module from scratch +- Audio capture does not work due to a bug in the device tree + http://git.toradex.com/cgit/linux-toradex.git/commit/?h=toradex_vf_4.0-next&id=cc465207c8c1d1c39dd036b851fb8f7e65a5d21b ******************************************************************************** Linux Image V2.3 Beta 7 (February 03, 2015) @@ -513,4 +515,4 @@ Not working or not tested: Flashing instruction have been moved to the Toradex developer article: http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules -Toradex, May 19, 2015 +Toradex, May 22, 2015 diff --git a/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt index 09e5b2c..a5ac935 100644 --- a/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_iMX6_LinuxReleaseNotesV2.x.txt @@ -6,7 +6,7 @@ Contents: - U-Boot 2015.04 boot loader - Linux 3.10.17 kernel, based on Freescale's BSP release imx_3.10.17_1.0.2_ga and patches from Boundary Devices -- Angstrom/OpenEmbedded/Yocto 2014.12/dizzy/1.7 based root file system, using +- Angstrom 2014.12/OpenEmbedded dizzy/Yocto 1.7 based root file system, using LXDE desktop environment ==> Flashing instructions can be found at the very bottom of this release notes @@ -226,8 +226,9 @@ Initial Preparation: Flash eMMC: - EvalBoard V3.1a - - connect serial debug console to UARTA aka FFUART (lower X25) resp. X27 - using null modem RS-232 or regular USB cable + - depending on JP17/19 connect serial debug console to UARTA aka FFUART + (lower X25) using null modem RS-232 cable resp. X27 using a regular USB + cable - insert above prepared SD card into SD/MMC socket (X15) - Iris V1.1a - connect serial debug console to UARTA aka FFUART X13 using null modem RS-232 cable and a @@ -273,4 +274,4 @@ If the boot loader on the module got corrupted this recovers it by loading U-Boo - run ./update.sh -d - stop at the U-Boot prompt and begin the update as stated above -Toradex, May 19, 2015 +Toradex, May 22, 2015 -- cgit v1.2.3