Git Product home page Git Product logo

Comments (8)

sultanqasim avatar sultanqasim commented on June 28, 2024

Try arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi as mentioned in the readme.

from sniffle.

Michaelszeng avatar Michaelszeng commented on June 28, 2024

Thanks--I've tried that version as well before switching to gcc-arm-none-eabi-9-2019-q4-major, same issue though unfortunately.

I've also tried the latest version, 10.3, which had the same result.

from sniffle.

sultanqasim avatar sultanqasim commented on June 28, 2024

Hmm, you can try diffing the binaries. The 11.3 compiler I mentioned is the exact version I’ve been using to build recent versions of the firmware.

from sniffle.

sultanqasim avatar sultanqasim commented on June 28, 2024

Oh, by the way, you need to specify the PLATFORM= value every time you invoke make, including load (and even clean to be safe).

from sniffle.

Michaelszeng avatar Michaelszeng commented on June 28, 2024

Thanks--I actually wasn't specifying PLATFORM= every time I invoked make. Just tried again, but same result unfortunately.

I've thought about this a while and am not sure what else I could be doing wrong; I've also downloaded a software to try comparing binaries but I'm not too sure how this helps?

Could I ask a big favor from you-- could you simply build the binary? The only 2 changes I would like to make to the firmware is to change the baud rate in messenger.c to 115200 and the UART port that it uses. To change the UART port, I think changing this line:

https://github.com/nccgroup/Sniffle/blob/master/fw/sniffle.syscfg#L96

to this:

UART1.uart.txPin.$assign  = "boosterpack.30";
UART1.uart.rxPin.$assign  = "boosterpack.29";
UART1.txPinInstance.$name = "CONFIG_GPIO_0";
UART1.rxPinInstance.$name = "CONFIG_GPIO_1";

(assigns the tx pin to DIO1 and the RX pin to DIO0), should work (although I'm not the most experience in sysconfig).

I am asking a lot but I would really appreciate the help--I'm really passionate about this project (has to do with detect and avoid for drones) and Sniffle has been incredibly helpful already.

from sniffle.

elec-tra avatar elec-tra commented on June 28, 2024

Hi @Michaelszeng I tried to build for the device CC2652RB1F, for me, it is working fine. Can you provide more information about your build environment?

from sniffle.

sultanqasim avatar sultanqasim commented on June 28, 2024

@Michaelszeng Do you still need assistance with this?

from sniffle.

sultanqasim avatar sultanqasim commented on June 28, 2024

Closing due to inactivity and inability to reproduce the issue

from sniffle.

Related Issues (20)

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.