diff --git a/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig b/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig index 9018c04..d4f2dc2 100644 --- a/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig +++ b/OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig @@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" -CONFIG_LOCALVERSION="-legendary-v1.31" +CONFIG_LOCALVERSION="-legendary-v1.32" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_LZMA=y diff --git a/OrangePiRDA/scripts/lib/build_image.sh b/OrangePiRDA/scripts/lib/build_image.sh index c1b38b5..cee9428 100755 --- a/OrangePiRDA/scripts/lib/build_image.sh +++ b/OrangePiRDA/scripts/lib/build_image.sh @@ -5,7 +5,7 @@ build_rk_image() { } build_rda_image() { - VER="v1.31" + VER="v1.32" IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}" IMAGE="${BUILD}/images/$IMAGENAME.img" diff --git a/OrangePiRDA/scripts/lib/distributions.sh b/OrangePiRDA/scripts/lib/distributions.sh index 2cbdecc..acd05a4 100755 --- a/OrangePiRDA/scripts/lib/distributions.sh +++ b/OrangePiRDA/scripts/lib/distributions.sh @@ -394,22 +394,22 @@ EOF add_gpio_service() { # GPIO fixup - #curl -k -L -o "$DEST/usr/local/sbin/gpio_fixup.sh" https://raw.githubusercontent.com/MehdiZAABAR/OrangePi-I96-Work/master/OrangePiRDA/output/rootfs/usr/local/sbin/gpio_fixup.sh - #chmod +x "$DEST/usr/local/sbin/gpio_fixup.sh" + curl -k -L -o "$DEST/usr/local/sbin/gpio_fixup.sh" https://raw.githubusercontent.com/MehdiZAABAR/OrangePi-I96-Work/master/OrangePiRDA/output/rootfs/usr/local/sbin/gpio_fixup.sh + chmod +x "$DEST/usr/local/sbin/gpio_fixup.sh" curl -k -L -o "$DEST/usr/local/bin/opio" https://wiki.pbeirne.com/patb/opio/raw/master/opio chmod +x "$DEST/usr/local/bin/opio" curl -k -L -o "$DEST/usr/local/bin/devmem2.py" https://wiki.pbeirne.com/patb/i96/raw/master/devmem2.py chmod +x "$DEST/usr/local/bin/devmem2.py" -# cat >"$DEST/lib/systemd/system/gpio_fixup.service" <"$DEST/lib/systemd/system/gpio_fixup.service" <"$DEST/type-phase" <

Version History

    +
  1. October 12th 2022 - V1.32 - Restore gpio_fixup service
  2. October 12th 2022 - V1.31 - Add USB Bluetooth driver support
  3. October 12th 2022 - V1.30 - Add CAN module support for native SPI without kernel rebuild (thanks MZA, OrangePi-I96-Work), Add libarchive-tools dependency to builder, remove gpio_fixup.sh as the board configuration has been corrected
  4. September 28th 2022 - V1.29 - Adjust lower bound of txpower curve to improve WiFi stability -- you can increase WiFi debugging verbosity with echo 4 > /sys/kernel/debug/rdawfmac/mmc*/dbglevel. You can use 5 for the highest level of verbosity to help debug the driver (still lots of problems to find / solve and this will help see what the driver is doing)