Skip to content

Instantly share code, notes, and snippets.

View neuberfran's full-sized avatar

Neuber Sousa neuberfran

View GitHub Profile
echo start > /sys/class/remoteproc/remoteproc0/state
[ 61.536964] remoteproc remoteproc0: powering up imx-rproc
[ 61.560030] remoteproc remoteproc0: Booting fw image zephyr_openamp_rsc_table.elf, size 660180
[ 61.568986] remoteproc0#vdev0buffer: assigned reserved memory node vdev0buffer@00905000
[ 61.579425] 8<--- cut here ---
[ 61.582503] Unable to handle kernel paging request at virtual address 84353c84
[ 61.589741] pgd = 8d96d100
[ 61.592478] [84353c84] *pgd=8421141e(bad)
[ 61.596530] Internal error: Oops: 8000000d [#1] PREEMPT SMP ARM
[ 61.602490] Modules linked in: imx_rpmsg_tty rpmsg_client_sample ov5640_camera_mipi_v2 caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine rng_core authenc libdes mxc_mipi_csi mx6s_capture
echo start > /sys/class/remoteproc/remoteproc0/state
[ 92.407074] remoteproc remoteproc0: powering up imx-rproc
[ 92.431280] remoteproc remoteproc0: Booting fw image zephyr_openamp_rsc_table.elf, size 660180
[ 92.440289] remoteproc0#vdev0buffer: assigned reserved memory node vdev0buffer@00905000
[ 92.450856] 8<--- cut here ---
[ 92.453933] Unable to handle kernel paging request at virtual address 84353c84
[ 92.461170] pgd = 1e79f7b8
[ 92.463908] [84353c84] *pgd=8421141e(bad)
[ 92.467959] Internal error: Oops: 8000000d [#1] PREEMPT SMP ARM
[ 92.473894] Modules linked in: imx_rpmsg_tty rpmsg_client_sample ov5640_camera_mipi_v2 caam_jr caamkeyblob_desc caamhash_desc caamalg_desc crypto_engine rng_core authenc libdes mxc_mipi_csi mx6s_capture
/*
* Copyright 2018 TechNexion Ltd.
*
* Author: Tapani Utriainen <tapani@technexion.com>
* Richard Hu <richard.hu@technexion.com>
* Ray Chang <ray.chang@technexion.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
29227 13:24:30.989163 --- Starting bitbake server pid 29227 at 2024-03-19 13:24:30.989139 ---
29227 13:24:30.989949 Started bitbake server pid 29227
29227 13:24:30.990111 Entering server connection loop
29227 13:24:30.990212 Accepting [<socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=bitbake.sock>] ([])
29227 13:24:30.990999 Processing Client
29227 13:24:30.991052 Connecting Client
29227 13:24:30.991330 Running command ['setFeatures', [2, 1]]
29227 13:24:30.991399 Command Completed
29227 13:24:30.992055 Running command ['updateConfig', {'halt': True, 'force': False, 'invalidate_stamp': None, 'dry_run': False, 'dump_signatures': [], 'extra_assume_provided': [], 'profile': False, 'prefile': [], 'postfile': [], 'server_timeout': None, 'nosetscene': False, 'setsceneonly': False, 'skipsetscene': False, 'runall': None, 'runonly': None, 'writeeventlog': None, 'build_verbose_shell': False, 'build_verbose_stdout': False, 'default_loglevel': 20, 'debug_domains': {}}, {'SHEL
134917 14:04:05.063922 --- Starting bitbake server pid 134917 at 2024-03-14 14:04:05.063897 ---
134917 14:04:05.064756 Started bitbake server pid 134917
134917 14:04:05.064915 Entering server connection loop
134917 14:04:05.064946 Lockfile is: /home/neuberfran/stm32mp157-dk2/build-openstlinuxweston-stm32mp1/bitbake.lock
Socket is /home/neuberfran/stm32mp157-dk2/build-openstlinuxweston-stm32mp1/bitbake.sock (True)
134917 14:04:05.065469 Accepting [<socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, laddr=bitbake.sock>] ([])
134917 14:04:05.066420 Processing Client
134917 14:04:05.066516 Connecting Client
134917 14:04:05.066784 Running command ['setFeatures', [2, 1]]
134917 14:04:05.066880 Command Completed (socket: True)
DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
[HOST DISTRIB check]
Linux Distrib: Ubuntu
Linux Release: 20.04
Required packages for Linux Distrib:
bsdmainutils build-essential chrpath cpio debianutils diffstat gawk gcc-multilib git iputils-ping libegl1-mesa libgmp-dev libmpc-dev libsdl1.2-dev libssl-dev lz4 pylint python3 python3-git python3-jinja2 python3-pexpect python3-pip socat texinfo unzip wget xterm xz-utils zstd
Check OK: all required packages are installed on host.
DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
[HOST DISTRIB check]
Linux Distrib: Ubuntu
Linux Release: 22.04
Required packages for Linux Distrib:
bsdmainutils build-essential chrpath cpio debianutils diffstat gawk gcc-multilib git iputils-ping libegl1-mesa libgmp-dev libmpc-dev libsdl1.2-dev libssl-dev lz4 pylint python3 python3-git python3-jinja2 python3-pexpect python3-pip socat texinfo unzip wget xterm xz-utils zstd
Check OK: all required packages are installed on host.
/*
* Copyright 2018 TechNexion Ltd.
*
* Author: Tapani Utriainen <tapani@technexion.com>
* Richard Hu <richard.hu@technexion.com>
* Ray Chang <ray.chang@technexion.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
/*
* Copyright 2018 TechNexion Ltd.
*
* Author: Tapani Utriainen <tapani@technexion.com>
* Richard Hu <richard.hu@technexion.com>
* Ray Chang <ray.chang@technexion.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
.. _ipm_imx:
i.MX IPM example
################
Overview
********
This simple example can be used with multicore i.MX SoCs containing a
Messaging Unit peripheral. It reads the received data from the Messaging Unit
using the IPM and transmits it back unchanged. The information about