Changes between Version 10 and Version 11 of newport/bootloader
- Timestamp:
- 11/28/2018 11:50:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bootloader
v10 v11 18 18 19 19 [=#hwconfig] 20 == hwconfig ==20 == hwconfig 21 21 The U-Boot Bootloader by convention provides a {{{hwconfig}}} environment variable which is used by the boot firmware (before U-Boot is loaded and executed) to configure board options at power-up. These options can include things such as: 22 22 * miniPCIe socket functions (ie PCIe vs mSATA vs USB3.0) … … 24 24 25 25 [=#socketconfig] 26 === hwconfig: miniPCIe Socket Configuration ===26 === hwconfig: miniPCIe Socket Configuration 27 27 Newport board model socket options: 28 28 * GW640x: … … 94 94 95 95 [=#serialconfig] 96 === hwconfig: serial Configuration ===96 === hwconfig: serial Configuration 97 97 Many boards in the Newport product family provide a 5-pin off-board serial connector that provides the following options: 98 98 - 1x RS485 FD (UART2) … … 129 129 130 130 [=#distro-config] 131 == = Distro Config ===131 == Distro Config 132 132 The Newport Bootloader uses U-Boot's 'Distro Config' which is a well defined U-Boot env intended to make it easier for distro maintainers to develop compatible bootscripts. This primarily entails a set of 'boot scripts' and variables that control them. 133 133 … … 140 140 141 141 [=#bootscript] 142 == = Boot Scripts ===142 == Boot Scripts 143 143 When writing bootscripts compatible with [#distro-config Distro Config] you can assume the following env variables: 144 144 - **devtype** - the device type the script was loaded from (mmc|usb|sata)