| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | README | 62 U-Boot # mmc rescan 64 U-Boot # nand erase.chip 65 U-Boot # env default -f -a 66 U-Boot # saveenv 68 U-Boot # load mmc 0 0x82000000 MLO 69 U-Boot # nand write 0x82000000 0x00000 0x20000 70 U-Boot # nand write 0x82000000 0x20000 0x20000 71 U-Boot # nand write 0x82000000 0x40000 0x20000 72 U-Boot # nand write 0x82000000 0x60000 0x20000 74 U-Boot # load mmc 0 0x82000000 u-boot.img [all …]
|
| /OK3568_Linux_fs/u-boot/doc/SPI/ |
| H A D | README.ti_qspi_dra_test | 2 Simple steps used to test the QSPI at U-Boot 5 For #1, build the patched U-Boot and load MLO/u-boot.img 8 Boot from another medium like MMC 11 U-Boot# mmc dev 0 13 U-Boot# fatload mmc 0 0x82000000 MLO 16 U-Boot# fatload mmc 0 0x83000000 u-boot.img 23 U-Boot# sf probe 0 26 U-Boot# sf erase 0 0x10000 28 U-Boot# sf erase 0x20000 0x10000 30 U-Boot# sf erase 0x30000 0x10000 [all …]
|
| /OK3568_Linux_fs/buildroot/boot/uboot/ |
| H A D | Config.in | 2 bool "U-Boot" 4 Build "Das U-Boot" Boot Monitor 6 https://www.denx.de/wiki/U-Boot 17 Select this option if you use a recent U-Boot version (2015.04 23 Select this option if you use an old U-Boot (older than 30 string "U-Boot board name" 32 One of U-Boot supported boards to be built. 33 This will be suffixed with _config to meet U-Boot standard 34 naming. See boards.cfg in U-Boot source code for the list of 39 prompt "U-Boot Version" [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/dra7xx/ |
| H A D | README | 12 Alternative Boot operation mode or Boot Sequence Option 1/2. In this 16 U-Boot # setenv autoload no 17 U-Boot # usb start 18 U-Boot # dhcp 19 U-Boot # mmc dev 1 1 20 U-Boot # tftp ${loadaddr} dra7xx/MLO 21 U-Boot # mmc write ${loadaddr} 0 100 22 U-Boot # tftp ${loadaddr} dra7xx/u-boot.img 23 U-Boot # mmc write ${loadaddr} 300 400 24 U-Boot # mmc bootbus 1 2 0 2 [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/ |
| H A D | README | 12 Alternative Boot operation mode or Boot Sequence Option 1/2. In this 16 U-Boot # setenv autoload no 17 U-Boot # usb start 18 U-Boot # dhcp 19 U-Boot # mmc dev 1 1 20 U-Boot # tftp ${loadaddr} omap5uevm/MLO 21 U-Boot # mmc write ${loadaddr} 0 100 22 U-Boot # tftp ${loadaddr} omap5uevm/u-boot.img 23 U-Boot # mmc write ${loadaddr} 300 400 24 U-Boot # mmc bootbus 1 2 0 2 [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.efi | 9 1 U-Boot on EFI 23 2 EFI on U-Boot 29 U-Boot on EFI 31 This document provides information about U-Boot running on top of EFI, either 32 as an application or just as a means of getting U-Boot onto a new platform. 39 - You have EFI running on a board but U-Boot does not natively support it 40 fully yet. You can boot into U-Boot from EFI and use that until U-Boot is 46 - You plan to use coreboot to boot into U-Boot but coreboot support does 47 not currently exist for your platform. In the meantime you can use U-Boot 48 on EFI and then move to U-Boot on coreboot when ready [all …]
|
| H A D | README.mxc_hab | 1 High Assurance Boot (HAB) for i.MX6 CPUs 3 To enable the authenticated or encrypted boot mode of U-Boot, it is 9 In addition, the U-Boot image to be programmed into the 19 which can be used in the Freescale tooling to authenticate U-Boot 22 Image Type: Freescale IMX Boot Image 37 This area should include the IVT, the Boot Data the DCD 38 and U-Boot itself. 43 'hab_status' in U-Boot to retrieve the HAB status and events. This 46 Commands to generate a signed U-Boot using Freescale HAB tools: 47 cst --o U-Boot_CSF.bin < U-Boot.CSF [all …]
|
| H A D | README.mxs | 1 Booting U-Boot on a MXS processor 4 This document describes the MXS U-Boot port. This document mostly covers topics 14 into the unix command prompt in U-Boot source code root directory. 16 The (=>) introduces a snipped of code that should by typed into U-Boot command 23 2) Compiling U-Boot for a MXS based board 24 3) Installation of U-Boot for a MXS based board to SD card 25 4) Installation of U-Boot into NAND flash on a MX28 based board 26 5) Installation of U-Boot into SPI NOR flash on a MX28 based board 32 mandatory tool is the "mxsboot" tool found in U-Boot source tree. The 33 tool is built automatically when compiling U-Boot for i.MX23 or i.MX28. [all …]
|
| H A D | README.chromium | 1 Running U-Boot from coreboot on Chromebooks 4 U-Boot can be used as a secondary boot loader in a few situations such as from 8 This document aims to provide a guide to booting U-Boot on a Chromebook. It 10 placing this information in the U-Boot tree should make it easier to find for 11 those who use U-Boot habitually. 13 Most of these platforms are supported by U-Boot natively, but it is risky to 17 For all of these the standard U-Boot build instructions apply. For example on 46 1. Patch U-Boot 59 2. Build U-Boot 71 used by U-Boot. This is because the Chromebook expects to pass it to the [all …]
|
| H A D | README.bootmenu | 9 The "bootmenu" command uses U-Boot menu interfaces and provides 14 menu entry invokes an U-Boot command (or a list of commands) 50 Bootmenu always adds menu entry "U-Boot console" at the end of all menu 52 the bootmenu terminates and the usual U-Boot command prompt is presented 57 setenv bootmenu_0 Boot 1. kernel=bootm 0x82000000 # Set first menu entry 58 setenv bootmenu_1 Boot 2. kernel=bootm 0x83000000 # Set second menu entry 60 setenv bootmenu_3 U-Boot boot order=boot # Set fourth menu entry 69 │ *** U-Boot Boot Menu *** │ 71 │ Boot 1. kernel │ 72 │ Boot 2. kernel │ [all …]
|
| H A D | README.sdp | 2 SDP in U-Boot 9 The implementation in U-Boot uses the USB Downloader Gadget (g_dnl) to 11 images to the target in SPL/U-Boot using the same protocol/tooling the 16 U-Boot implementation has primarly been tested using the open source 21 for imx_loader's imx_usb utility which allow to interpret the U-Boot 22 specific legacy image format (see mkimage(1)). Also the U-Boot side 23 support beside the i.MX specific header the U-Boot legacy header. 28 This implementation can be started in U-Boot using the sdp command 32 A typical use case is downloading full U-Boot after SPL has been 47 U-Boot configurations CONFIG_G_DNL_(VENDOR|PRODUCT)_NUM. Make sure [all …]
|
| H A D | README.x86 | 8 U-Boot on x86 11 This document describes the information about U-Boot running on x86 targets, 16 U-Boot supports running as a coreboot [1] payload on x86. So far only Link 21 U-Boot is a main bootloader on Intel Edison board. 23 U-Boot also supports booting directly from x86 reset vector, without coreboot. 25 'bare metal', U-Boot acts like a BIOS replacement. The following platforms 38 As for loading an OS, U-Boot supports directly booting a 32-bit or 64-bit 40 U-Boot supports loading an x86 VxWorks kernel. Please check README.vxworks 43 Build Instructions for U-Boot as coreboot payload 45 Building U-Boot as a coreboot payload is just like building U-Boot for targets [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/ks2_evm/ |
| H A D | README | 1 U-Boot port for Texas Instruments Keystone II EVM boards 6 This README has information on the U-Boot port for K2HK, K2E, and K2L EVM boards. 29 Some of the peripherals that are configured by U-Boot 44 to install this image from U-Boot. 56 As U-Boot is migrating to Kconfig there is also board defconfig files 83 Load and Run U-Boot on keystone EVMs using CCS 90 Use u-boot.bin from the build folder for loading and running U-Boot binary 97 to configure SW1 dip switch to use "No Boot/JTAG DSP Little Endian Boot Mode" 105 loading the U-Boot binary on the target EVM. Instead do the following:- 118 5. The U-Boot prompt is shown at the Tera Term/ Hyper terminal console as [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | README.md | 1 # U-Boot pytest suite 5 This tool aims to test U-Boot by executing U-Boot shell commands using the 7 U-Boot console, run the entire script of tests against it, and summarize the 11 U-Boot; there can be no disconnect. 12 - There is no need to write or embed test-related code into U-Boot itself. 15 - It is reasonably simple to interact with U-Boot in this way. 19 The test suite is implemented using pytest. Interaction with the U-Boot console 34 - Executing a sandbox port of U-Boot on the local machine as a sub-process, 36 - Executing an external "hook" scripts to flash a U-Boot binary onto a 58 To run the testsuite on the sandbox port (U-Boot built as a native user-space [all …]
|
| /OK3568_Linux_fs/u-boot/lib/efi/ |
| H A D | Kconfig | 2 bool "Support running U-Boot from EFI" 5 U-Boot can be started from EFI on certain platforms. This allows 6 EFI to perform most of the system init and then jump to U-Boot for 7 final system boot. Another option is to run U-Boot as an EFI 8 application, with U-Boot using EFI's drivers instead of its own. 17 Build U-Boot as an application which can be started from EFI. This 19 U-Boot to it. It allows only very basic functionality, such as a 29 hex "Amount of EFI RAM for U-Boot" 33 Set the amount of EFI RAM which is claimed by U-Boot for its own 34 use. U-Boot allocates this from EFI on start-up (along with a few [all …]
|
| /OK3568_Linux_fs/u-boot/board/sandbox/ |
| H A D | README.sandbox | 7 Native Execution of U-Boot 10 The 'sandbox' architecture is designed to allow U-Boot to run under Linux on 11 almost any hardware. To achieve this it builds U-Boot (so far as possible) 14 All of U-Boot's architecture-specific code therefore cannot be built as part 15 of the sandbox U-Boot. The purpose of running U-Boot under Linux is to test 33 To run sandbox U-Boot use something like: 51 U-Boot will start on your computer, showing a sandbox emulation of the serial 55 U-Boot 2014.04 (Mar 20 2014 - 19:06:00) 79 This will start U-Boot with a window showing the contents of the LCD. If 93 press Ctrl-C, U-Boot will exit instead of handling this as a keypress. [all …]
|
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | README.mx6qsabrelite | 1 U-Boot for the Freescale i.MX6q SabreLite board 3 This file contains information for the port of U-Boot to the Freescale 6 1. Boot source, boot from SD card 9 The recent mainline U-Boot for the Freescale i.MX6q SabreLite board supports 14 the loader will in turn request the BootROM to load the U-Boot from SD card. 37 3. Power-up the SabreLite, press 'space' to enter command mode in the U-Boot 41 MX6Q SABRELITE U-Boot > mmc dev 0 42 MX6Q SABRELITE U-Boot > mmc read 0x10800000 0 200 43 MX6Q SABRELITE U-Boot > sf probe 44 MX6Q SABRELITE U-Boot > sf erase 0 0x40000 [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/ |
| H A D | README | 21 Guide. Of particular interest to U-Boot developers is jumper J22: 39 For U-Boot development, J22.E can be used to switch back-and-forth 40 between two U-Boot images. 67 FE70_0000 Alternative U-Boot image 69 FEF0_0000 U-Boot image 74 FE00_0000 HRCW and U-Boot image 75 FE04_0000 U-Boot environment variables 76 FE80_0000 Alternative HRCW and U-Boot image 81 FE00_0000 HRCW and U-Boot image 82 FE04_0000 U-Boot environment variables [all …]
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | README.sunxi64 | 9 code from the Boot ROM (BROM). As this has some implications on U-Boot, this 15 - Build U-Boot (see "SPL/U-Boot" below) 17 - Boot and enjoy! 22 The Allwinner A64/H5 firmware consists of three parts: U-Boot's SPL, an 23 ARM Trusted Firmware (ATF) build and the U-Boot proper. 24 The SPL will load both ATF and U-Boot proper along with the right device 26 drop into the U-Boot proper (in EL2). 27 As the ATF binary will become part of the U-Boot image file, you will need 37 the root of your U-Boot build directory (or create a symbolic link). 41 SPL/U-Boot [all …]
|
| /OK3568_Linux_fs/u-boot/board/Barix/ipam390/ |
| H A D | README.ipam390 | 5 In the context of U-Boot, the board is booted in three stages. The initial 6 bootloader which executes upon reset is the ROM Boot Loader (RBL) and sits 44 U-Boot > print upd_uboot 46 U-Boot > 47 U-Boot > run upd_uboot 63 U-Boot > 121 (AIS Parse): Boot completed successfully. 125 Falcon Bootmode (boot linux without booting U-Boot) 129 from SPL. A new command is added to U-Boot to prepare the parameters that SPL 138 To boot the kernel, these steps under a Falcon-aware U-Boot are required: [all …]
|
| /OK3568_Linux_fs/u-boot/board/armltd/integrator/ |
| H A D | README | 2 U-Boot for ARM Integrator Development Platforms 23 Boot Methods : 25 Integrator platforms can be configured to use U-Boot in at least three ways :- 26 a) Run ARM boot monitor, manually run U-Boot image from flash 27 b) Run ARM boot monitor, automatically run U-Boot image from flash 28 c) Run U-Boot image direct from flash. 32 U-Boot has to carry out minimal configration before standard code is run. 34 In case c) it may be necessary for U-Boot to perform CM dependent initialization. 36 Configuring U-Boot : 68 The U-Boot make targets map to the available core modules as below. [all …]
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | Config.in.host | 4 Companion tools for Das U-Boot bootloader. 6 http://www.denx.de/wiki/U-Boot/WebHome 81 Some platforms define in their U-Boot configuration that the 82 U-Boot environment should be duplicated in two locations (for 83 extra safety). Check your U-Boot configuration for the 88 ensure that the U-Boot environment image generated by 90 mechanism of U-Boot. 95 bool "Generate a U-Boot boot script" 97 Generate a U-Boot boot script, given a file listing U-Boot 104 string "U-Boot boot script source" [all …]
|
| /OK3568_Linux_fs/u-boot/Licenses/ |
| H A D | Exceptions | 4 Even though U-Boot in general is covered by the GPL-2.0/GPL-2.0+, 6 use U-Boot services by means of the jump table provided by U-Boot 8 U-Boot, and does *not* fall under the heading of "derived work". 11 define interfaces to U-Boot. Including these (unmodified) header 12 files in another file is considered normal use of U-Boot, and does
|
| /OK3568_Linux_fs/u-boot/board/congatec/cgtqmx6eval/ |
| H A D | README | 1 U-Boot for the Congatec QMX6 boards 3 This file contains information for the port of U-Boot to the Congatec 6 1. Building U-Boot 9 - Build U-Boot for Congatec QMX6 boards: 20 2. Flashing U-Boot in the SPI NOR 44 Reboot the board and the new U-Boot should come up. 67 And then the U-Boot from the big slot will boot. 69 Note: If the "bmode" command is not available from your pre-installed U-Boot,
|
| /OK3568_Linux_fs/u-boot/board/logicpd/imx6/ |
| H A D | README | 1 U-Boot for LogicPD i.MX6 Development Kit 4 This file contains information for the port of U-Boot to the Logic PD Development kit. 15 Building U-Boot for Logic PD Development Kit 17 To build U-Boot for the Dual and Quad variants: 23 Flashing U-Boot into the SD card 28 Flashing U-Boot into NAND 30 Once in Linux with MTD support for the NAND on /dev/mtd0, program U-Boot with the following:
|