Lines Matching +full:board +full:- +full:2

1 U-Boot for the Freescale i.MX6q SabreLite board
4 This file contains information for the port of U-Boot to the Freescale
5 i.MX6q SabreLite board.
9 --------
11 To build U-Boot for the SabreLite board:
17 2. Boot from SD card
18 --------------------
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
32 board:
42 2. Put this SD card into the slot for the large SD card (SD3 on the bottom of
43 the board). Make sure SW1 switch is at position "00", so that it can boot
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
63 the board.
65 Note: The board now boots from full size SD3 on the bottom of the board. NOT
66 the micro SD4/BOOT slot on the top of the board. I.e. you have to use
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
104 2. Connect the board to USB via the USB OTG port.
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
113 reprogrammed and this procedure will need to be repeated if the board is
116 5. Use one of previous descriptions to re-flash the SPI-NOR as required.