Difference between revisions of "BORA Lite SOM/BORA Lite Evaluation Kit/Getting started/Unboxing"

From DAVE Developer's Wiki
Jump to: navigation, search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<section begin=History/>
 
{| style="border-collapse:collapse; "
 
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 
|-
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
 
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
 
|-
 
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|{{oldid|14981|2021/10/28}}
 
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|BELK-L release
 
|-
 
|-
 
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|{{oldid|20045|2024/01/31}}
 
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|DESK-XZ7-L-1.0.1 release
 
|-
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |2024/05/14
 
! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#ededed; padding:5px; color:#000000" |Added ''Unboxing'' video demo
 
|-
 
|}
 
 
<section end=History/>
 
__FORCETOC__
 
 
<section begin=Body/>
 
<section begin=Body/>
 
+
{{#lst:Bora_Embedded_Linux_Kit_(BELK)|Unboxing}}
== Unboxing ==
 
 
 
Once you've received the kit, please open the box and check the kit contents with the packing list included in the box, using the table on [[BORA Lite SOM/BORA Lite Evaluation Kit/Getting started/Unboxing#Kit Contents| this chapter]] as a reference.
 
 
 
The hardware components (SOM, carrier boards and display) are pre-assembled, as shown in the picture below:
 
 
 
 
 
[[File:BoraLite-BELK.jpg|500px|center]]
 
 
 
=== Video ===
 
 
 
{| class="wikitable" | width="100%"
 
| {{#ev:youtube|0giKYgowf8E|500|center|Unboxing BORA Lite Evaluation Kit}}
 
|}
 
 
 
 
 
=== Kit Contents ===
 
 
 
{| class="wikitable" style="margin: auto;"
 
|-
 
!Component
 
!Description
 
!Notes
 
|-
 
|style="text-align: center;" | [[File:BORALite-TOP.png|60px]]
 
|[[:Category:BoraLite|BoraLite]] SOM (p/n DBTD4111I0R)<br>
 
*SoC: Xilinx XC7Z020 (667Mhz, Speed "-1", Tj -40/100°C)
 
*SDRAM: 1 GB DDR3
 
*NOR: bootable SPI flash 16 MB
 
*NAND: bootable SLC NAND flash 1GB
 
|
 
|-
 
|style="text-align: center;" | [[File:BoraLite-adapter-top.jpg|60px]]
 
|[[BoraXEVB BoraLite Adapter]] board
 
|
 
|-
 
|style="text-align: center;" | [[File:BoraXEVB-01.png|60px]]
 
|[[BoraXEVB]] carrier board
 
|
 
|-
 
|style="text-align: center;" | [[File:Alimentatore.jpg|40px]]
 
|AC/DC Single Output Wall Mount adapter<br>
 
Output: +12V – 2.0 A
 
|
 
|-
 
|style="text-align: center;" | [[File:ProdSDC-MBLY-thumb.png|50px]]
 
|microSDHC card with SD adapter and USB adapter
 
|
 
|-
 
|}
 
 
 
===Order codes===
 
{| class="wikitable" style="margin: auto;"
 
|+
 
!Order code
 
!Description
 
|-
 
|BTELK-L-S
 
|This code refers to the default configuration detailed above
 
|}
 
 
 
 
 
=== microSD Layout ===
 
 
 
The microSD provided with the kit is used to store:
 
* a bootable partition (mmcblk0p1, vfat) containing:
 
** binary images (u-boot and kernel images)
 
* root file system partition (mmcblk0p2, ext4)
 
 
 
 
<section end=Body/>
 
<section end=Body/>
 
[[Category:BORA Lite]]
 

Revision as of 10:45, 28 October 2021


Unboxing[edit | edit source]

Belk 01.png

Bora Embedded Linux Kit (BELK for short) provides all the necessary components required to set up the developing environment for:

  • building the first-stage bootloader:
    • FSBL for BELK 3.0.2 or older
    • U-boot SPL for BELK 4.0.0 or newer
  • building the second-stage bootloader (U-Boot)
  • building and running Linux operating system on Bora-based systems
  • building Linux applications that will run on the target.

DAVE Embedded Systems provides all the customization required (in particular at bootloader and Linux kernel levels) to enable customers to use the standard Zynq-7000 development tools for building all the firmware/software components that will run on the target system.