Documentation ¶
Overview ¶
Package nanopir4s provides the Nano Pi R4S board implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NanoPiR4S ¶
type NanoPiR4S struct{}
NanoPiR4S represents the Friendlyelec Nano Pi R4S board.
Reference: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R4S
func (*NanoPiR4S) Install ¶
func (n *NanoPiR4S) Install(options runtime.BoardInstallOptions) (err error)
Install implements the runtime.Board.
func (*NanoPiR4S) KernelArgs ¶
func (n *NanoPiR4S) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Board.
func (*NanoPiR4S) PartitionOptions ¶
func (n *NanoPiR4S) PartitionOptions() *runtime.PartitionOptions
PartitionOptions implements the runtime.Board.
Click to show internal directories.
Click to hide internal directories.