diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-02 13:28:40 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-12-08 02:20:43 +0100 |
commit | 96c09d521fb22a13c2d7aed72e40020965868cc5 (patch) | |
tree | 7a770eab743b2db8273b2845d0fe1fa48531070f | |
parent | 1c765e83cc550d619ead368db2bbaa8b7231ddfb (diff) |
Apalis/Colibri T30: Update release notes
Workaround for resize script
-rw-r--r-- | release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt | 5 | ||||
-rw-r--r-- | release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt index 8ff0a1f..2aeeaa8 100644 --- a/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Apalis_T30_LinuxReleaseNotesV2.x.txt @@ -54,6 +54,9 @@ 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 + Change the script /usr/sbin/resizefs.sh and then run the script to have + it work for you: + PART="mmcblk0p1" -> PART="mmcblk0p2" - fw_setenv not working - due to the flash_eth.img update script currently being broken please use the SD card flashing method (e.g. flash_mmc.img) for now @@ -502,4 +505,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 5, 2014 +Toradex, November 19, 2014 diff --git a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt index 17817d6..71f528c 100644 --- a/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt +++ b/release-notes/Colibri_T30_LinuxReleaseNotesV2.x.txt @@ -55,6 +55,9 @@ 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 + Change the script /usr/sbin/resizefs.sh and then run the script to have + it work for you: + PART="mmcblk0p1" -> PART="mmcblk0p2" - fw_setenv not working - due to the flash_eth.img update script currently being broken please use the SD card flashing method (e.g. flash_mmc.img) for now @@ -536,4 +539,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 5, 2014 +Toradex, November 19, 2014 |