| Here is the step-by-step to boot U-Boot on phytium durian board. |
| Get the prebuild binary about BPF |
| ================================= |
| > git clone https://github.com/phytium-durian/bpf.git |
| > cp ../u-boot/u-boot.bin ./ |
| The fip-all.bin is the final image. |
| Flash the image into the spi nor-flash |
| ====================================== |
| Any spi nor-flash and appropriate tool can be used to flash. |
| For example, we choose the S25FL256 chip that produced from |
| SPANSION company and EZP_XPro V1.2. |
| Reset the board, you can get U-Boot log message from boot console: |
| Jump to entrypoint: 0x500000 |
| U-Boot 2019.10-00594-g9ccc1b17ea-dirty (Oct 18 2019 - 00:17:09 +0800) |
| scanning bus for devices... |
| AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode |
| flags: 64bit ncq led only pmp fbss pio slum part sxs |
| Device 0: (0:0) Vendor: ATA Prod.: ST1000DM010-2EP1 Rev: CC43 |
| Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512) |
| AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode |
| flags: 64bit ncq led only pmp fbss pio slum part sxs |
| Hit any key to stop autoboot: 0 |