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
ThomasKaiser
7dd3a3154a
Minor logging/support tweaks
2017-11-22 11:32:32 +01:00
ThomasKaiser
1ae79aab83
Monitor underpowering little bit better on A20 boards
2017-11-21 22:08:16 +01:00
ThomasKaiser
e0ee68a375
Minor logging tweaks
2017-11-20 06:41:05 -08:00
ThomasKaiser
ce884f630d
Minor armbianmonitor debug info improvements
2017-11-19 18:26:03 +01:00
ThomasKaiser
ead8c7e6c6
Minor monitoring/support fixes in armbianmonitor
2017-11-19 13:24:02 +01:00
jaskcon
35247cc040
default network interface monitoring ( #821 )
...
* default network interface monitoring
I added the function NetworkMonitorMode(). One could argue that the MonitorMode() function should own these stats, but I think it would make things a bit too busy-ish. Having said that, I'm not married to accessing network stats through an independent function.
regards..../j
* Update armbianmonitor
* Update armbianmonitor
* Update armbianmonitor
* Update armbianmonitor
* Update armbianmonitor
2017-11-12 21:30:57 +01:00
jaskcon
494c3811b8
Fixes to ProcessStats() and the associated calls ( #820 )
...
Changes to the 'ProcessStats()' function to pull and compute system load values with better accuracy
Changes to the 'MonitorMode()' function to display the system load values with better accuracy [call ProcessStats() and load values through the $procStats variable]
2017-11-11 14:38:28 +01:00
ThomasKaiser
cac4155f81
Few more cosmetical armbianmonitor fixes
2017-11-08 15:32:19 +01:00
ThomasKaiser
67de9a2369
Cosmetic MonitorMode changes in armbianmonitor
2017-11-08 14:08:32 +01:00
jaskcon
1a6041a0b2
Update armbianmonitor ( #819 )
...
* Update armbianmonitor
Two proposed changes to 'MonitorMode':
Change 0 [Fix the real-time monitor 'sleep' value so it can be adjusted at runtime]
line 138: equate 'interval' with $1 (note: in the 'case' routine, $2 == command-line $1)
line 325: change term 1 of the comparator from '$1' to 'interval'
Change 1 [add fixed-line functionality to the real-time monitor]
lines 291,297: retain the 'DisplayHeader' reprint routine for command-line case '-m' (scrolled output)
lines 326-328: add the overwrite routine for command-line case '-M' (fixed-line output)
* Update armbianmonitor
* Update armbianmonitor
2017-11-08 08:41:27 +01:00
zador-blood-stained
b0140bcee6
Small updates to firstrun config
2017-11-04 22:32:15 +03:00
zador.blood.stained
b6ab198b43
Split and activate firstrun configuration service
...
The code was disabled some time ago, split it to a separate unit file
and reenable. Since configuration file needs to be renamed to activate
it, it won't be run by default.
2017-11-04 21:56:23 +03:00
ThomasKaiser
2e5bb818e5
Switch from swapfile to zram on Xenial
...
https://forum.armbian.com/topic/5565-zram-vs-swap/
2017-11-03 16:20:12 +01:00
zador-blood-stained
2a7ccaca1a
Add NAND issues warning to nand-sata-install
2017-10-25 13:46:23 +03:00
ThomasKaiser
437995769a
Switch to 4MiB partition boundaries on flash media
2017-10-24 20:12:19 +02:00
zador-blood-stained
4cb8c1c9d3
Add cooling state to armbianmonitor -m output
2017-10-08 12:51:17 +03:00
ThomasKaiser
39fd9d9a7d
Small interaction fix between tools
...
Armbian-config can call now "armbianmonitor -m" properly
2017-09-10 18:40:11 +02:00
ThomasKaiser
537efa4241
Minor fixes/tweaks
2017-09-07 13:02:27 -07:00
ThomasKaiser
6c9e45f806
Syntax fixes for nand-sata-install
2017-09-07 08:26:04 -07:00
ThomasKaiser
f6553ffebd
[OMV] Let nand-sata-install transfer shares
2017-09-07 03:17:47 -07:00
ThomasKaiser
f11554f059
[OMV] nand-sata-install fix
2017-09-06 23:36:50 -07:00
ThomasKaiser
c15b9295b8
Two more minor nand-sata-install fixes
...
Still not working on Exynos 5244 trying to boot from USB
2017-09-05 14:36:56 -07:00
ThomasKaiser
313f10240c
Some more nand-sata-install fixes
2017-09-05 11:01:18 -07:00
ThomasKaiser
4fc19b3284
Few more nand-sata-install fixes
2017-09-05 08:42:29 -07:00
ThomasKaiser
c79cb9e84a
Small nand-sata-install logging fix
2017-09-05 05:46:34 -07:00
ThomasKaiser
46822683cc
UUID fix for nand-sata-install
2017-09-04 08:13:48 -07:00
ThomasKaiser
6a9bc56b39
Cosmetic armbianmonitor fix
2017-09-01 16:41:28 -07:00
zador-blood-stained
f6044a1f6c
Add new u-boot updating options to nand-sata-install
2017-08-31 21:19:51 +03:00
ThomasKaiser
630c72775e
Small armbianmonitor improvements
2017-08-20 06:47:40 -07:00
ThomasKaiser
680a8ca3d7
Small logging fixes
...
Added lspci, fixed verbosity reading, when lshw is installed even more verbose output
2017-08-20 06:10:11 -07:00
Igor Pecovnik
704eee9033
Buffix when installing to Odroid eMMC from SD card
2017-08-10 23:15:32 +02:00
zador-blood-stained
2c0115d780
Refactor BSP directory structure
2017-07-24 16:38:00 +03:00