PaulKissinger / letstrusttpmkernel

Docker image to build and deploy a TPM enabled Linux Kernel for the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General

This Docker image is meant to be used to build a Let's Trust TPM enabled raspberry Pi Linux Kernel.

Installation

First of all, build the image:

sudo docker build -t rpi_tpm_kernel_builder .

Afterwards adapt the paths to which your system has mounted the SD card partitions (you can find them using lsblk):

SDCARD_BOOT_PATH=/media/user/boot
SDCARD_ROOT_PATH=/media/user/root

and run

sudo docker run -it --volume $SDCARD_BOOT_PATH:/media/boot --volume $SDCARD_ROOT_PATH:/media/root rpi_tpm_kernel_builder

About

Docker image to build and deploy a TPM enabled Linux Kernel for the Raspberry Pi


Languages

Language:Dockerfile 57.8%Language:Shell 42.2%