How to change CPU frequency (RK3399) ?

echo userspace > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor echo userspace > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor echo 408000 > /sys/devices/system/cpu/cpufreq/policy0/scaling_setspeed echo 408000 > /sys/devices/system/cpu/cpufreq/policy4/scaling_setspeed # Way to list processes top -m 10 # and cores busybox mpstat -P ALL 1 # checking temperature cat /sys/class/thermal/thermal_zone0/temp

How to change CPU frequency (RK3399) ?2020-05-29T10:16:01+02:00

How to check CPU temperature ?

echo $((`cat /sys/class/thermal/thermal_zone0/temp|cut -c1-2`)).$((`cat /sys/class/thermal/thermal_zone0/temp|cut -c3-5`))

How to check CPU temperature ?2020-05-29T10:16:27+02:00

How to change user and home directory

In file /etc/lightdm/lightdm.conf.d/20-lubuntu.conf change autologin-user=old_user  na  autologin-user=new_user and execute commands sudo usermod -l new_user old_oser usermod -d /home/new_user -m new_user After reboot, new_user is new user name with new home directory.

How to change user and home directory2020-05-29T10:17:02+02:00

How to start daemon by adb

adb shell su -c "/dir > /dev/null 2> /dev/null < /dev/null &" or shell su -c /data/local/tmp/start_daemon.sh #!/system/bin/sh /data/local/tmp/nohup /data/local/tmp/daemon <portn_number> &

How to start daemon by adb2020-05-29T10:17:27+02:00

How to use dual link lvds for 1920×1080 output instead of 1280×800?

Change /home/urve/Desktop/URVEBoardPOE/kernel/drivers/video/rockchip/hdmi/rockchip-hdmi.h /* HDMI default vide mode */ /* HDMI_1280X720P_60HZ HDMI_1920X1080P_60HZ */ #define HDMI_VIDEO_DEFAULT_MODE HDMI_1920X1080P_60HZ Change lines in  /kernel/arch/arm/boot/dts/lcd-b101ew05.dtsi with this template     /* * RockChip. LCD_B101ew05 * */ / { disp_timings: display-timings { native-mode = <&timing0>; timing0: timing0 { screen-type = <SCREEN_DUAL_LVDS>; lvds-format = <LVDS_8BIT_1>; out-face = <OUT_P888>; color-mode = <COLOR_RGB>; clock-frequency = [...]

How to use dual link lvds for 1920×1080 output instead of 1280×800?2020-05-29T10:17:40+02:00

How to set HDMI rotation to portrait

# to rotate screen use adb shell setprop persist.demo.hdmirotation portrait # prevent lock rotation adb shell setprop persist.demo.hdmirotationlock false # to start mirroring only shell setprop persist.demo.singledisplay true #and after reboot adb shell wm size 1080x1920 # to bring back landscape adb shell setprop persist.demo.hdmirotation landscape adb shell setprop persist.demo.hdmirotationlock true

How to set HDMI rotation to portrait2020-05-29T10:17:52+02:00

How to map SMB network resource?

It's as easy as typing: busybox mount -o username=UserName,rw,noperm,iocharset=utf8,password=Password -t cifs //192.168.1.164/Users /data/media/0  

How to map SMB network resource?2020-05-29T10:18:05+02:00

FFMPEG: How to stream H264 1080p 60fps to URVE Player

Simple batch with zeranoe ffmpeg build do the job. You need fast CPU :1 start "FFMPEG - Stream" /wait /MIN /HIGH utils\ffmpeg.exe -re -i "AnyMovieWith60fps.mp4" -vcodec libx264 -preset superfast -tune zerolatency -x264opts vbv-maxrate=12000:vbv-bufsize=1:slice-max-size=1500:keyint=60 -s 1920x1080 -threads 4 -r 60 -an -f mpegts "udp://232.255.42.42:1234" timeout 5 goto 1 You can use URVE StreamServer to achieve reliable [...]

FFMPEG: How to stream H264 1080p 60fps to URVE Player2020-05-29T10:19:04+02:00
Skip to content

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.
Ta strona korzysta z plików cookie, aby poprawić komfort użytkowania. Zakładamy, że nie masz nic przeciwko, ale możesz zrezygnować, jeśli chcesz.
Read more
Dowiedz się więcej

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close