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
字符都挤到了最右侧,如图所示:
zCore镜像的制作(cmmit id : 757c63d96dba0f1e02a5ae2e6d76bc59e592d2da):
cargo bin --arch riscv64 --features "linux board-d1 link-user-img" --output z.bin
烧写操作:
cargo make --spl --see --dt nezha.dts cargo flash --spl cargo flash --see --reset cargo flash --dt nezha.dts cargo flash --kernel z.bin
The text was updated successfully, but these errors were encountered:
已改。
烧写直接 cargo --spl --see --dt nezha.dts --kernel z.bin 就行了,分开写导致反复刷 flash,浪费寿命。
cargo --spl --see --dt nezha.dts --kernel z.bin
Sorry, something went wrong.
No branches or pull requests
现象
字符都挤到了最右侧,如图所示:
操作过程
zCore镜像的制作(cmmit id : 757c63d96dba0f1e02a5ae2e6d76bc59e592d2da):
烧写操作:
The text was updated successfully, but these errors were encountered: