# Documentation **Repository Path**: mirrors_Freescale/Documentation ## Basic Information - **Project Name**: Documentation - **Description**: This project hosts the documentation of Freescale Community BSP and related repositories - **Primary Language**: Unknown - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Freescale Community BSP Documentation ------------------------------------- DEPRECATED ---------- This repository is archived. It is not up-to-date and so far there is no plan to update this. The documentation is written using the Sphinx documentation system. To install it in Debian/Ubuntu, please do: #: apt-get install libfreetype6-dev libjpeg8-dev python3-dev python3-pip \ python3-sphinx texlive-fonts-recommended texlive-latex-extra zlib1g-dev \ fonts-liberation #: pip3 install reportlab sphinxcontrib-blockdiag Once this has been completed, you can run 'make' in each of the Documentation folders to review the available targets for building. How to generate the binary -------------------------- Follow the instructions below inside each sub-project in order to generate the desired binary. In order to generate the HTML all-in-one: $ make singlehtml In order to generate the PDF file: $ make latexpdf In order to generate the printable PDF file: $ make latexpdf -t