Compare commits

...

1 Commits

Author SHA1 Message Date
Andreas Gnau
700c00d353 draft: Add stuff to self-diagnostics
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2023-12-22 10:51:17 +01:00
4 changed files with 20 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"cmd": "cat /etc/os-release"
},
{
//build.config build.feeds build.version
"description": "Installed Packages",
"cmd": "opkg list-installed"
},
@@ -25,5 +26,11 @@
"description": "Firmware Environment",
"cmd": "fw_printenv"
}
]
{
"description": "Kernel config",
"cmd": "zcat /proc/config.gz"
} ]
}
// get u-boot version (actual one)
// get u-boot version counter
// device-tre

View File

@@ -87,3 +87,5 @@
}
]
}
// ethtool
// xdslctl

View File

@@ -62,6 +62,15 @@
"dependency" : {
"file": "/usr/sbin/ubinfo"
}
// lsusbi
// flash model and more statistics
// gpio info
// BCM: offloading stuff like fc status
// BCM: phy cmd raw (Arne can provide the cmd)
// BCM pinctrl debug
//scratchpadctl list
// airoha switch stuff from proc (piotr posted on teams)
}
]
}

View File

@@ -27,5 +27,6 @@
"description": "iwinfo interface details",
"cmd": "/usr/bin/iwinfo"
}
// nvram calibration settings (using nvram command)
]
}