Versions Compared

Key

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

...

Driver specifications and features

x-boot supports many device drivers for devicesincorporates a range of device drivers, each offering specific features to facilitate various operations. The following table shows outlines the detail detailed specifications or and features of these drivers.

DriversFeatures

Specification and features

8-bit NAND

  1. Support Supports loading U-Boot image from 8-bit NAND flash.

  2. First Requires the first block of 8-bit NAND flash should to contain the Sunplus Boot Profile Header.

  3. Support Supports reading 1K60 ECC sectors.

  4. U-Boot image should be stored in 1K60 sectors.

ADC

eMMC

  1. Support Supports loading U-Boot image from the eMMC device.

  2. U-Boot image should be stored at in the User Data Area.

  3. Requires eMMC should to contain the GUID Partition Table (GPT).

I2C driver

  1. Support Supports I2C master mode.

  2. Support Supports 100kHz and 400kHz speeds.

NVMEN (OTP)

  1. Support Supports read and write OTP.

SD card

  1. Support Supports loading U-Boot image from an SD card.

  2. U-Boot image should be stored at the root directory of the first partition of the SD card.

  3. File-name of the U-Boot image should be u“u-boot.img.

  4. First Requires the first partition of the SD card should to be in FAT32 or FAT16 format.

SPI-NAND

  1. Support Supports loading U-Boot image from SPI-NAND flash.

  2. First Requires the first block of SPI-NAND flash should to contain the Sunplus Boot Profile Header.

  3. Support Supports reading 1K60 ECC sectors.

  4. U-Boot image should be stored in 1K60 ECC sectors.

  5. Support Supports SPI-NAND flash mounted in X1 or X2 position.

USB2.0 Host

  1. Support Supports loading U-Boot image from an a USB flash drive in the USB2.0 port.

  2. U-Boot image should be stored at the root directory of the first partition of the USB flash drive.

  3. File-name of the U-Boot image should be u“u-boot.img.

  4. First Requires the first partition of the USB flash drive should to be in FAT32 or FAT16 format.

  5. Support Supports high-speed read operation only

USB3.0 Host

  1. Support Supports loading U-Boot image from an a USB flash drive in the USB3.0 port.

  2. U-Boot image should be stored at the root directory of the first partition of the USB flash drive.

  3. File-name of the U-Boot image should be u“u-boot.img.

  4. First Requires the first partition of the USB flash drive should to be in FAT32 or FAT16 format.

  5. Support Supports high-speed read operation only

...