Skip to content

cryptodev-linux dkms status is not installed on boot #47

Description

@pitchaiahp

cryptodev llinux module is not installed on the boot and it should install by the postinst script but its skipping the "dkms build -m cryptodev-linux -v 1.13" and thinking the headers location is using the host path so its skipping it. "MAKE[0]="make ARCH=arm64 KERNEL_DIR=/usr/src/linux-headers-uname -r"
"

cryptodev-linux-dkms.postinst

#!/bin/bash
set -e

dkms add -m cryptodev-linux -v 1.13
dkms build -m cryptodev-linux -v 1.13 && dkms install -m cryptodev-linux -v 1.13 || true

echo "cryptodev" >>/etc/modules-load.d/cryptodev.conf

From the target:

~# dkms status
cryptodev-linux/1.13: added
ti-img-rogue-driver/23.3.6512818+git20240214+c89c1ef, 6.1.83-k3-var3+ef02b21f5d6fe1b1cd5678b0ad50f442a0fe8c8a-1, aarch64: installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions