Lines Matching +full:spi +full:- +full:nor

1 U-Boot for the Freescale i.MX6q SabreLite board
4 This file contains information for the port of U-Boot to the Freescale
9 --------
11 To build U-Boot for the SabreLite board:
18 --------------------
20 The SabreLite boards boot from the SPI NOR flash. These boards need their SPI
22 board will still boot from SPI NOR, but the loader will in turn request the
23 BootROM to load the U-Boot from SD card.
29 This is provided under a open-source 3-clause BSD license.
31 To following procedure can be used to update the SPI-NOR on the SabreLite
46 3. Power-up the SabreLite, press 'space' to enter command mode in the U-Boot
47 (the default one the board is shipped with, starting from the SPI NOR) and
50 MX6Q SABRELITE U-Boot > mmc dev 0
51 MX6Q SABRELITE U-Boot > mmc read 0x10800000 0 200
52 MX6Q SABRELITE U-Boot > sf probe
53 MX6Q SABRELITE U-Boot > sf erase 0 0x40000
54 MX6Q SABRELITE U-Boot > sf write 0x10800000 0 0x40000
56 4. Write the u-boot.imx produced during the U-Boot build to the SD card:
58 sudo dd if=u-boot.imx of=/dev/sXx bs=512 seek=2 && sudo sync
62 5. Re-insert the SD card back in the slot for the large SD card and power-cycle
74 3. Boot from SPI NOR
75 --------------------
77 The SabreLite board can also boot U-Boot directly from the SPI NOR flash:
79 1. Power-up the SabreLite, press 'space' to enter command mode in the U-Boot
88 Note: This procedure assumes you have booted using the desired U-Boot from an
90 as using tftpboot to copy an alternative U-Boot image into memory can
94 4. Recovering SPI-NOR
95 ---------------------
97 In case you somehow do not succeed with this procedure you can upload U-Boot
108 4. Power-up the SabreLite and run the imx_loader to upload the U-Boot image:
110 sudo imx_usb u-boot.imx
112 Note: This will upload and run the U-Boot image in memory, the SPI will not be
116 5. Use one of previous descriptions to re-flash the SPI-NOR as required.