Embedded Linux Development using Yocto Projects(Second Edition)
上QQ阅读APP看书,第一时间看更新

Starting Toaster

Once we have installed Toaster's requirements, we are ready to start its server. To do this, we should go to Poky's directory and run the following commands:

$ source oe-init-build-env
$ source toaster start

To access the Toaster web interface, open your favorite browser and enter http://127.0.0.1:8000.

By default, Toaster starts on port 8000. The webport parameter allows a different port to be used, for example, $ source toaster start webport=8400.

Next, we see the starting page of Toaster: