Documentation ¶
Overview ¶
Package jetsonnano provides the Jetson Nano board implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JetsonNano ¶
type JetsonNano struct{}
JetsonNano represents the JetsonNano board
References: - https://developer.nvidia.com/embedded/jetson-nano-developer-kit
func (JetsonNano) Install ¶
func (b JetsonNano) Install(options runtime.BoardInstallOptions) (err error)
Install implements the runtime.Board.
func (JetsonNano) KernelArgs ¶
func (b JetsonNano) KernelArgs() procfs.Parameters
KernelArgs implements the runtime.Board.
References:
- https://elinux.org/Jetson/Nano/Upstream to enable early console
- http://en.techinfodepot.shoutwiki.com/wiki/NVIDIA_Jetson_Nano_Developer_Kit for other chips on the SoC
func (JetsonNano) PartitionOptions ¶
func (b JetsonNano) PartitionOptions() *runtime.PartitionOptions
PartitionOptions implements the runtime.Board.
Click to show internal directories.
Click to hide internal directories.