mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-24 19:14:05 +08:00
Compare commits
1 Commits
mapcext
...
platform-s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
700c00d353 |
@@ -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
|
||||
|
||||
@@ -87,3 +87,5 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
// ethtool
|
||||
// xdslctl
|
||||
|
||||
@@ -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)
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -27,5 +27,6 @@
|
||||
"description": "iwinfo interface details",
|
||||
"cmd": "/usr/bin/iwinfo"
|
||||
}
|
||||
// nvram calibration settings (using nvram command)
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user