Update U Boot for Yukawa authored by Neil Armstrong's avatar Neil Armstrong
......@@ -6,6 +6,12 @@ Flashing U-Boot for Yukawa
From a SEI610 flashed with Amlogic U-Boot
=========================================
Install pyamlboot via pip:
```
pip3 install pyamlboot
```
For other methods: https://github.com/superna9999/pyamlboot#installation
Boot while pressing the "USB BOOT" button under the device, then:
`lsusb` should show :
......@@ -19,9 +25,7 @@ SM1:BL:0253b8:61aa2d;FEAT:E0F931...
Load U-Boot from USB:
```
update write u-boot.bin 0xfffa0000 0x10000
update run 0xfffa0000
update bl2_boot u-boot.bin
boot-g12.py u-boot.bin
```
U-Boot should boot and run fastboot, then:
......@@ -99,6 +103,12 @@ Or you can use the same process as with the Amlogic U-Boot flashed => [From a SE
When the board rebooted in USB ROM boot mode:
---------------------------------------------
Install pyamlboot via pip:
```
pip3 install pyamlboot
```
For other methods: https://github.com/superna9999/pyamlboot#installation
`lsusb` should show :
```
Bus 001 Device 106: ID 1b8e:c003 Amlogic, Inc.
......@@ -110,9 +120,7 @@ G12A:BL:0253b8:61aa2d;FEAT:E0F931...
Load U-Boot from USB:
```
update write u-boot.bin 0xfffa0000 0x10000
update run 0xfffa0000
update bl2_boot u-boot.bin
boot-g12.py u-boot.bin
```
U-Boot should boot and run fastboot, then:
......
......