-
Notifications
You must be signed in to change notification settings - Fork 187
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
Comments
Could be a driver and/or device tree entry missing. Nice catch. I'll have to look around. |
When are you planning to find time? |
@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... |
@AndersBNielsen @todork it is caused by wrong wdt node in linux dts
|
Thanks Jiri,
It works like a charm!!!!
Regards,
T.
ст. н.с. II ст.,
ст. чл. IEEE,
д-р Тодор Куюмджиев
Изп. Директор ЕКоКоМС ООД
тел.: +359 2 9743929
факс. +359 2 9743986
Уеб: www.ecocoms.com
Скайп: tkouyoumdjiev
twitter: @tkouyoumdjiev
@ECoCoMS
Senior Research Fellow,
Senior Member IEEE,
Dr. Todor Kouyoumdjiev
CEO ECoCoMS Ltd.
Tel.: +359 2 9743929
Fax. +359 2 9743986
Web: www.ecocoms.com
Skype: tkouyoumdjiev
twitter: @tkouyoumdjiev
@ECoCoMS
На 14.09.20 г. в 22:43 ч., Jiri Novotny написа:
…
@AndersBNielsen <https://github.com/AndersBNielsen> @todork
<https://github.com/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:
***@***.*** { compatible = "allwinner,suniv-f1c100s-wdt", -
"allwinner,sun4i-a10-wdt"; + "allwinner,sun6i-a31-wdt"; reg =
<0x01c20ca0 0x20>; }; |
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE35GQDRHB3FNIE4SEKJQZTSFZW57ANCNFSM4KFYYWBQ>.
|
FYI, "reboot" unmounts and seems to halt but doesn't actually reboot... at least on my Lichee Nano.
The text was updated successfully, but these errors were encountered: