dacbert: reboot on oops

This commit is contained in:
Astro 2022-09-05 21:40:01 +02:00
parent afec1e252b
commit 293c8dcd7a

View File

@ -47,6 +47,8 @@
"console=tty0"
# allow GPIO access
"iomem=relaxed" "strict-devmem=0"
# booting sometimes fails with an oops in the ethernet driver. reboot after 5s
"panic=5" "oops=panic"
];
tmpOnTmpfs = true;