diff options
| author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2014-12-23 10:24:56 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-23 20:54:58 +0100 |
| commit | 8766453dada87b3f0f6995dd1a2a2ebf32616bd9 (patch) | |
| tree | 6726fbb66611006ed92ede8c7b975df1c8b2bfed | |
| parent | 0244a9b2c7b0f9796e0f3b9299cf2c7573d87872 (diff) | |
ts5x00: remember to set the active flag
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | board/ts/ts5x00/readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ts/ts5x00/readme.txt b/board/ts/ts5x00/readme.txt index a1d919ee0..1e5068298 100644 --- a/board/ts/ts5x00/readme.txt +++ b/board/ts/ts5x00/readme.txt @@ -43,7 +43,8 @@ Then install SYSLINUX in the mounted partition: IMPORTANT: In order for the board to boot the Compact Flash with a recent config, the BIOS must use Logical Block Addressing (LBA). You can do it by choosing "Ide 0: AUTOCONFIG, LBA" under "IDE DRIVE GEOMETRY" in the "Basic CMOS -Configuration" screen. For details about the CMOS setup, please see: +Configuration" screen. Also, don't forget to set the 'active' (or 'bootable') +flag on partition 1. For details about the CMOS setup, please see: http://wiki.embeddedarm.com/wiki/TS-5500#System_BIOS_Setup_Screens Connect a terminal program to the rs232 connector marked "COM2" |
