Thomas Kaiser
9bce3eb58b
Cosmetic log fix
2018-08-12 11:47:08 +02:00
Thomas Kaiser
68d1fae8ce
RK3399 IRQ affinity assignment first try
2018-08-12 11:41:32 +02:00
Igor Pecovnik
802c7be55f
ArmbianEnv.txt file cleanup. Without LF parameters can be added to the same line and board might not boot at all. This should fix the problem.
2018-08-11 17:43:20 +02:00
ThomasKaiser
88ea83e694
armbianmonitor bugfix
2018-08-06 06:56:46 +02:00
ThomasKaiser
a70fd8033d
Add Tinkerboard S DC-IN voltage to armbianmonitor
...
https://forum.armbian.com/topic/7882-tinkerboard-s-what-is-asus-view-on-voltage-drops-in-cables/?do=findComment&comment=59445
2018-08-06 06:43:49 +02:00
zador-blood-stained
d1fc3b898b
Bugfixes for armbian-add-overlay changes
2018-07-26 14:17:34 +03:00
zador-blood-stained
7f9e4e1a43
Rework checks for dtc in armbian-add-overlay
...
Ubuntu Bionic and newer Debian distributions have new enough dtc for
compiling overlays, so try to use distribution provided compiler if
kernel headers are not installed
2018-07-26 14:08:53 +03:00
ThomasKaiser
e63138bacd
Allow 7-zip benchmark to run multiple times
2018-07-22 14:53:16 +02:00
ThomasKaiser
13d034b747
Add 7-zip CPU benchmark to armbianmonitor
...
Unfortunately still people believe into sysbench to be able to report CPU performance
2018-07-22 12:05:56 +02:00
Igor Pečovnik
80ea69910a
Suppressing irrelevant error code
2018-07-20 09:02:41 +02:00
ThomasKaiser
4117a76167
Minor bugfixes
2018-07-19 12:41:09 +02:00
Thomas Kaiser
7c5b606a85
Add cron-apt and unattended-upgrades to RecreateLogs
2018-07-18 15:53:35 +02:00
ThomasKaiser
52bef7ddf9
Try to improve ondemand scheduler and thermal readouts
...
https://forum.armbian.com/topic/6398-orange-pi-zero-cpu-and-load-issues-with-538/?do=findComment&comment=58057 and https://forum.armbian.com/topic/7032-nanopi-k1-plus-to-be-released-soon/?do=findComment&comment=58172
2018-07-15 23:10:26 +02:00
ThomasKaiser
0c5d1b3639
Correct partition aligment in nand-sata-install
...
Also prepare for RK3399
2018-07-11 09:16:43 +02:00
ThomasKaiser
8540778100
Minor ramlog fixes
2018-07-11 07:29:08 +02:00
ThomasKaiser
80c8753d78
[OMV] Minor fixes
2018-07-09 13:41:24 -07:00
ThomasKaiser
5c214b0cc1
Few ramlog/zram fixes/improvements
2018-07-09 11:55:39 -07:00
Thomas Kaiser
5bd6ab4b0d
Formatting fixes and log creation only when needed
2018-07-09 15:40:12 +02:00
Igor Pečovnik
7283c12ffd
Fix permissions for script and in one patch, s5p6818 kernel config adjustement
2018-07-06 07:07:41 +00:00
Igor Pečovnik
52c71aba80
Logrotate fix
...
https://github.com/armbian/build/issues/1033
2018-07-06 06:59:38 +02:00
Igor Pečovnik
cf40fda60a
Add OMV 4 module dependencies and a workaround for ram2log that OMV can make use ZRAM powered ramlog. It is also helpful in case of sudden crash. Nginx can't start without log places into its subdir. We create them on start.
2018-07-04 14:19:50 +00:00
Igor Pecovnik
908dd71d2d
Revert "Adjusted ZRAM implementation"
...
This reverts commit 46d754f909 .
2018-06-30 23:00:26 +02:00
Igor Pečovnik
46d754f909
Adjusted ZRAM implementation
...
https://forum.armbian.com/topic/7503-we-need-your-help/?tab=comments#comment-57029
2018-06-29 11:14:04 +00:00
Igor Pečovnik
bffd9a4a72
Workaround for activating ZRAM on some older kernels and enabling zram compression method in Odroid C2 kernel config
2018-06-22 11:51:05 +00:00
Igor Pecovnik
04254c4878
Fixing crontab and adjusting logrotate command
...
https://github.com/armbian/build/issues/1021
2018-06-20 09:49:06 +02:00
Igor Pečovnik
a0a49416e0
Bugfix and add another file to cleaning list
2018-06-17 13:07:02 +00:00
Igor Pečovnik
75e17b0e21
Switch logic. logrotate is active at /var/log.hdd if we use it. Compression happens only there. Truncate script (if /var/log is over 75%) saves logs, run logrotate on log.hdd and truncate logs. ZRAM partition was switched back to EXT4 since there are many troubles with older kernels. Image size was reduced due to lack of swap creation.
2018-06-17 11:52:15 +00:00
Igor Pečovnik
09b313f860
Added timeouts for our new services, bugfix for packaging
2018-06-17 08:23:40 +00:00
Obihörnchen
dace054d9d
ODROID XU4: Improve IRQ detection regex
...
Some kernels might have additional interrupts like ```extcon_usb3_0```. The previous regex matches this as well, so usb3 smp_affinity was never set correctly.
```
80: 1465 54 0 0 0 0 0 0 GICv2 103 Edge ehci_hcd:usb1, ohci_hcd:usb2
150: 3915 0 132611 0 0 0 0 0 GICv2 104 Edge xhci-hcd:usb3
151: 334 0 0 0 0 0 0 7406300 GICv2 105 Edge xhci-hcd:usb5
152: 0 0 0 0 0 0 0 0 exynos4210_wkup_irq_chip 5 Edge extcon_usb3_0
153: 1 0 0 0 0 0 0 0 exynos4210_wkup_irq_chip 1 Edge extcon_usb3_1
154: 0 0 0 0 0 0 0 0 exynos4210_wkup_irq_chip 4 Edge extcon_usb3_1
```
Note: The armbian kernel doesn't have these additional interrupts, but it can't hurt to improve it anyways ;)
2018-06-17 01:31:51 +02:00
Igor Pečovnik
347af78b46
Detecting compressed devices doesn't work properly. fixed to dev/zram0 for now
2018-06-16 20:31:15 +00:00
Igor Pečovnik
9509640c65
Bugfix.
...
After, not before
2018-06-16 21:25:03 +02:00
Igor Pečovnik
f0b4ac9f2a
Check if file exists
2018-06-16 18:57:41 +00:00
Igor Pečovnik
fc07886a1d
Bsp services RFC ( #1015 )
...
* Basic armbian services RFC
- tested building and upgrade
- armbian-optimize-hardware and armbian-setup-hardware have still the same content
* fix permissions
* Forther renaming and small fixes
* Odroid C2 NEXT tiny config adjustement to remove errros from bootup and moving u-boot to 2018.05
* More cleanings
* permissions fix
* More cleanup ...
* permi
* Remove few Ubuntu related things, fix permissions
* Further mini improvements
* Fix logrotate compression and permission issues
* Bugfix
* Wrong services setup at package install. fixing
* RAM logging: workaround for older kernel/btrfs driver versions
* Renaming services, proper config for zram, few bugfixes.
* Various fixes
* Various fixes
* No $TMPFILE needed here
* Various fixes
* Lower this so boards with low memory can use it too
* Various fixes
* Adjust logfile to armbian-hardware-monitor.log
* Remove swap file creation
* Fix permissions in all logrotate configs if needed.
* Prevent loading parallel printer port drivers which we don't need here.
2018-06-16 19:41:16 +02:00
Igor Pecovnik
e39757e142
Packages cleanup. Removing deprecated configs and scripts
2018-05-27 20:51:05 +02:00
Igor Pecovnik
312ec0ba91
Merged packages from development
2018-05-27 10:17:03 +00:00
Igor Pecovnik
69ccc04e88
USB / SATA install support for Esspressobin SPI based boot. BTRFS option disabled.
2018-02-13 14:17:20 +01:00
Igor Pecovnik
72df4a091f
Sprunge pasting service seems to be broken. Changing to alternative ix.io
...
https://github.com/rupa/sprunge/issues/43
2018-01-06 08:38:49 +01:00
Thomas Kaiser
de0df7fbe8
Make CLI monitoring less 'expensive'
...
We try to **not** influence OS behaviour so let's try to renice our monitoring function from 0 to 19 and also minimize fs stats.
2017-12-15 11:44:21 +01:00
Igor Pecovnik
d93ad66f39
Revert "Bugfix when temperature is not present or readings are invalid"
...
This reverts commit 7f2337ed53 .
2017-12-15 10:44:59 +01:00
Igor Pecovnik
7f2337ed53
Bugfix when temperature is not present or readings are invalid
2017-12-15 09:38:27 +01:00
Igor Pecovnik
dbca9c7ed3
Rearanging initial Chromium bookmarks, adding links to documentation, guides, ...
2017-12-14 19:53:54 +01:00
Igor Pecovnik
ca63d66abb
Add Chromium initial configuration for Ubuntu and Debian
2017-12-14 18:26:01 +01:00
Stefan Mavrodiev
f473e1a9fb
Update support for sun5i ( #846 )
...
* Initial support for A13
* Update u-boot.bin
* Update nand-sata-install
2017-12-14 13:27:50 +03:00
Igor Pecovnik
55a7192e49
Missing CPU temp in armbianmonitor https://github.com/armbian/build/issues/839
2017-12-05 10:57:29 +01:00
Igor Pecovnik
9a3e6a713d
Cosmetic feature - hide boot partitions from desktop
2017-12-05 10:31:57 +01:00
Igor Pecovnik
c7dc4fcf97
Proper bind mount directory when installing to SATA/USB and booting from SD.
2017-12-04 17:24:06 +01:00
zador.blood.stained
2851e0987e
Small BSP refactoring
2017-12-01 18:38:23 +03:00
Thomas Kaiser
9b49b45ff7
Minor bugfix in armbianmonitor
2017-11-29 19:31:21 +01:00
Igor Pecovnik
5cb346e80f
More resiliant soc temp reading when kernels fails to output proper data.
2017-11-29 11:48:27 +01:00
ThomasKaiser
35a6ad0b95
Restrict nand-sata-install to btrfs when rootfs is already btrfs
2017-11-22 22:40:44 +01:00