* With a SEI610 flashed with Amlogic U-Boot only (original board state) => [From a SEI610 flashed with Amlogic U-Boot](#from-a-sei610-flashed-with-amlogic-u-boot)
* With a SEI610 flashed with Mainline U-Boot (supporting `fastboot flash bootloader`) => [From a SEI610 flashed with Mainline U-Boot](#from-a-sei610-flashed-with-mainline-u-boot)
From a SEI610 flashed with Amlogic U-Boot
=========================================
Boot while pressing the "USB BOOT" button under the device, then:
Reboot to bootloader or press the recovery button under the device, then:
```
fastboot flash bootloader u-boot.bin
fastboot erase bootenv
```
Flashing U-Boot for Yukawa (SEI510)
====================================
* With a SEI510 flashed with Amlogic U-Boot only (original board state) => [From a SEI510 flashed with Amlogic U-Boot](#from-a-sei510-flashed-with-amlogic-u-boot)
* With a SEI510 flashed with an earlier version of Mainline U-Boot (No support for `fastboot flash bootloader`) => [From a SEI510 flashed with an earlier version of Mainline U-Boot](#from-a-sei510-flashed-with-an-earlier-version-of-mainline-u-boot)
* With a SEI510 flashed with Mainline U-Boot (supporting `fastboot flash bootloader`) => [From a SEI510 flashed with Mainline U-Boot](#from-a-sei510-flashed-with-mainline-u-boot)