From 6cd1a7bb9f464b1d02bed82544eb9498e974fa9a Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 5 Nov 2014 16:10:13 +0100 Subject: Apalis/Colibri iMX6/T20/T30/VF50/VF61: Update release notes --- release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt') diff --git a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt index 8c45e9d..9572284 100644 --- a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt @@ -42,6 +42,10 @@ Linux Image V2.3 Beta 3 (October 31, 2014) - repository linux-toradex branch tegra - repository u-boot-toradex branch 2014.10-toradex +Note: +- As we no longer rely on proprietary Fastboot/NvFlash for flashing the + instructions at the very bottom of this release notes changed. + Known Issues: - 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 @@ -50,7 +54,7 @@ Known Issues: - LP1 suspend might fail due to pending USB interrupts - LP1 suspend might hang due to display controller issue - partition resizing on first boot not working -- fw_printenv not working +- fw_setenv not working ******************************************************************************** Linux Image V2.3 Beta 2 (September 3, 2014) @@ -459,11 +463,11 @@ Flash eMMC: - if you update from a previous image use the following U-Boot commands: - using SD/MMC 8bit (X18) socket on EvalBoard: setenv drive 1 - setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source' + setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source ${loadaddr}' save - using SD/MMC 4bit (X19) socket on EvalBoard or micro SD card socket (X10) on Ixora: setenv drive 2 - setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source' + setenv setupdate 'mmc dev ${drive}; fatload mmc ${drive}:1 ${loadaddr} flash_mmc.img; source ${loadaddr}' save - use 'run setupdate' U-Boot command and then - use 'run update' U-Boot command @@ -496,4 +500,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, November 3, 2014 +Toradex, November 5, 2014 -- cgit v1.2.3