Update RISC-V64_QEMU.md

This commit is contained in:
aiminick 2021-06-25 20:01:38 +08:00 committed by GitHub
parent 9f7e94faf8
commit 54e9673553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ U_BOOT_FDT_DIR="noexist"
EOF
```
```
passwd root
apt-get install openntpd ntpdate
sed -i 's/^DAEMON_OPTS="/DAEMON_OPTS="-s /' /etc/default/openntpd
```
CP kernel file.
```