Skip to content

Commit

Permalink
V1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Oct 12, 2022
1 parent 752a89b commit 5df9c08
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion OrangePiRDA/scripts/lib/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
20 changes: 10 additions & 10 deletions OrangePiRDA/scripts/lib/distributions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" <<EOF
# [Unit]
# Description=OrangePi GPIO Fixup
cat >"$DEST/lib/systemd/system/gpio_fixup.service" <<EOF
[Unit]
Description=OrangePi GPIO Fixup
# [Service]
# ExecStart=/usr/local/sbin/gpio_fixup.sh
[Service]
ExecStart=/usr/local/sbin/gpio_fixup.sh
# [Install]
# WantedBy=multi-user.target
# EOF
[Install]
WantedBy=multi-user.target
EOF
cat >"$DEST/type-phase" <<EOF
#!/bin/bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Ubuntu is not building correctly yet.<br>

<h2>Version History</h2>
<ol>
<li>October 12th 2022 - V1.32 - Restore gpio_fixup service</li>
<li>October 12th 2022 - V1.31 - Add USB Bluetooth driver support</li>
<li>October 12th 2022 - V1.30 - Add CAN module support for native SPI without kernel rebuild (thanks MZA, <a href="https://github.com/MehdiZAABAR/OrangePi-I96-Work/">OrangePi-I96-Work</a>), Add libarchive-tools dependency to builder, remove gpio_fixup.sh as the board configuration has been corrected</li>
<li>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)</li>
Expand Down

0 comments on commit 5df9c08

Please sign in to comment.