Hello @all,
my system:
Beaglebone Black, Debian 9.5 LXQT (with graphical desktop)
gen4-4DCAPE-50CT-CLB
no more capes
In the file uEnv.txt I disabled HDMI.
###Disable auto loading of virtual capes (emmc/video/wireless/adc)
#disable_uboot_overlay_emmc=1
disable_uboot_overlay_video=1
disable_uboot_overlay_audio=1
#disable_uboot_overlay_wireless=1
#disable_uboot_overlay_adc=1
The display has been correctly recognized and everything is displayed.
A web server is running on the Beagleboard.
The call of this WebApp by an external device (PC or Smartphone) is super fast.
It takes about 1 second to open a page.
However, if I call the page localhost:8082 with the onboard browser
Chromium, everything is displayed very slowly. The page call takes about
12 seconds.
How can I speed this up ?
What is the problem ?
The memory of the Beagle is already 96% occupied by the operating system.
Can I reduce the FPS rate ?
I already posted my problem in the forum of 4D.
The switch from chromium to midori has already brought a significant improvement.
How can this be further accelerated?
Which services are started by default when booting that are not necessarily needed ?
Thanks in advance