Changes

Jump to: navigation, search
Building the Linux kernel
Build the kernel:
<pre class="workstation-terminal">
dvdk@osboxes:~/devel/bora/prj/bora1bora_1$ petalinux-build -v -c kernel
[INFO] building kernel
[INFO] sourcing bitbake
[INFO] successfully built kernel
</pre>
 
Create the <code>uImage</code> file:
<pre class="workstation-terminal">
dvdk@osboxes:~/devel/bora/prj/bora1bora_1$ petalinux-package --image -c kernel --format uImage
SDK environment now set up; additionally you may now run devtool to perform development tasks.
Run devtool --help for further details.
</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