Versions Compared

Key

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

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 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:

Code Block
setenv boot_source sd

For the eMMC card selection:

Code Block
setenv boot_source emmc