We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解释:PS D:> .\mtk_uartboot.exe -s COM3 -p .\mt7981\mt7981-ddr3-bl2.bin -a -f fip.bin --brom-load-baudrate 115200 --bl2-load-baudrate 115200 mtk_uartboot - 0.1.1 Using serial port: COM3 Handshake... hw code: 0x7981 hw sub code: 0x8a00 hw ver: 0xca00 sw ver: 0x1 thread 'main' panicked at src\main.rs:66:10: failed to open payload.: Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace PS D:>
RUST_BACKTRACE=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
解释:PS D:> .\mtk_uartboot.exe -s COM3 -p .\mt7981\mt7981-ddr3-bl2.bin -a -f fip.bin --brom-load-baudrate 115200 --bl2-load-baudrate 115200
mtk_uartboot - 0.1.1
Using serial port: COM3
Handshake...
hw code: 0x7981
hw sub code: 0x8a00
hw ver: 0xca00
sw ver: 0x1
thread 'main' panicked at src\main.rs:66:10:
failed to open payload.: Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracePS D:>
The text was updated successfully, but these errors were encountered: