DART-MX8M-MINI B2QT: Difference between revisions
No edit summary |
(Update QT to Qt) |
||
Line 3: | Line 3: | ||
--> {{#lst:B2QT_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_SUMO_B2QT_V1.1_DART-MX8M-MINI}}}} <!-- | --> {{#lst:B2QT_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_SUMO_B2QT_V1.1_DART-MX8M-MINI}}}} <!-- | ||
--> {{SoftwareEx | --> {{SoftwareEx | ||
|title={{#var:HARDWARE_NAME}} | |title={{#var:HARDWARE_NAME}} B2Qt {{#var:B2Qt_NAME}} | ||
|image=Qt_logo.png | |image=Qt_logo.png | ||
|description= | |description=B2Qt project is a framework for creating a Linux distributions for embedded devices. It's layering mechanism makes it easy to add Linux to new target devices highly customized for a particular platform; it can include custom start-up scripts, software packages built with a high degree of optimization for a particular architecture, and different user interfaces from full Gnome desktop to a simple a serial console. | ||
This release is based on [https://source.codeaurora.org/external/imx NXP BSP] layer for | This release is based on [https://source.codeaurora.org/external/imx NXP BSP] layer for B2Qt framework. Variscite extends this layer to support its i.MX8M-MINI System On Module products: DART-MX8M-MINI and VAR-SOM-MX8M-MINI (both are under the DART-MX8M-MINI category of this Wiki). | ||
Release version: '''{{#var:RELEASE_NAME}}''' | Release version: '''{{#var:RELEASE_NAME}}''' | ||
Line 18: | Line 18: | ||
;General | ;General | ||
* {{Varlink|Yocto Start Here|{{#var:RELEASE_LINK}}|First Time? Start Here}} <i class="fas fa-angle-double-left text-danger pl-2"></i><i class="fas fa-angle-double-left text-danger"></i> | * {{Varlink|Yocto Start Here|{{#var:RELEASE_LINK}}|First Time? Start Here}} <i class="fas fa-angle-double-left text-danger pl-2"></i><i class="fas fa-angle-double-left text-danger"></i> | ||
* {{Varlink| | * {{Varlink|Boot2Qt Recovery SD card|{{#var:RELEASE_LINK}}|'''Using the recovery SD card'''}} | ||
;Programming | ;Programming | ||
* {{Varlink|Yocto | * {{Varlink|Yocto Qt Hello World|{{#var:RELEASE_LINK}}|Building a Qt Hello World}} | ||
* {{Varlink|Yocto Setup TFTP/NFS|{{#var:RELEASE_LINK}}|TFTP & NFS}} | * {{Varlink|Yocto Setup TFTP/NFS|{{#var:RELEASE_LINK}}|TFTP & NFS}} | ||
;Support | ;Support | ||
Line 30: | Line 30: | ||
|title=Build | |title=Build | ||
|content= | |content= | ||
;Build | ;Build B2Qt, Linux and U-Boot | ||
* [{{#var:RELEASE_NOTES_LINK}} Release Notes] | * [{{#var:RELEASE_NOTES_LINK}} Release Notes] | ||
* [[Yocto_Development_Environment|Setting a Development Environment]] | * [[Yocto_Development_Environment|Setting a Development Environment]] | ||
* {{Varlink| | * {{Varlink|B2Qt_Build_Release|{{#var:RELEASE_LINK}}|'''Build B2Qt from source code'''}} | ||
* [[Yocto Common Errors| | * [[Yocto Common Errors|B2Qt common build errors]] | ||
* {{Varlink|Yocto Customizing U-Boot|{{#var:RELEASE_LINK}}|Customizing U-Boot}} | * {{Varlink|Yocto Customizing U-Boot|{{#var:RELEASE_LINK}}|Customizing U-Boot}} | ||
* {{Varlink|Yocto Customizing the Linux kernel|{{#var:RELEASE_LINK}}|Customizing the Linux kernel}} | * {{Varlink|Yocto Customizing the Linux kernel|{{#var:RELEASE_LINK}}|Customizing the Linux kernel}} | ||
* {{Varlink|Yocto Toolchain installation|{{#var:RELEASE_LINK}}|Toolchain installation for out of | * {{Varlink|Yocto Toolchain installation|{{#var:RELEASE_LINK}}|Toolchain installation for out of B2Qt builds}} | ||
* {{Varlink|Yocto Build U-Boot|{{#var:RELEASE_LINK}}|Build U-Boot from source code}} | * {{Varlink|Yocto Build U-Boot|{{#var:RELEASE_LINK}}|Build U-Boot from source code}} | ||
* {{Varlink|Yocto Build Linux|{{#var:RELEASE_LINK}}|Build the Linux kernel from source code}} | * {{Varlink|Yocto Build Linux|{{#var:RELEASE_LINK}}|Build the Linux kernel from source code}} | ||
* {{Varlink|Yocto NAND Flash Burning|{{#var:RELEASE_LINK}}|Burning | * {{Varlink|Yocto NAND Flash Burning|{{#var:RELEASE_LINK}}|Burning B2Qt binaries to eMMC via SD card}} | ||
* {{Varlink|Yocto Flash From Net|{{#var:RELEASE_LINK}}|Burning | * {{Varlink|Yocto Flash From Net|{{#var:RELEASE_LINK}}|Burning B2Qt binaries eMMC via Ethernet}} | ||
* {{Varlink|Yocto U-Boot 4.1.15 features |{{#var:RELEASE_LINK}}|U-Boot features}} | * {{Varlink|Yocto U-Boot 4.1.15 features |{{#var:RELEASE_LINK}}|U-Boot features}} | ||
* [[Adding yocto packages|Adding packages to | * [[Adding yocto packages|Adding packages to B2Qt]] | ||
* [[ | * [[B2Qt_Linux_logo|Replace the Linux logo]] | ||
* {{Varlink|imx_uuu |{{#var:RELEASE_LINK}}|Booting from USB using UUU (Universal Update Utility)}} | * {{Varlink|imx_uuu |{{#var:RELEASE_LINK}}|Booting from USB using UUU (Universal Update Utility)}} | ||
Revision as of 14:05, 28 August 2020
B2Qt project is a framework for creating a Linux distributions for embedded devices. It's layering mechanism makes it easy to add Linux to new target devices highly customized for a particular platform; it can include custom start-up scripts, software packages built with a high degree of optimization for a particular architecture, and different user interfaces from full Gnome desktop to a simple a serial console.
This release is based on NXP BSP layer for B2Qt framework. Variscite extends this layer to support its i.MX8M-MINI System On Module products: DART-MX8M-MINI and VAR-SOM-MX8M-MINI (both are under the DART-MX8M-MINI category of this Wiki).
Release version: b2qt-sumo-dart-mx8mm-v11
- General
- Programming
- Support
- Variscite Customer Portal
Register at Variscite Customer Portal to get high quality engineering support for Variscite products
- Build B2Qt, Linux and U-Boot
- Release Notes
- Setting a Development Environment
- Build B2Qt from source code
- B2Qt common build errors
- Customizing U-Boot
- Customizing the Linux kernel
- Toolchain installation for out of B2Qt builds
- Build U-Boot from source code
- Build the Linux kernel from source code
- Burning B2Qt binaries to eMMC via SD card
- Burning B2Qt binaries eMMC via Ethernet
- U-Boot features
- Adding packages to B2Qt
- Replace the Linux logo
- Booting from USB using UUU (Universal Update Utility)
- Test and use an Interface
- Audio
- Backlight
- Bluetooth
- Bluetooth A2DP
- Bluetooth file transfer
- Bluetooth Low Energy
- Basler Camera
- e-con Systems Camera
- OV5640 Camera
- CAN bus
- CPU freq. and number of cores
- Display
- Ethernet
- GPIO
- I2C
- RTC
- SPI
- Static IP address
- Suspend
- UART
- USB Host
- USB OTG
- User Button
- Video streaming - Playback/Capture
- WiFi
__NONUMBEREDHEADINGS__