Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 28bf6e74 authored by Robert Nelson's avatar Robert Nelson
Browse files

ti-vision-apps-eaik-firmware-8.2 (8.2.0.8)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 145eb3a3
No related merge requests found
......@@ -2,16 +2,18 @@
log="bb-start-vision-apps-eaik-8-2"
APP_core0=vision_apps_eaik_8.2/vx_app_rtos_linux_mcu2_0.out
APP_core1=vision_apps_eaik_8.2/vx_app_rtos_linux_mcu2_1.out
APP_core0="vision_apps_eaik_8.2/vx_app_rtos_linux_mcu2_0.out"
APP_core1="vision_apps_eaik_8.2/vx_app_rtos_linux_mcu2_1.out"
core0="/sys/devices/platform/bus@100000/bus@100000:r5fss@5c00000/5c00000.r5f/remoteproc/remoteproc"
core1="/sys/devices/platform/bus@100000/bus@100000:r5fss@5c00000/5d00000.r5f/remoteproc/remoteproc"
core0=$(ls /sys/devices/platform/bus@100000/bus@100000:r5fss@5c00000/5c00000.r5f/remoteproc/ | grep remoteproc || true)
core1=$(ls /sys/devices/platform/bus@100000/bus@100000:r5fss@5c00000/5d00000.r5f/remoteproc/ | grep remoteproc || true)
echo stop > ${core0}*/state
echo ${APP_core0} > ${core0}*/firmware
#echo start > ${core0}*/state
echo ${core0}
echo stop > /sys/class/remoteproc/${core0}/state || true
echo ${APP_core0} > /sys/class/remoteproc/${core0}/firmware
echo start > /sys/class/remoteproc/${core0}/state
echo stop > ${core1}*/state
echo ${APP_core1} > ${core1}*/firmware
#echo start > ${core1}*/state
echo ${core1}
echo stop > /sys/class/remoteproc/${core1}/state || true
echo ${APP_core1} > /sys/class/remoteproc/${core1}/firmware
echo start > /sys/class/remoteproc/${core1}/state
ti-vision-apps-eaik-firmware-8.2 (8.2.0.7-0~bullseye+20221028) bullseye; urgency=low
ti-vision-apps-eaik-firmware-8.2 (8.2.0.8-0~bullseye+20221028) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Fri, 28 Oct 2022 11:41:46 -0500
-- Robert Nelson <robertcnelson@gmail.com> Fri, 28 Oct 2022 11:53:14 -0500
......@@ -4,7 +4,7 @@
package_name="ti-vision-apps-eaik-firmware-8.2"
debian_pkg_name="${package_name}"
package_version="8.2.0.7"
package_version="8.2.0.8"
package_source=""
src_dir=""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment