-
Posts
45 -
Joined
-
Last visited
Reputation Activity
-
Pol Isidor got a reaction from Technicavolous in How to change resolution HDMI display (Armbian5.27)?
Thx mate..this is the right answer on question!
-
Pol Isidor reacted to Werner in What diffirend armhf and arm64 for .deb packets?
Moved to proper location.
armhf is 32bit
arm64 is 64bit.
There are a few other variants of arm in 32bit which you can lookup via Wikipedia for example
-
Pol Isidor got a reaction from gounthar in Hardware Graphic/Video Acceleration in H3 Mainline
Huh..it seams that it is not so simple for everyone to reach this poing to have a HW acceleration on H3.
My goal is to reach transcoding from h264 full HD as input stream (satillite stream from enigma2 receivers) and lower down the resolution to SD in h264 with FFmpeg.
I compiled myself the ffmpeg with h264 and libfdk-aac.
All this working even without HW but from SD to SD.
Is there some detail tutorial how can I reach this point?
Thx!
-
Pol Isidor reacted to StefanH. in Date changed to 1978,System crash,Mysql run 195% of CPU
After I set the CPU speed as described above the issue never came back
-
Pol Isidor reacted to flags8192 in nand sata install (emmc to sd card)
Hi everybody ! Is it possible to transfer from emmc to sd card? That is, as in the nand-sata-install script, only in the opposite direction.
-
Pol Isidor reacted to Mikalai Kavalchuk in Date changed to 1978,System crash,Mysql run 195% of CPU
Hello everyone!
I have same issue with Orange Pi Zero (Linux orangepizero 4.19.62-sunxi #5.92 SMP Wed Jul 31 22:07:23 CEST 2019 armv7l GNU/Linux)
I have running 20 devices. And now 4 devices have 1978 year and I can't connect thru ssh..
Devices sends every 30 seconds 'alive' message via MQTT, so I see this trouble but can't do anything because devices are remote and no access thru ssh.
I changed CPU speed to fixed 816 Mhz at available devices, and I will monitoring this situation and hope this help.
Maybe someone have any news/solutions for this trouble?
Founded how to remotely reboot OPi with 1978 date error using SSH:
ssh username@yourIP -p yourPort "echo 1 > /proc/sys/kern/sysrq;echo b > /proc/sysrq-trigger"
-
Pol Isidor reacted to Marc_in_the_dark in Date changed to 1978,System crash,Mysql run 195% of CPU
set the minimum CPU speed to 110400 and maximum speed to 110400. CPU governor = conservative (armbian config > system > CPU).
So the processor will not change the CPU clock.