Changeset 1203 for trunk/README
- Timestamp:
- Oct 8, 2010 2:40:09 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r1198 r1203 43 43 ------------------ 44 44 45 To build flashrom you need to install the following packages or ports: 45 To build flashrom you need to install the following software: 46 47 * pciutils+libpci (if you want support for mainboard or PCI device flashing) 48 * libusb (if you want FT2232 or Dediprog support) 49 * libftdi (if you want FT2232 support) 46 50 47 51 Linux et al: … … 112 116 CWSDPMI.EXE is in the current directory. 113 117 118 Processor architecture dependent features: 119 120 On non-x86 architectures you have to disable a few programmers because they 121 use port-based I/O which is not directly available on non-x86. Please add 122 CONFIG_RAYER_SPI=no CONFIG_NIC3COM=no CONFIG_ATAHPT=no CONFIG_NICREALTEK=no \ 123 CONFIG_NICNATSEMI=no 124 as parameters to the "make" invocation. 125 Besides that, the internal programmer is only supported on x86 and MIPS. On 126 other architectures, please add 127 CONFIG_INTERNAL=no 128 as parameter to the "make" invocation. 129 114 130 Installation 115 131 ------------
Note: See TracChangeset
for help on using the changeset viewer.
