Documentation ¶
Overview ¶
Package rock64 provides the Pine64 Rock64 board implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rock64 ¶
type Rock64 struct{}
Rock64 represents the Pine64 Rock64 board.
Reference: https://www.pine64.org/devices/single-board-computers/rock64/
func (*Rock64) Install ¶
func (r *Rock64) Install(options runtime.BoardInstallOptions) (err error)
Install implements the runtime.Board.
func (*Rock64) KernelArgs ¶
func (r *Rock64) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Board.
func (*Rock64) PartitionOptions ¶
func (r *Rock64) PartitionOptions() *runtime.PartitionOptions
PartitionOptions implements the runtime.Board.
Click to show internal directories.
Click to hide internal directories.