mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
1431bebd80
Integrate buildroot into devlib in order to ease building kernel and root filesystem images via 'generate-kernel-initrd.sh' helper script. As its name suggests, the script builds kernel image which also includes an initial RAM disk per default config files located under configs/<arch>/. Provide config files for buildroot and Linux kernel as well as a post-build.sh script which tweaks (e.g., allowing root login on SSH) target's root filesystem. doc/tools.rst talks about details of kernel and rootfs configuration. Signed-off-by: Metin Kaya <metin.kaya@arm.com>
37 lines
765 B
ReStructuredText
37 lines
765 B
ReStructuredText
.. devlib documentation master file, created by
|
|
sphinx-quickstart on Tue Aug 11 17:37:27 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
.. module:: devlib
|
|
|
|
Welcome to devlib documentation
|
|
===============================
|
|
|
|
devlib provides an interface for interacting with remote targets, such as
|
|
development boards, mobile devices, etc. It also provides means of collecting
|
|
various measurements and traces from such targets.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview
|
|
target
|
|
modules
|
|
instrumentation
|
|
collectors
|
|
derived_measurements
|
|
platform
|
|
connection
|
|
tools
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|