Giter Site home page Giter Site logo

Comments (6)

pavel-demin avatar pavel-demin commented on August 23, 2024

Hello Peter,

What image are you using? Normally, with the SD card images provided by Red Pitaya the SDR applications start without problem.

Anyway, I've also noticed this problem yesterday when testing the VNA application with my new Debian based image and fixed the permissions in this commit.

I'm currently rebuilding all the images and applications. When they are ready, I'll upload the applications to the application market place and I'll also update all my images.

Best regards,

Pavel

from red-pitaya-notes.

G4DCP avatar G4DCP commented on August 23, 2024

I was using an image built from your master git repository. I have built a vmware build environment using debian and have been testing some of your recent commits to master. So the answer is basically your repository but built from source.

from red-pitaya-notes.

pavel-demin avatar pavel-demin commented on August 23, 2024

Thanks for the clarification. So, you observe exactly the same problem that I've found and fixed yesterday.

A temporary workaround would be to manually fix the permissions of the start.sh and stop.sh scripts:

chmod +x start.sh stop.sh

Once I upload the new versions of the applications to the application marketplace, the applications will work with your image without any manual fixes.

from red-pitaya-notes.

G4DCP avatar G4DCP commented on August 23, 2024

Thanks we can close this then.

Now I only need to work out how someone got the wspr code to coexist!

Peter

from red-pitaya-notes.

pavel-demin avatar pavel-demin commented on August 23, 2024

Somehow . ./start.sh seems to bypass this lack of permission?

Just noticed the dot in front of ./start.sh.

. ./start.sh is equivalent to source ./start.sh. It reads the script and executes it line by line. The execution permission is not needed in this case.

Without dot or source in front of ./start.sh, the scripts should have a correct execution permission.

from red-pitaya-notes.

pavel-demin avatar pavel-demin commented on August 23, 2024

Now I only need to work out how someone got the wspr code to coexist!

There are some hints in #213 (comment).

To better coexist with other application, the WSPR transceiver application should be refactored into a monolithic program with eventually a web interface for configuration of call, grid, bands, etc.

from red-pitaya-notes.

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.