Somlabs Visionsom STM32MP1 Kicad library
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…
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…
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…
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…
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…
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…
Pinout of LCD Cape from waveshare to Beaglebone Black Real image of LCD Cape
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…
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…
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…