• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Mar-2022-

Kconfig A D18-Mar-2022254 1913

MAINTAINERS A D18-Mar-2022143 76

Makefile A D18-Mar-2022168 81

README A D18-Mar-2022637 2517

pfla02.c A D18-Mar-202218.7 KiB715551

README

1Board information
2-----------------
3
4The evaluation board "pbab01" is thought to be used
5together with the SOM.
6
7More information on the board can be found on manufacturer's
8website:
9
10http://www.phytec.de/produkt/system-on-modules/phyflex-imx-6/
11
12Building U-Boot
13-------------------------------
14
15$ make pfla02_defconfig
16$ make
17
18This generates the artifacts SPL and u-boot.img.
19The SOM can boot from NAND or from SD-Card, having the SPI-NOR
20as second option.
21The dip switch "SW3" on the board let choose the boot device.
22
23SW3_1(on), SW3_2(on), SW3_3(off):	Boot first from SD, then try SPI
24SW3_1(off), SW3_2(on), SW3_3(off):	Boot from SPI
25