Giter VIP home page Giter VIP logo

farmjenny_lte_border_router_hat's People

Contributors

rcrouthamel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

vman45

farmjenny_lte_border_router_hat's Issues

Quectel BG95 RPi CM4 Option driver rebuild: addition

Hi, great guide for the Quectel BG95 linux driver for a RPi4! I have a small addition to suggest:

I followed this guide using a the following setup:

  • Device: Raspberry Pi CM4
  • OS: RaspberryPi OS 64-bit
  • Kernel: 5.15.32-v8+
  • Modem: Quectel BG95-M3

I noticed a few differences that you might want to add to your guide. I believe that these steps would be the same/similar for a Pi4 running the 64-bit OS.

In Step 4:

  • Sub-step 2:

Raspberry Pi 4 CM4 default build configuration:

$ cd linux
$ KERNEL=kernel8
$ make bcm2711_defconfig
  • Sub-step 3:
    Where you build and install the kernel, modules, and Device Tree blobs, the top make -j4 zImage modules dtbs command does not work on a RPi4 running the 64-bit RaspberryPi OS (Change zImage to Image). arm in these commands must also be relaced by arm64.
    Here are the updated commands:
$ make -j4 Image modules dtbs
$ make modules_install
$ cp arch/arm64/boot/dts/*.dtb /boot/
$ cp arch/arm64/boot/dts/overlays/*.dtb* /boot/overlays/
$ cp arch/arm64/boot/dts/overlays/README /boot/overlays/
$ cp arch/arm64/boot/Image /boot/$KERNEL.img

Hope this helps someone.

Regards,
Alexander

Reference: https://forums.raspberrypi.com/viewtopic.php?t=290354

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.