Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1452161 > unrolled thread

Communication between two processors

Started byAparna M <maparna1401@gmail.com>
First post2016-07-29 01:00 +0200
Last post2016-07-29 01:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Communication between two processors Aparna M <maparna1401@gmail.com> - 2016-07-29 01:00 +0200

#1452161 — Communication between two processors

FromAparna M <maparna1401@gmail.com>
Date2016-07-29 01:00 +0200
SubjectCommunication between two processors
Message-ID<s02rw-4gN-15@gated-at.bofh.it>
Hi,

I have two processors on the same die. One is an ARM processor running
linux and another is a non-ARM processor running linux operating
system (Proprietary Proc).  We do not have any medium like Network
Interface or PCI or USB running between the two processors, except 1GB
of shared memory.

We would want to be able to SSH the non-ARM processor on the ARM
processor and mount FS.

I was wondering if I can get some suggestion on what would be a
possible way to establish this communication between the processors.

As a  matter of concept, I just happen to write a small network driver
that talks over the shared memory and could transfer packets between
the two. But this does not help me with my bigger use case of being
able to SSH one processor from the other.

Greatly appreciate any suggestion in this regard.

Thanks

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web