Skip to content
New issue

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

在D1上烧写完zCore,启动后显示异常的问题 #1

Closed
shzhxh opened this issue Jul 21, 2022 · 1 comment
Closed

在D1上烧写完zCore,启动后显示异常的问题 #1

shzhxh opened this issue Jul 21, 2022 · 1 comment

Comments

@shzhxh
Copy link

shzhxh commented Jul 21, 2022

现象

字符都挤到了最右侧,如图所示:
nezha-flash

操作过程

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
@YdrMaster
Copy link
Member

已改

烧写直接 cargo --spl --see --dt nezha.dts --kernel z.bin 就行了,分开写导致反复刷 flash,浪费寿命。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants