Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

SD Card

You will need to download an operating system for the HummingBoard RZ/G2LC | RZ/G2L | RZ/V2L and flash in to a blank SD card in order to use the system. You can download official release distributions and find flashing instructions at our software page. If you need help to flash the SD card please see our article Flashing an SD Card .

When using HummingBoard Ripple & RZ/G2LC SOM

Boot Select

Before powering up the board for the first time it is recommended to select the boot media. In order to configure the boot media to please reference the below diagram :

The black rectangle represents the switch position.

SD boot (Dip-Switch) [S3 = {1:off, 2:off, 3:off,4-5: N/C, 6:on}]

eMMC boot (Dip-Switch) [S3 = {1:off, 2:on, 3:off,4-5: N/C, 6:off}]

Serial Downloader (Dip-Switch) [S3 = {1:off, 2:on, 3:on,4-5: N/C, 6:off}]

When using HummingBoard Extended/Ripple & RZ/G2L SOM

<TBD>

When using HummingBoard Extended/Ripple & RZ/V2L SOM

<TBD>

Choosing the SD/eMMC device for the Linux from u-boot

In the u-boot, it is possible to select a device (SD or eMMC) that will be connected to the device in Linux. The device selection is based on the environment variable in the u-boot.

For the SD card selection:

setenv sdio_select sd

For the eMMC card selection:

setenv sdio_select emmc
  • No labels