[LITMUS^RT] Litmus on single-board computer

Björn Brandenburg bbb at mpi-sws.org
Tue Dec 12 20:36:02 CET 2017


> On 12. Dec 2017, at 20:14, Martinez Garcia Jorge Luis (DGS-EC/ESB2) <JorgeLuis.MartinezGarcia at de.bosch.com> wrote:
> 
> Thank you for your answer. I tried booting the aarch64 kernel on the RPi3 and it worked :). I got the Linux 4.9.30 kernel tree from git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git and applied the patch for the network. That worked too.
> Now, when trying to apply the LITMUS^RT patches to the afore-mentioned kernel tree ($ git cherry-pick v4.9.30..github/linux-4.9-litmus), I get the following error: 
> fatal: bad revision 'v4.9.30..github/linux-4.9-litmus'
> Did you use a different Linux kernel source? 

The string ‘github’ is just my local remote name. You have to substitute whatever you call the LITMUS^RT repo. 

	git cherry-pick v4.9.30..${NAME_OF_THE_REMOTE_THAT_REFERS_TO_THE_LITMUS_RT_REPO}/linux-4.9-litmus

- Björn





More information about the litmus-dev mailing list