project:build.sh:Add support for multiple folders in post overlay project:cfg:BoardConfig_IPC:Add support for rootfs post overlay sysdrv:Makefile:Replace the script-based copying method with the post overlay approach Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
12 lines
241 B
Bash
Executable File
12 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/bin/filesystem_resize.sh
|
|
/usr/bin/wifi_bt_init.sh
|
|
/usr/bin/luckfox_switch_rgb_resolution &
|
|
/etc/init.d/S50usbdevice start
|
|
luckfox-config load
|
|
if [ -n "$(hwclock | grep "invalid")" ]; then
|
|
date -s 2024-01-01
|
|
hwclock -w
|
|
fi
|