thirtythreeforty / businesscard-linux

A Buildroot distribution small enough to run on my business card
https://www.thirtythreeforty.net/posts/2019/12/my-business-card-runs-linux/
1.81k stars 187 forks source link

Reboot doesn't work #12

Open AndersBNielsen opened 4 years ago

AndersBNielsen commented 4 years ago

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

thirtythreeforty commented 4 years ago

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

todork commented 4 years ago

When are you planning to find time?

thirtythreeforty commented 4 years ago

@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 commented 3 years ago

@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 commented 3 years ago

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: watchdog@1c20ca0 { 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 https://github.com/thirtythreeforty/businesscard-linux/issues/12#issuecomment-692272581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE35GQDRHB3FNIE4SEKJQZTSFZW57ANCNFSM4KFYYWBQ.