Kaustav Goswami has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/56264 )
Change subject: configs: Fixed incorrect mount point causing panic
......................................................................
configs: Fixed incorrect mount point causing panic
This change fixes the default_root_device path on the starter_fs.py
inside configs/example/arm, which previously caused a kernel panic
stating `unable to mount root fs on unknown block.`
Change-Id: Ie058da64f89500981bc717b8e1a78ad78f327308
Signed-off-by: Kaustav Goswami <kggosw...@ucdavis.edu>
---
M configs/example/arm/starter_fs.py
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/configs/example/arm/starter_fs.py
b/configs/example/arm/starter_fs.py
index a5a013f..ec5556c 100644
--- a/configs/example/arm/starter_fs.py
+++ b/configs/example/arm/starter_fs.py
@@ -57,7 +57,7 @@
default_kernel = 'vmlinux.arm64'
default_disk = 'linaro-minimal-aarch64.img'
-default_root_device = '/dev/vda1'
+default_root_device = '/dev/vda'
# Pre-defined CPU configurations. Each tuple must be ordered as :
(cpu_class,
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56264
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ie058da64f89500981bc717b8e1a78ad78f327308
Gerrit-Change-Number: 56264
Gerrit-PatchSet: 1
Gerrit-Owner: Kaustav Goswami <kggosw...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s