Kevin Read
2023-08-09 13:40:01 UTC
Hi all,
not sure if this is still relevant since kirkwood no longer seems
supported OOTB, but I wanted to let you know that I installed debian
buster Kirkwood on a Fujitsu Celvin Q703. It is fully supported by
using the DTB for TS-221, so this patch adds support for this device:
--- flash-debian 2023-08-09 15:19:18.337483643 +0200
+++ flash-debian~ 2022-09-07 00:57:03.000000000 +0200
@@ -30,7 +30,7 @@
"HS-210"* | "Q600" | "Q700" | "TS-110"* | "TS-112"* | "TS-119"* |
"TS-210"* | "TS-212"* | "TS-219"*)
qnap="TS-11x/TS-21x"
;;
- "TS-120"* | "TS-121"* | "TS-220"* | "TS-221"* | "Q703")
+ "TS-120"* | "TS-121"* | "TS-220"* | "TS-221"*)
qnap="TS-11x/TS-21x"
;;
"TS-410"* | "TS-412"* | "TS-419"*)
Thanks and best,
Kevin
PS: is there any way I can help with debugging the 1GB RAM issue? I
applied the mem limit to 768MB in uboot as a workaround but if I can
help in any way with debugging this issue I'm happy to.
not sure if this is still relevant since kirkwood no longer seems
supported OOTB, but I wanted to let you know that I installed debian
buster Kirkwood on a Fujitsu Celvin Q703. It is fully supported by
using the DTB for TS-221, so this patch adds support for this device:
--- flash-debian 2023-08-09 15:19:18.337483643 +0200
+++ flash-debian~ 2022-09-07 00:57:03.000000000 +0200
@@ -30,7 +30,7 @@
"HS-210"* | "Q600" | "Q700" | "TS-110"* | "TS-112"* | "TS-119"* |
"TS-210"* | "TS-212"* | "TS-219"*)
qnap="TS-11x/TS-21x"
;;
- "TS-120"* | "TS-121"* | "TS-220"* | "TS-221"* | "Q703")
+ "TS-120"* | "TS-121"* | "TS-220"* | "TS-221"*)
qnap="TS-11x/TS-21x"
;;
"TS-410"* | "TS-412"* | "TS-419"*)
Thanks and best,
Kevin
PS: is there any way I can help with debugging the 1GB RAM issue? I
applied the mem limit to 768MB in uboot as a workaround but if I can
help in any way with debugging this issue I'm happy to.