Home
last modified time | relevance | path

Searched +refs:flash +refs:boot (Results 1 – 25 of 1374) sorted by relevance

12345678910>>...55

/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A DKconfig8 bubt - Burn a u-boot image to flash
17 bool "NAND flash boot"
20 Enable boot from NAND flash.
21 Allow usage of NAND flash as a target for "bubt" command
26 bool "SPI flash boot"
29 Enable boot from SPI flash.
30 Allow usage of SPI flash as a target for "bubt" command
35 bool "eMMC flash boot"
38 Enable boot from eMMC boot partition
47 default "flash-image.bin"
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A DREADME13 - 64 Mbyte NOR flash single-chip memory
14 - 4 Gbyte NAND flash memory
35 0xf_ec00_0000 - 0xf_efff_ffff 64MB NOR flash
52 SW5[1:4]= 1111 and SW5[6]=0 for boot from 16bit NOR flash
53 SW5[1:4]= 0110 and SW5[6]=0 for boot from SPI flash
56 Build and program U-Boot to NOR flash
58 1. Build u-boot.bin image example:
63 2. Program u-boot.bin into NOR flash
74 1. Program u-boot.bin into alternate NOR bank
83 - bank 1 on the flash 0x0000000~0x0ffffff
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A DREADME8 To boot the image at 0xFE000000 in NOR flash, use these DIP
18 To boot the image at the beginning of NAND flash, use these
28 When booting from NAND, use u-boot-nand.bin, not u-boot.bin.
44 When booting from NAND, NAND flash is CS0 and NOR flash
65 33 - 33 MHz oscillator, boot from NOR flash
66 66 - 66 MHz oscillator, boot from NOR flash
67 NAND_33 - 33 MHz oscillator, boot from NAND flash
68 NAND_66 - 66 MHz oscillator, boot from NAND flash)
75 NOR flash:
83 have an alternate means of programming the flash available
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.at914 - I. Board mapping & boot media
8 I. Board mapping & boot media
23 - Nand flash.
26 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
45 - Nand flash.
48 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
[all …]
H A DREADME.malta3 How to flash using a MIPS Navigator Probe:
6 be unable to flash your Malta using a Navigator Probe.
12 source /path/to/u-boot/board/imgtec/malta/flash-malta-boot.tcl
14 flash-boot /path/to/u-boot/u-boot.bin
H A DREADME.qemu-mips13 Supports emulated flash (patch Jean-Christophe PLAGNIOL-VILLARD) with
14 recent qemu versions. When using emulated flash, launch with
23 Using u-boot.bin as ROM (replaces Qemu monitor):
27 # qemu-system-mips -M mips -bios u-boot.bin -nographic
31 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic
35 # qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
39 # qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
41 or using u-boot.bin from emulated flash:
46 # dd of=flash bs=1k count=4k if=/dev/zero
47 # dd of=flash bs=1k conv=notrunc if=u-boot.bin
[all …]
H A DREADME.ti-secure1 README on how boot images are created for secure TI devices
4 Secure TI devices require a boot image that is authenticated by ROM
6 device is essentially useless. In order to create a valid boot image for
10 Information on the details on the complete boot image format can be obtained
11 from Texas Instruments. The tools used to generate boot images for secure
27 viable boot image. The build process will look for the environment
36 ${TI_SECURE_DEV_PKG}/scripts/create-boot-image.sh
38 This is called as part of the SPL/u-boot build process. As the secure
39 boot image formats and requirements differ between secure SOC from TI,
49 create-boot-image.sh \
[all …]
H A DREADME.m54418twr15 - board/freescale/m54418twr/u-boot.lds Linker description
47 - arch/m68k/include/asm/u-boot.h u-boot structure
80 CONFIG_HAS_ETH1 -- define to enable second FEC in u-boot
116 cd u-boot
118 make M54418TWR_config, or - default to spi serial flash boot, 50Mhz input clock
119 make M54418TWR_nand_mii_config, or - default to nand flash boot, mii mode, 25Mhz input clock
120 make M54418TWR_nand_rmii_config, or - default to nand flash boot, rmii mode, 50Mhz input clock
121 …make M54418TWR_nand_rmii_lowfreq_config, or - default to nand flash boot, rmii mode, 50Mhz input c…
122 make M54418TWR_serial_mii_config, or - default to spi serial flash boot, 25Mhz input clock
123 make M54418TWR_serial_rmii_config, or - default to spi serial flash boot, 50Mhz input clock
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A DREADME11 A) One 8MB on-board flash EEPROM chip, instead of two.
29 E BOOT1 ON (0) Flash EEPROM boot device
35 of the flash chips. If J22.E is ON (i.e. jumpered), then flash chip
36 U4 is located at address FE000000 and flash chip U7 is at FE800000.
60 On the ITX, jumper J22.E is used to determine which flash chips are
64 On the ITX, at the normal boot address (aka HIGHBOOT):
70 FEFF_FFFF End of flash
72 On the ITX, at the low boot address (LOWBOOT)
77 FEFF_FFFF End of flash
83 F7FF_FFFF End of flash
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PA15 - 32 Mbyte NOR flash single-chip memory
16 - 32 Mbyte NAND flash memory
82 SW4[1:4]= 1111 and SW6[4]=0 for boot from 16bit NOR flash
83 SW4[1:4]= 1000 and SW6[4]=1 for boot from 8bit NAND flash
84 SW4[1:4]= 0110 and SW6[4]=0 for boot from SPI flash
94 is set to spi-flash instead of to SLIC/TDM/DAC and tdm_can_sel is set to TDM
98 Build and burn U-Boot to NOR flash
100 1. Build u-boot.bin image
105 2. Burn u-boot.bin into NOR flash
116 1. Burn u-boot.bin into alternate NOR bank
[all …]
H A DREADME.P1010RDB-PB16 - 32M bytes NOR flash single-chip memory
17 - 2G bytes NAND flash memory
71 P1010RDB-PB boot mode settings via DIP-switch
73 SW4[1:4]= 1111 and SW3[3:4]= 00 for 16bit NOR boot
74 SW4[1:4]= 1010 and SW3[3:4]= 01 for 8bit NAND boot
75 SW4[1:4]= 0110 and SW3[3:4]= 00 for SPI boot
76 SW4[1:4]= 0111 and SW3[3:4]= 10 for SD boot
80 Switch P1010RDB-PB boot mode via software without setting DIP-switch
82 => run boot_bank0 (boot from NOR bank0)
83 => run boot_bank1 (boot from NOR bank1)
[all …]
/OK3568_Linux_fs/u-boot/board/lego/ev3/
H A DREADME5 on the davinci da850 evm. The EV3 has a 16MB spi flash and a SDHC microSD card
11 The EV3 contains a bootloader in EEPROM that loads u-boot.bin from address 0x0
12 of the spi flash memory. Using the default configuration, u-boot will check to
13 see if there is a boot.scr file on the first FAT partition of the mmc. If there
14 is, it will run the script and boot the kernel from the uImage file also in
15 the FAT partition. Otherwise, it will load a kernel and rootfs from the flash.
16 The kernel must be stored at address 0x50000 on the flash and have a maximum
18 flash and have a maximum size of 9.3MiB. The flash starting at 0xCB0000 is
21 Writing image to flash
24 The EEPROM contains a program for uploading an image file to the flash memory.
[all …]
/OK3568_Linux_fs/buildroot/board/lego/ev3/
H A Dgenimage.cfg1 # LEGO MINDSTORMS EV3 can boot from a 16MB flash or from a microSD card.
2 # The U-Boot bootloader from the flash is always used, even when booting
7 flash nor-16M-256 {
13 image flash.bin {
14 flash {
19 image = "u-boot.bin"
44 image boot.vfat {
62 partition boot {
65 image = "boot.vfat"
H A Dreadme.txt22 The EV3 boots from an EEPROM. This loads whatever is on the built-in 16MB flash
24 mainline U-Boot will attempt to boot a Linux kernel from the external µSD card.
25 It will try to load a uImage (and optional boot.scr) from the first µSD card
27 it does not contain a uImage file, then the EV3 will boot the uImage from the
28 built-in 16MB flash.
36 The lego_ev3_defconfig configuration provides basic support to boot on the Lego
55 ├── boot.vfat
56 ├── flash.bin
61 ├── u-boot.bin
68 You can use either flash.bin or the sdcard.img. To load flash.bin, use the
[all …]
/OK3568_Linux_fs/u-boot/doc/mvebu/cmd/
H A Dbubt.txt3 Bubt command is used to burn a new ATF image to flash device.
7 - file-name Image file name to burn. default = flash-image.bin
8 - destination Flash to burn to [spi, nand, mmc]. default = active flash
12 bubt - Burn flash-image.bin from tftp to active flash
13 bubt latest-spi.bin nand - Burn latest-spi.bin from tftp to NAND flash
26 Example: when using the FAT file system on USB flash device:
38 - The eMMC has 2 boot partitions (BOOT0 and BOOT1) and a user data partition (DATA).
39 The boot partitions are numbered as partition 1 and 2 in MMC driver.
41 boot images and U-Boot environment in RAW mode since it will break file system
43 The default boot partition is BOOT0. It is selected by the following parameter:
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/
H A DREADME10 Like the 85xx CDS systems, the 8544 DS board has two flash banks.
11 They are both present on boot, but there locations can be swapped
16 on the flash bank mappings for the next reset cycle.
19 boot bank at 0xfff8_0000.
35 For example, to place a new image in the alternate flash bank
38 tftp 1000000 u-boot.bin.8544ds
44 To overwrite the image in the boot flash bank:
46 tftp 1000000 u-boot.bin.8544ds
51 Other example U-Boot image and flash manipulations examples
59 of using either the current or alternate flash bank as the boot
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/mx35pdk/
H A DREADME6 - CPU module, with CPU, RAM, flash
10 The board is usually delivered with redboot. This howto explains how to boot
13 The board is delivered with Redboot on the NAND flash. It is possible to
14 switch the boot device with the switches SW1-SW2 on the Personality board,
25 Kernel is taken from flash. The image is in zImage format.
63 However, the setup in redboot is not correct and does not use the whole flash.
69 …dk-4.2-arm/arm rw ip=dhcp mtdparts=mxc_nand:1m(boot),5m(linux),96m(root),8m(cfg),1938m(user);physm…
74 U-Boot should be stored on the NOR flash.
76 The boot storage can be select using the switches on the personality board
82 Saving U-Boot in the NOR flash
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A DREADME8 To boot the image at 0xFE000000 in NOR flash, use these DIP
18 To boot the image at the beginning of NAND flash, use these
28 When booting from NAND, use u-boot-nand.bin, not u-boot.bin.
41 When booting from NAND, NAND flash is CS0 and NOR flash
61 make MPC8315ERDB_config (or MPC8315ERDB_NAND_config for u-boot-nand.bin)
68 NOR flash:
70 tftp 40000 u-boot.bin
80 NAND flash:
/OK3568_Linux_fs/kernel/Documentation/arm/sa1100/
H A Dassabet.rst21 The resulting kernel image should be available in linux/arch/arm/boot/zImage.
27 A couple of bootloaders able to boot Linux on Assabet are available:
51 Brief examples on how to boot Linux with RedBoot are shown below. But first
52 you need to have RedBoot installed in your flash memory. A known to work
75 To initialize the flash directory::
85 Writing a kernel image into flash
97 To write it to flash::
105 The kernel still requires a filesystem to boot. A ramdisk image can be loaded
113 Now the kernel can be retrieved from flash like this::
117 or loaded as described previously. To boot the kernel::
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/
H A DREADME29 - 128 MB NOR flash 16-bit data bus
30 - One 2 GB NAND flash with ECC support
39 - 128 MB high-speed flash Memory for boot code and storage (up to 108MHz)
50 - Default boot source is QSPI-boot
52 - RTC and QSPI flash devices are different
71 During boot i.e. IFC Region #1:-
72 0x30000000 - 0x37ffffff : 128MB : NOR flash
84 a) NOR boot
85 b) NAND boot
86 c) QSPI boot
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.qspi16 Booting from QSPI requires two images, RCW and u-boot-dtb.bin.
17 The difference between QSPI boot RCW image and NOR boot image is the PBI
18 command sequence for setting the boot location pointer. It's should point
19 to the address for u-boot in QSPI flash.
21 RCW image should be written to the beginning of QSPI flash device.
22 Example of using u-boot command
31 To get the QSPI image, build u-boot with QSPI config, for example,
32 <board_name>_qspi_defconfig. The image needed is u-boot-dtb.bin.
33 The u-boot image should be written to 0x10000(but 0x1000 for LS1043A, LS2080A).
37 => sf erase 10000 +<size of u-boot image>
[all …]
/OK3568_Linux_fs/u-boot/arch/sandbox/dts/
H A Dtest.dts37 compatible = "denx,u-boot-fdt-test";
40 u-boot,dm-pre-reloc;
59 compatible = "denx,u-boot-fdt-test";
84 compatible = "denx,u-boot-test-bus";
89 compatible = "denx,u-boot-fdt-test";
95 compatible = "denx,u-boot-fdt-test";
101 compatible = "denx,u-boot-fdt-test";
123 compatible = "denx,u-boot-fdt-test";
127 compatible = "denx,u-boot-fdt-test";
257 u-boot,dm-pre-reloc;
[all …]
H A Dsandbox.dts26 * This describes the flash memory within the EC. Note
27 * that the STM32L flash erases to 0, not 0xff.
31 flash@8000000 {
121 u-boot,dm-pre-reloc;
182 firmware_storage_spi: flash@0 {
184 compatible = "spansion,m25p16", "sandbox,spi-flash";
191 u-boot,dm-pre-reloc;
204 u-boot,dm-pre-reloc;
216 u-boot,dm-pre-reloc;
222 u-boot,dm-pre-reloc;
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/mpc8610hpcd/
H A DREADME16 The flash is 128M starting at 0xF800_0000.
19 The boot image is at 0xFFF0_0000.
24 tftp 1000000 u-boot.bin
32 tftp 1000000 u-boot.bin
41 of using either the current or alternate flash bank as the boot
58 /* reset board but use the to alternate flash bank */
61 /* reset board, use alternate flash bank with watchdog timer enabled*/
72 To manually switch the flash banks using the DIP switch
/OK3568_Linux_fs/u-boot/board/freescale/mx28evk/
H A DREADME17 To boot MX28EVK from an SD card, set the boot mode DIP switches as:
26 To boot MX28EVK from SPI NOR flash, set the boot mode DIP switches as:
44 "make mx28evk_nand_config" - store environment variables into NAND flash
48 "make mx28evk_spi_config" - store environment variables into SPI NOR flash
52 Note: The mx28evk board does not come with a NAND flash populated from the
54 48-pin TSOP flash device.
56 mx28evk does not come with SPI NOR flash populated from the factory either.

12345678910>>...55