Home › Forums › Forums › Technical Support for the OzzMaker SARA-R5 LTE-M GPS + 10DOF › Muktiplex port failing on bulls eye os
Tagged: Connect to gsm ports
- This topic has 2 replies, 2 voices, and was last updated 6 days, 14 hours ago by edtacey1.
- AuthorPosts
- April 29, 2023 at 12:17 pm #18163edtacey1Participant
during the python call
python2.7 /usr/bin/rpi-source -q –tag-update
python2.7 /usr/bin/rpi-sourcesays python2.7 is not a bash command
retry with default python instance and get error in compile
What os and environment is this setup for i have donwloaded the vanilla rasbery pi bullseye image and patched it up to date
this is the only thing i have configured ir for
May 1, 2023 at 6:24 pm #18167Mark WilliamsKeymasterHi, can you please try this rpi-source file
wget -O /usr/bin/rpi-source https://ozzmaker.com/downloads/rpi-source
and rune withchmod +x /usr/bin/rpi-source /usr/bin/rpi-source -q --tag-update /usr/bin/rpi-source
Please let me know if it works and I will update the guide
- This reply was modified 1 month ago by Mark Williams.
Mark --OzzMaker.com --
May 25, 2023 at 6:41 am #18204edtacey1ParticipantHi thanks for your reply I
I think the python script worked as I got no errors for
chmod +x /usr/bin/rpi-source
/usr/bin/rpi-source<em> -q --tag-update</em>
/usr/bin/rpi-source
however compile make in the next step failed with the below errors
make -C /lib/modules/$(uname -r)/build M=$(pwd) -e CONFIG_N_GSM=m modules
various compile issues
starting with
In file included from ./arch/arm64/include/asm/ptrace.h:13,
from ./arch/arm64/include/asm/virt.h:61,
from ./arch/arm64/include/asm/hw_breakpoint.h:11,
from ./arch/arm64/include/asm/processor.h:39,
from ./include/linux/mutex.h:19,
from ./include/linux/notifier.h:14,
from ./include/linux/clk.h:14,
from /root/linux/drivers/tty/serial/sc16is7xx.c:12:
./arch/arm64/include/uapi/asm/ptrace.h: At top level:
./arch/arm64/include/uapi/asm/ptrace.h:96:2: error: unknown type name ‘__uint128_t’
96 | __uint128_t vregs[32];
| ^~~~~~~~~~~
./arch/arm64/include/uapi/asm/ptrace.h:261:2: error: unknown type name ‘__uint128_t’
261 | __uint128_t apiakey;./include/linux/page-flags-layout.h:6:10: fatal error: generated/bounds.h: No such file or directory
6 | #include <generated/bounds.h>
| ^~~~~~~~~~~~~~~~~~~~
was the final errorHappy to start again if you can advise of exact Rpi image to start with I will re flash
Os version as below
root@raspberrypi:~/linux/drivers/tty# cat /etc/os-release
Current OS & Version below
PRETTY_NAME=”Raspbian GNU/Linux 11 (bullseye)”
NAME=”Raspbian GNU/Linux”
VERSION_ID=”11″
VERSION=”11 (bullseye)”opm ~/linux/drivers/tty# uname -a
Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
- This reply was modified 6 days, 13 hours ago by edtacey1.
- AuthorPosts
- You must be logged in to reply to this topic.