Skip to content
Embedded Software Labs
  • Home
  • Services
    • Embedded OS Porting and BSP development
    • Firmware and Device Driver Development
    • Middleware and Custom API Development
    • Digital Signal Processing
    • ARM Trustzone development
    • Application and UI Development
  • Products
    • IsixRTOS – opensource realtime operating system
  • Blog
  • About Us
    • Customers
    • Contact
    • Portfolio
  • Toggle website search
Menu Close
  • Home
  • Services
    • Embedded OS Porting and BSP development
    • Firmware and Device Driver Development
    • Middleware and Custom API Development
    • Digital Signal Processing
    • ARM Trustzone development
    • Application and UI Development
  • Products
    • IsixRTOS – opensource realtime operating system
  • Blog
  • About Us
    • Customers
    • Contact
    • Portfolio
  • Toggle website search

Uncategorized

  1. Home>
  2. Blog>
  3. Uncategorized

Somlabs Visionsom STM32MP1 Kicad library

  • Post author:Lucjan Bryndza
  • Post published:2020-12-18
  • Post category:Uncategorized

In the following post I added my KiCad library of Somlabs Visionsom STM32MP1 component Port A Port B Port C Port D Port E Port F / G DSI Display…

Continue ReadingSomlabs Visionsom STM32MP1 Kicad library

OSD32MP157C-512M-BAA Kicad library

  • Post author:Lucjan Bryndza
  • Post published:2020-12-11
  • Post category:Uncategorized

In following post I added my KiCad library of Octavo components PORT A PORT B PORT C PORT D PORT E PORT F PORT G PORT H PORT I PORT…

Continue ReadingOSD32MP157C-512M-BAA Kicad library

Openocd compilation for stm32mp157 on Ubuntu 20.04

  • Post author:Lucjan Bryndza
  • Post published:2020-11-27
  • Post category:Uncategorized

1. Open console (Ubuntu ALT+CTRL+T) 2. Download specific openocd fork source code using following command git clone -b stm32mp1 https://github.com/sysprogs/openocd.git 3. Type following commands cd openocd ./bootstrap ./configure For Ubuntu…

Continue ReadingOpenocd compilation for stm32mp157 on Ubuntu 20.04

How to compile Linux with Qt5 option using Yocto for VisionSOM-STM32MP1 on Ubuntu 20.04

  • Post author:Lucjan Bryndza
  • Post published:2020-09-01
  • Post category:Uncategorized

Instruction how to build an image for VisionSOM-STM32MP1 from SomLABS Product: The VisionSOM-STM32MP1 (SLS18) The Carrier board General Note: Assumed that Linux Ubuntu 20.04 is installed List of tested elements…

Continue ReadingHow to compile Linux with Qt5 option using Yocto for VisionSOM-STM32MP1 on Ubuntu 20.04

Custom strstr function

  • Post author:Lucjan Bryndza
  • Post published:2020-04-23
  • Post category:Uncategorized

Simple replacement for strstr() function present in C standard library char * custom_strstr(char *source, char *pattern, uint16_t maxbuf_size) { uint8_t pattern_lenght = 0; uint32_t i; uint32_t cnt = 0; char…

Continue ReadingCustom strstr function

Beaglebone Black LCD Cape – waveshare

  • Post author:Lucjan Bryndza
  • Post published:2019-06-22
  • Post category:Uncategorized

Pinout of LCD Cape from waveshare to Beaglebone Black Real image of LCD Cape

Continue ReadingBeaglebone Black LCD Cape – waveshare

Beaglebone Black with display TK043F1508 – AC1582

  • Post author:Lucjan Bryndza
  • Post published:2019-06-07
  • Post category:Blog/Linux/Uncategorized

A short guide on how to connect and run TK043F1508 - AC1582 display on Beaglebone Black Linux Basic information about display and board Display is connected with touchscreenMain controller of…

Continue ReadingBeaglebone Black with display TK043F1508 – AC1582

Android Kitkat 4.4.4 Compile on Ubuntu 14.04

  • Post author:Lucjan Bryndza
  • Post published:2019-06-03
  • Post category:Uncategorized

Short manual how to prepare Linux Ubuntu 14.04 environment to be able to compile Android Kitkat 4.4.4 Assumption: The tutorial is dedicated to Linux users As an example The BeagleBoneBlack…

Continue ReadingAndroid Kitkat 4.4.4 Compile on Ubuntu 14.04

Android Marshmallow 6 Compile on Ubuntu 16.04

  • Post author:Lucjan Bryndza
  • Post published:2019-05-15
  • Post category:Uncategorized

Short manual how to prepare Linux Ubuntu 16.04 environment to be able to compile Android Marshmallow 6 Assumption: The tutorial is dedicated to Linux users As an example The TinkerBoard…

Continue ReadingAndroid Marshmallow 6 Compile on Ubuntu 16.04

Recent Posts

  • Somlabs Visionsom STM32MP1 Kicad library
    2020-12-18/
    0 Comments
  • OSD32MP157C-512M-BAA Kicad library
    2020-12-11/
    0 Comments
  • Openocd compilation for stm32mp157 on Ubuntu 20.04
    2020-11-27/
    0 Comments

Recent Comments

    Archives

    • December 2020
    • November 2020
    • September 2020
    • May 2020
    • April 2020
    • January 2020
    • June 2019
    • May 2019
    • April 2019
    • November 2018

    Categories

    • Blog
    • ISIX
    • Linux
    • QT
    • Somlabs
    • UI
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2023 - by emsyslabs