Git Product home page Git Product logo

Comments (4)

vingu-linaro avatar vingu-linaro commented on May 2, 2024

Which command do you try to run ?

from rt-app.

mli-tian avatar mli-tian commented on May 2, 2024

I try to run 'rt-app -t 100000:10000:d -t 150000:20000:f:10 -D5' but failed

from rt-app.

vingu-linaro avatar vingu-linaro commented on May 2, 2024

You can't provide thread's description in command line for a while now. You must use a json file to describe your threads. something like the below:

{
	"tasks" : {
		"thread-A" : {
			"instance" : 1,
			"loop" : -1,
			"policy" : "SCHED_DEADLINE",
			"dl-period" : 100000,
			"dl-runtime" : 11000,
			"run" :   10000,
			"timer" : { "ref" : "unique", "period" : 100000, "mode" : "absolute" }
		},
		"thread-B" : {
			"instance" : 1,
			"loop" : -1,
			"policy" : "SCHED_FIFO",
			"priority" : 10,
			"run" :   20000,
			"timer" : { "ref" : "unique", "period" : 150000, "mode" : "absolute" }
		}
	},
	"global" : {
		"duration" : 5,
		"default_policy" : "SCHED_OTHER",
		"pi_enabled" : true,
		"lock_pages" : true,
		"log_size" : "disable"
	}
}

from rt-app.

mli-tian avatar mli-tian commented on May 2, 2024

You can't provide thread's description in command line for a while now. You must use a json file to describe your threads. something like the below:

{
	"tasks" : {
		"thread-A" : {
			"instance" : 1,
			"loop" : -1,
			"policy" : "SCHED_DEADLINE",
			"dl-period" : 100000,
			"dl-runtime" : 11000,
			"run" :   10000,
			"timer" : { "ref" : "unique", "period" : 100000, "mode" : "absolute" }
		},
		"thread-B" : {
			"instance" : 1,
			"loop" : -1,
			"policy" : "SCHED_FIFO",
			"priority" : 10,
			"run" :   20000,
			"timer" : { "ref" : "unique", "period" : 150000, "mode" : "absolute" }
		}
	},
	"global" : {
		"duration" : 5,
		"default_policy" : "SCHED_OTHER",
		"pi_enabled" : true,
		"lock_pages" : true,
		"log_size" : "disable"
	}
}

It works!
Thank you very much for your answer!

from rt-app.

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.