summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-can-j1939_2.0.6.bb
blob: b479340a89d343fa04ea62da98dff18ba61007de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "An implementation of the CAN SAE J1939 standard for Python."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=32e7309a8200a5f4b7aec6efcfb8e77e"
PYPI_PACKAGE = "can-j1939"

SRC_URI[sha256sum] = "beda5bf2e2502c4a7d97a989075c56b98e33e49b619ef8054ed13aca911be3d3"

inherit pypi setuptools3

RDEPENDS:${PN} += " \
    python3-can \
    python3-numpy \
"
file which you can modify by following the Notes below. - Notes for above information on Jailhouse Guide: - These are the serial redirections: | Command | Description | | --- | --- | | `ttyS0-3f8` | runqemu serial | | `ttyS1-2f8` | jailhouse debug | | `ttyS2-3e8` | available as first cell console and used this for the moment in initial setup | | `ttyS3-2e8` | available as 2nd cell console and right now this one is not wired up in the runqemu/qemuboot arguments | - Change `.phys_start` and `.virt_start` according to `/proc/iomem` and look for the available memory range and calculate and distribute the regions according to `.size`. - DO NOT overlap the memory with `.hypervisor_memory`. - Right now only support for `virito-block` is added, but if you want to experiment and try the custom virtio, then just enable `#define USE_VIRTIO_DEMO` in the `qemu-agl.c`. Full support for `VIRTIO_NET`, `VIRTIO_CON` will be added soon. - Common shared memory is necessary for the communication. - Add same PCI configuration to root cell and inmate, you can see example in `qemu-agl.c`.