Documentation ¶
Overview ¶
Package rpigeneric provides the Raspberry Pi Compute Module 4 implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPiGeneric ¶
type RPiGeneric struct{}
RPiGeneric represents the Raspberry Pi Compute Module 4.
Reference: https://www.raspberrypi.com/products/compute-module-4/
func (*RPiGeneric) Install ¶
func (r *RPiGeneric) Install(disk string) (err error)
Install implements the runtime.Board.
func (*RPiGeneric) KernelArgs ¶
func (r *RPiGeneric) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Board.
func (*RPiGeneric) PartitionOptions ¶
func (r *RPiGeneric) PartitionOptions() *runtime.PartitionOptions
PartitionOptions implements the runtime.Board.
Click to show internal directories.
Click to hide internal directories.