

Dysmas
-
Posts
36 -
Joined
-
Last visited
Reputation Activity
-
Dysmas reacted to c0rnelius in NanoPi R5S Armbian Image
Vendor u-boot needs to be purged from the eMMC: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R5S#The_Boot_order_between_eMMC_and_SD_card
I drop test imgs and kernels here: https://github.com/pyavitz/binary/releases/tag/images
What was last reported;
5.19.3-2022-08-22 boots but no m.2, nor proper eth led functions.
5.19.6 I was told it booted, but then upon powering down the device it wouldn't come back. No other info given.
Only change between 5.19.3 and 5.19.6 was a defconfig adjustment.
Not tested;
5.19.8-2022-09-10 pin-ctrl added in hopes it brings up the m.2 and a custom led patch for the eth ports.
Can open an issue there or find me on IRC / Discord.
-
Dysmas reacted to c0rnelius in NanoPi R5S Armbian Image
I'll add it to the build and see what people report. Thanx.
-
Dysmas got a reaction from Bernie_O in SOLVED - How to disable armbian-ram-logging correctly?
I posted the full solution here : https://github.com/armbian/build/issues/1582
The basic idea is :
Once the "--delete" issue is corrected, log.hdd is better, but there is still an issue : the rotated files overlap, because the effect of the rotation is not mirrored to /var/log. I have a log rotated daily, but each rotated file contains 3 or 4 days.
This can be solved easily by the following process :
ramlog write (to update log.hdd before rotation) logrotate ramlog postrotate (which will copy to /var/log the modified files of /ram/log.hdd).
See the code on Github, link above.