Written English does not use these `'s` abbreviations.
I think the part with submissing PRs needs some further rewrite because this in-sentence jumping from "issues" that are issues and others are not issues is kind a confusing.
* mdadm-fault-led: port to dash
Also ran through shellcheck. dash is faster and uses less RAM than bash.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* armbianmonitor: get rid of pipe to /dev/null
shellcheck warns that it can't parse this. Also seems to be a mistake.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* armbianmonitor: replace egrep with grep -E
The former is deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* armbianmonitor: add -r to read
Avoids mangling backslashes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* armbianmonitor: remove unnecessary ${}
They're in $(()) making it redundant
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* armbianmonitor: simplify various printf calls
For some reason, printf and echo -e get mixed together even though they
do the same thing. Just use printf.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Skip applying fixes for touchscreen: goodix.
This device is not supported by armbian.
Patch fixes cannot be tested on real hardware.
* Bring the patch format to the form git-format-patch
for application by the `git am` command.
* First pack of changes
* Enable more Debian
* To make test build
* Remove buster
* Adjust uefi builds
* Version for updated images
* Update
* Update
* Adjust opi3 and 4
* Khadas
* Pinebooks
* Typo in packaga name
* Last update, focal completly removed, need detail checking
* Enable KDE plasma
* Remove not needed target
* Disable H6 Debian builds as they are fairly broken
* Exchange gnome with xfce
* Return legacy to m2/p2 and remove edge sid
* Clean beta builds
* Cleanuip
* Remove jetson nano sid
* Remove firefly and trit h5
* Remove sid
* Change sid with jammy at jethub
* Cleanup and return version to normal
* Typo in packaga name
* WIP: Test for packages integrity just before closing images
* Working debsum check
* Dialog is not needed
* Optimisations - uninstall debsums as we don't need it later on
* Cosmetics
Assuming this is related to both Ubuntu and Debian
Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
* This disables support for the RockPI-S "SDNAND" soldered on EMMC storage
Without it, SDNAND functions
There are no issues on boards that lack the EMMC storage option
In this case, the kernel probes the chip, quietly fails and continues without
creating the corresponding /dev/mmcblk* nodes
* This patch attempts to enable CPU operating points that are not defined.
The result is that the cpufreq-dt driver aborts when attempting to process these incompletely defined nodes.
The CPU ends up running at a constant clock rate, without cpufreq support.
Simply removing the patch restores proper cpufreq operation.
Note, however, that the CPU operating points are still overvolted for the newer RK3308B-S SOC.
See:
https://dl.radxa.com/rockpis/docs/sw/RK3308B-S&RK3308H-S_Software_Compatibility_Introduction_V1.0.0_20211016.pdf