new linux config (200hz ticks) and special scripts modifs for current devs

This commit is contained in:
Vincent Buso 2023-03-12 16:14:23 +01:00
parent c8607a71f1
commit 458d7b1012
8 changed files with 13 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Busybox version: 1.32.0 # Busybox version: 1.32.0
# Tue Apr 6 08:18:28 2021 # Mon Aug 1 19:33:14 2022
# #
CONFIG_HAVE_DOT_CONFIG=y CONFIG_HAVE_DOT_CONFIG=y

View File

@ -20,6 +20,7 @@ CONFIG_ARCH_SUNXI=y
CONFIG_SMP=y CONFIG_SMP=y
CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_ARM_PSCI=y CONFIG_ARM_PSCI=y
CONFIG_HZ_200=y
CONFIG_HIGHMEM=y CONFIG_HIGHMEM=y
CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ=y
CONFIG_CPUFREQ_DT=y CONFIG_CPUFREQ_DT=y

View File

@ -16,7 +16,7 @@
# Startup the system # Startup the system
::sysinit:/bin/cat /etc/issue ::sysinit:/bin/cat /etc/issue
::sysinit:/bin/mount -t proc proc /proc ::sysinit:/bin/mount -t proc proc /proc
#::sysinit:/bin/mount -o remount,rw / ::sysinit:/bin/mount -o remount,rw /
::sysinit:/bin/mkdir -p /dev/pts /dev/shm ::sysinit:/bin/mkdir -p /dev/pts /dev/shm
::sysinit:/bin/mount -a ::sysinit:/bin/mount -a
::sysinit:/sbin/swapon -a ::sysinit:/sbin/swapon -a

View File

@ -94,3 +94,8 @@ instant_play load
# Start frontend # Start frontend
echo "Start frontend" echo "Start frontend"
frontend init >/dev/null 2>&1 & frontend init >/dev/null 2>&1 &
# Debug
touch /mnt/adb
touch /mnt/disable_frontend
funkey_prod_screens TEARING 60 &

View File

@ -0,0 +1 @@
for i in /sys/class/graphics/fb0/freq_*; do echo $(basename $i): $(cat $i); done

View File

@ -14,7 +14,7 @@ BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_14=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -D__ARM_NEON__" BR2_TARGET_OPTIMIZATION="-fno-PIC -mfloat-abi=hard -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad"
BR2_TARGET_GENERIC_HOSTNAME="FunKey" BR2_TARGET_GENERIC_HOSTNAME="FunKey"
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the FunKey" BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the FunKey"
BR2_ROOTFS_DEVICE_TABLE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/device_table.txt" BR2_ROOTFS_DEVICE_TABLE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/device_table.txt"
@ -97,7 +97,6 @@ BR2_PACKAGE_FMT=y
BR2_PACKAGE_ICU=y BR2_PACKAGE_ICU=y
BR2_PACKAGE_DHCPCD=y BR2_PACKAGE_DHCPCD=y
BR2_PACKAGE_DROPBEAR=y BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_ANDROID_TOOLS=y
BR2_PACKAGE_PROCPS_NG=y BR2_PACKAGE_PROCPS_NG=y
BR2_PACKAGE_SWUPDATE=y BR2_PACKAGE_SWUPDATE=y
BR2_PACKAGE_SWUPDATE_CONFIG="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/swupdate.config" BR2_PACKAGE_SWUPDATE_CONFIG="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/swupdate.config"

View File

@ -4,7 +4,8 @@
# #
################################################################################ ################################################################################
PRODSCREENS_VERSION = FunKey-ProdScreens-FunKey-1.1.2 #PRODSCREENS_VERSION = FunKey-ProdScreens-FunKey-1.1.2
PRODSCREENS_VERSION = ab76d63f46b531871daad4d86059d333ceb80276
PRODSCREENS_SITE_METHOD = git PRODSCREENS_SITE_METHOD = git
PRODSCREENS_SITE = https://github.com/FunKey-Project/FunKey-ProdScreens.git PRODSCREENS_SITE = https://github.com/FunKey-Project/FunKey-ProdScreens.git
PRODSCREENS_SITE_LICENSE = GPL-2.1+ PRODSCREENS_SITE_LICENSE = GPL-2.1+

View File

@ -1,7 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Busybox version: 1.32.0 # Busybox version: 1.32.0
# Tue Apr 6 07:55:56 2021 # Mon Aug 1 19:17:50 2022
# #
CONFIG_HAVE_DOT_CONFIG=y CONFIG_HAVE_DOT_CONFIG=y