diff --git a/board/raspberrypi5_custom/config.txt b/board/raspberrypi5_custom/config.txt index 61443d6..c8734dc 100644 --- a/board/raspberrypi5_custom/config.txt +++ b/board/raspberrypi5_custom/config.txt @@ -3,15 +3,12 @@ kernel=Image -# To use an external initramfs file -#initramfs rootfs.cpio.gz - # Disable HDMI to reduce noise hdmi_ignore_hotplug=1 hdmi_blanking=2 disable_splash=1 -# gpu mem config (seems to be totally nececcarry - smaller than 32m does not boot on rpi3) +# gpu mem config (seems to be totally necessary - smaller than 32m does not boot on rpi3) gpu_mem=32 # uart debug enable on GPIO14/15 diff --git a/configs/raspberrypi5_custom_defconfig b/configs/raspberrypi5_custom_defconfig index d71b99a..5671511 100644 --- a/configs/raspberrypi5_custom_defconfig +++ b/configs/raspberrypi5_custom_defconfig @@ -23,13 +23,19 @@ BR2_PACKAGE_XZ=y BR2_PACKAGE_RPI_FIRMWARE=y BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="$(BR2_EXTERNAL_AURACASTER_SYSTEM_PATH)/board/raspberrypi5_custom/config.txt" BR2_PACKAGE_RPI_FIRMWARE_CMDLINE_FILE="$(BR2_EXTERNAL_AURACASTER_SYSTEM_PATH)/board/raspberrypi5_custom/cmdline.txt" -# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set +BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS=y +BR2_PACKAGE_OPENSSL=y +BR2_PACKAGE_CA_CERTIFICATES=y +BR2_PACKAGE_NETDATA=y BR2_PACKAGE_DROPBEAR=y +BR2_PACKAGE_DOCKER_CLI=y +BR2_PACKAGE_DOCKER_COMPOSE=y +BR2_PACKAGE_DOCKER_ENGINE=y BR2_PACKAGE_KMOD=y BR2_PACKAGE_KMOD_TOOLS=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y -BR2_TARGET_ROOTFS_EXT2_SIZE="120M" +BR2_TARGET_ROOTFS_EXT2_SIZE="512M" # BR2_TARGET_ROOTFS_TAR is not set BR2_PACKAGE_HOST_DOSFSTOOLS=y BR2_PACKAGE_HOST_GENIMAGE=y diff --git a/flash_sdcard.sh b/flash_sdcard.sh index 0d28481..68e5b4c 100755 --- a/flash_sdcard.sh +++ b/flash_sdcard.sh @@ -176,10 +176,6 @@ eval "$FLASH_COMMAND" # Sync to ensure all writes are complete sync -echo -echo "Flash complete!" -echo - # Remind user to eject the card safely echo "Flash complete!" echo @@ -194,7 +190,6 @@ echo # Instructions for next steps echo "1. Insert the SD card into your Raspberry Pi 3" echo "2. Power on the device" -echo "3. Access the SWUpdate web interface at http://:8080" echo exit 0 \ No newline at end of file