An open API service indexing awesome lists of open source software.

https://github.com/lalakii/lalaki-u-boot-tool

在windows上实现了类似dd的功能,可以直接在windows上烧录u-boot到usb存储设备
https://github.com/lalakii/lalaki-u-boot-tool

dd u-boot

Last synced: about 1 year ago
JSON representation

在windows上实现了类似dd的功能,可以直接在windows上烧录u-boot到usb存储设备

Awesome Lists containing this project

README

          

# lalaki-u-boot-tool

[![Windows .exe program](https://img.shields.io/badge/windows-.exe-0078D4?logo=windows)](https://ru.wikipedia.org/wiki/.EXE)

[English](README.md) | [中文](README_zh.md)

To easily flash u-boot on windows, I developed this tool.

Implemented functionality similar to this line of command.

```shell

dd bs=1k seek=8 if=u-boot.bin of=/dev/sd?
```

Now you can burn u-boot on windows easily!

## Demo
![img0](demo.jpg)

by lalaki.cn