Get a nightly build
You can use our phyLinux tool to fetch our most recent development BSP.
Download phyLinux. The phyLinux script can be found on the PHYTEC download server:
wget https://download.phytec.de/Software/Linux/Yocto/Tools/phyLinux chmod +x ./phyLinux
Checkout a remote nightly manifest, eg: # build # .xml
./phyLinux init -p nightly -r PD- # build #
Build inside a container (optional)
After the phyLinux script completed its setup, a message will be printed that provides you all required steps on how to build the BSP using the crops / poky-container image. Before that you need to install the Docker Engine.
For Ubuntu use
sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io
- For other distros see https://docs.docker.com/engine/install/