Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
Xilinx FSBL would always boot from SDIO0 also in MMC mode! On TE0720 the on-board eMMC is on SDIO1, so that small modification to FSBL is required to change the boot device.

In order to change the boot device to SDIO1 a change is needed in diskio.c in the FSBL_bsp:

- - -  #define SD_DEVICE_ID XPAR_XSDPS_0_DEVICE_ID

+++ #define SD_DEVICE_ID XPAR_XSDPS_1_DEVICE_ID