- Full factory recon from fresh Hivemapper Bee (HDC-S) - OS: Intel ESE Reference Distro (Yocto dunfell), kernel 5.10.32 - WiFi: NXP 9098 (changed from Marvell 88W8997 on prev unit) - New services: jpeg-recorder, video-processor, beekeeper-plugin - GNSS on /dev/ttyS2 (UART), IMU on /dev/spidev0.0 - AP currently 192.168.0.10/24 - will move to 10.42.0.0/24 in liberate.sh - recon.sh: read-only recon script for future devices
17 lines
510 B
Desktop File
17 lines
510 B
Desktop File
[Unit]
|
|
Description=HDDL Device Service
|
|
After=systemd-modules-load.service
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/intel-hddlunite/env.sh
|
|
ExecStartPre=/bin/bash /opt/intel/hddlunite/initdevice.sh
|
|
ExecStartPre=/sbin/modprobe vpumgr
|
|
ExecStartPre=/bin/bash -c "/bin/echo $VPU_FIRMWARE_FILE > /sys/devices/platform/soc/soc\:vpusmm/fwname"
|
|
ExecStart=/opt/intel/hddlunite/bin/hddl_device_service $DEVICEOPTIONS
|
|
ExecReload=/bin/kill -INT $MAINPID
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|