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存储设备
- Host: GitHub
- URL: https://github.com/lalakii/lalaki-u-boot-tool
- Owner: lalakii
- Created: 2024-03-25T12:12:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T14:55:32.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T21:37:00.448Z (over 1 year ago)
- Topics: dd, u-boot
- Language: C#
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lalaki-u-boot-tool
[](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

by lalaki.cn