Giter Site home page Giter Site logo

Comments (7)

guruofquality avatar guruofquality commented on May 25, 2024

Not entirely sure why. I guess all of the settings will get called and their defaults applied? Does this work for you? bfb0650

from soapybladerf.

GkvJeep avatar GkvJeep commented on May 25, 2024

New problems.
jump_to_bootloader
next

from soapybladerf.

guruofquality avatar guruofquality commented on May 25, 2024

lol, ok i made that jump to bootloader false too: 04f798e

from soapybladerf.

GkvJeep avatar GkvJeep commented on May 25, 2024

This I myself corrected. ;-))
It seems to work.
The question is different.
[error] bladeRF: Invalid erase setting "false"
p.s
And change Buffer Count, by default 0.

from soapybladerf.

guruofquality avatar guruofquality commented on May 25, 2024

And change Buffer Count, by default 0.

0 is automatic

    SoapySDR::ArgInfo xfersArg;
    xfersArg.key = "transfers";
    xfersArg.value = "0";
    xfersArg.name = "Num Transfers";
    xfersArg.description = "Number of async USB transfers. Use 0 for automatic";
    xfersArg.units = "bytes";
    xfersArg.type = SoapySDR::ArgInfo::INT;
    xfersArg.range = SoapySDR::Range(0, 32);
    streamArgs.push_back(xfersArg);

Invalid erase setting "false"

Its just an error print, not action is actually taken. I think the errors prints are wrong FWIW and should be changed, but they should not stop you at this point. Hopefully :-)

PS, copy paste terminal output, its just text, no need for a screenshot

from soapybladerf.

GkvJeep avatar GkvJeep commented on May 25, 2024

Hi Josh.
Change resetArg.value to false.

// Device reset
SoapySDR::ArgInfo resetArg;
resetArg.key = "reset";
resetArg.value = "true";
resetArg.name = "Reset Device";
resetArg.description = "Reset the device, causing it to reload its firmware from flash.";

Konstantin.

from soapybladerf.

guruofquality avatar guruofquality commented on May 25, 2024

Should be fixed now, thank!

from soapybladerf.

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.