Difference between revisions of "BORA Lite SOM/BELK-L"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 67: Line 67:
 
* [[/Development/Introduction_to_development_environment | Introduction to the development environment]]
 
* [[/Development/Introduction_to_development_environment | Introduction to the development environment]]
 
* [[/Development/Build_system | Build system]]
 
* [[/Development/Build_system | Build system]]
* [[BELK/BXELK_software_components#Updates | Synchronizing the git repositories]]
+
* [[/Development/Synchronizing the git repositories| Synchronizing the git repositories]]
 
* [[/Development/Building_U-Boot | Building U-Boot with <i>make</i>]]
 
* [[/Development/Building_U-Boot | Building U-Boot with <i>make</i>]]
 
* [[/Development/Building_Linux_kernel | Building Linux with <i>make</i>]]
 
* [[/Development/Building_Linux_kernel | Building Linux with <i>make</i>]]
Line 83: Line 83:
 
<div style="width:100%;">
 
<div style="width:100%;">
 
<div style="width:50%; float: left;">
 
<div style="width:50%; float: left;">
* [[Physical_devices_mapping_(BELK/BXELK)#Console_UART | Console]]
+
* [[Pheripherals/Console | Console]]
* [[Physical_devices_mapping_(BELK/BXELK)#Ethernet | Ethernet]]
+
* [[Pheripherals/Ethernet | Ethernet]]
* [[Physical_devices_mapping_(BELK/BXELK)#microSD_card | SD]]
+
* [[Pheripherals/SD | micro SD]]
* [[Physical_devices_mapping_(BELK/BXELK)#CAN | CAN]]
+
* [[Pheripherals/CAN | CAN]]
 
</div>
 
</div>
 
<div style="width:100%;">
 
<div style="width:100%;">
 
<div style="width:50%; float: left;">
 
<div style="width:50%; float: left;">
* [[Physical_devices_mapping_(BELK/BXELK)#UART0 | UART]]
+
* [[Pheripherals/UART0 | UART]]
* [[Physical_devices_mapping_(BELK/BXELK)#USB_OTG | USB OTG]]
+
* [[Pheripherals/USB_OTG | USB OTG]]
* [[Physical_devices_mapping_(BELK/BXELK)#Temperature_sensors | Temperature sensor]]
+
* [[Pheripherals/Temperature_sensors | Temperature sensor]]
* [[Physical_devices_mapping_(BELK/BXELK)#Power consumption | Power meter]]
+
* [[Pheripherals/Power meter | Power meter]]
 
</div>
 
</div>
 
|-
 
|-
 
|}
 
|}
 
[[Category:BORA Lite]]
 
[[Category:BORA Lite]]

Revision as of 17:44, 25 January 2021

BORA Lite Embedded Sofware Kit - BELK

BORA Embedded Linux Kit (BELK in short) - provides all the necessary components required to set up the developing environment to:

  • build the bootloader (U-Boot)
  • build the Linux operating system
  • build Linux applications that will run on the target
  • build the Yocto BSP

The Embedded Software kit is composed by:

  • VirtualBox virtual machine containing
    • toolchain and SDK
    • U-Boot bootloader sources
    • Linux kernel sources
    • Root file system images
  • git repositories access for registered users allowing the update of the following repo
    • u-boot
    • linux
    • Yocto BSP
  • SD card with the complete environment for
    • the DVDK OVA file (i.e. the Virtual Machine file to be imported into VirtualBox application)
    • a complete Kit bootstrap and demonstration (with u-boot, kernel and root file systems binaries already configured)
BELK History
Version Issue Date Notes
4.1.2 Sep 2020


200px-Emblem-important.svg.png

Customers are strongly recommended to register their kits. Registration grants access to reserved material such as source code and additional documentation.

To register the kit, please send an email to helpdesk@dave.eu, providing the kit P/N and S/N.


General Development Deployment Peripherals