Changes

Jump to: navigation, search
Building the Linux Kernel
<pre class="workstation-terminal">
dvdk@osboxes:~/devel/bora/prj/bora_1$ petalinux-build -v -c device-tree
[INFO] building device-tree
[INFO] sourcing bitbake
INFO: bitbake virtual/dtb
Loading cache: 100% |###################################################################################################################################| Time: 0:00:00
Loaded 3233 entries from dependency cache.
Parsing recipes: 100% |#################################################################################################################################| Time: 0:01:45
Parsing of 2446 .bb files complete (2413 cached, 33 parsed). 3236 targets, 224 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |##############################################################################################################################| Time: 0:00:02
Checking sstate mirror object availability: 100% |######################################################################################################| Time: 0:00:02
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 748 tasks of which 748 didn't need to be rerun and all succeeded.
INFO: Copying Images from deploy to images
[INFO] successfully built device-tree
</pre>
After the build is completed, the <code>uImage</code> file and the device tree blob (<code>system.dtb</code>) are located in the <code>images/linux</code> directory.
4,650
edits

Navigation menu