Versions Compared

Key

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

...

Example debug log from MMC boot on TE0720-02 on TE0701, an MMC Card was inserted into SD Card slot. To enable SPI mode with TE0720 to boot from SD Card in the slot, a small piece of paper was used to disable the card detect switch.

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