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

Reboot doesn't work #12

Open
AndersBNielsen opened this issue Jan 12, 2020 · 5 comments
Open

Reboot doesn't work #12

AndersBNielsen opened this issue Jan 12, 2020 · 5 comments

Comments

@AndersBNielsen
Copy link

FYI, "reboot" unmounts and seems to halt but doesn't actually reboot... at least on my Lichee Nano.

@thirtythreeforty
Copy link
Owner

Could be a driver and/or device tree entry missing. Nice catch. I'll have to look around.

@todork
Copy link

todork commented Mar 13, 2020

When are you planning to find time?

@thirtythreeforty
Copy link
Owner

@todork I've been pretty busy lately; I've just accepted a new job offer and I'll be moving soon, so unfortunately I don't know how much time I can devote to hobbies for the time being...

@jiri-novotny
Copy link

@AndersBNielsen @todork it is caused by wrong wdt node in linux dts
tested on Lichee Nano with 5.9-rc4

--- a/arch/arm/boot/dts/suniv-f1c100s.dtsi
+++ a/arch/arm/boot/dts/suniv-f1c100s.dtsi
@@ -241,7 +241,7 @@
 
  wdt: watchdog@1c20ca0 {
  compatible = "allwinner,suniv-f1c100s-wdt",
-     "allwinner,sun4i-a10-wdt";
+     "allwinner,sun6i-a31-wdt";
  reg = <0x01c20ca0 0x20>;
  };

@todork
Copy link

todork commented Sep 15, 2020 via email

solhuebner added a commit to solhuebner/linux that referenced this issue Feb 28, 2021
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

4 participants