Ming
Ming
DIIDevHeads IoT Integration Server
Created by R1Tap on 12/31/2024 in #📡-edge-networking
Segmentation Fault in Asterisk on STM32MP157f-DK2 When Using SIP Client
Building from source is a good idea, as that way you are in more control of it - as well as having the option of creating a debug build.
8 replies
DIIDevHeads IoT Integration Server
Created by melta101 on 12/24/2024 in #📦-middleware-and-os
I have a BBB, How do i change the build-in bus driver to a module?
9. Copy the kernel & modules to your BBB scp arch/arm/boot zImage <your BBB>:/boot/zImage-melta scp -rp ~/new_modules/lib/modules/* <your BBB>:/lib/modules 10. Ask your BBB to use the new kernel Edit /boot/uEnv.txt Change the uname_r line to the name of your new kernel e.g. uname_r=zImage-melta 11. Reboot the BBB and see if it works 12. (Optional) Re-flash the SD Card of the BBB as you realise that I wrote the instructions from memory, missed some step and have bricked the board 🙂
35 replies