Changes

Jump to: navigation, search

Building the Yocto BSP (BELK/BXELK)

2,275 bytes removed, 13:20, 12 September 2017
Building additional packages
-rw-r--r-- 1 dvdk dvdk 5611 Sep 7 05:44 tmp/deploy/rpm/cortexa7hf_vfp_neon/memtester-doc-4.1.3-r0.cortexa7hf_vfp_neon.rpm
</pre>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
The components listed in the table above can be kept in sync and up to date with DAVE Embedded Systems' repositories.
Once the git account has been enabled, the developer can:
*clone the repository with the <code>git clone <git_remote_repository></code> command
*synchronize a source tree entering the repository directory and launching the <code>git fetch origin</code> command.
Please note that git fetch doesn't merge the commits on the current branch. To do that, the developer should run the <code>git merge</code> command or replace the ''fetch-merge'' process with a single <code>git pull</code> command. Please note that the recommended method is the ''fetch-merge'' process. For further information on Git, please refer to the official Git Documentation (http://git-scm.com/documentation).
 
{{ImportantMessage|text=Technically speaking, the developer can run a Yocto-based full build process to (re)generate all the pre-built objects included in the MVM. However, this process requires a lot of hardware resources in terms of disk storage, RAM, and processing power. For this reason, it is discouraged to use the MVM to perform such build. Using a physical machine is recommended instead. For more details on this, please refer to [[Advanced_use_of_Yocto_build_system_(BELK/BXELK)|this page]].
}}
 
 
 
 
 
 
The following table lists the pre-built Yocto SDKs included in the MVM. These SDKs are associated with the root file system images mentioned above.
{| class="wikitable" border="1"
!Kit version<br>BELK<br>BXELK
!SDK name
!Build commands
!Path
|-
|rowspan="3"|<br>4.0.0<br>2.0.0
|<code>bora-image</code>
|<pre>
bitbake bora-image -c populate-sdk
</pre>
|<code>/home/dvdk/bora/sdk/belk-4.0.0/sysroots/cortexa9hf-neon-xilinx-linux-gnueabi</code>
|-
|<code>bora-image-devel</code>
|<pre>
bitbake bora-image-devel -c populate-sdk
</pre>
|<code>/home/dvdk/bora/sdk/belk-4.0.0/sysroots/cortexa9hf-neon-xilinx-linux-gnueabi</code>
|-
|<code>bora-image-networking</code>
|<pre>
bitbake bora-image-networking -c populate-sdk
</pre>
|<code>/home/dvdk/bora/sdk/belk-4.0.0/sysroots/cortexa9hf-neon-xilinx-linux-gnueabi</code>
|-
|}
 
 
About C/C++ application development and debugging, please refer to [[Debugging_with_Eclipse_(MVM)|this page]].
4,650
edits

Navigation menu