I’m facing an issue with a systemd service I created on an I-PI SMARC RB5. The service is supposed to execute a simple Bash script at boot, but it does not start automatically. I tested variu...
I’m facing an issue with a systemd service I created on an I-PI SMARC RB5. The service is supposed to execute a simple Bash script at boot, but it does not start automatically. I tested variu...
Quick update, I solved the issue erasing the partitions and flashing again.
I am working with a I-PI SMARC RB5 board that I have recently flashed with the latest versions: LEC-RB5-8G-4K-UBUNTU_20_04-HLOS_2v1.0.2_23_08_07 LEC-RB5-8G-FHD-UBUNTU_20_04-HLOS_2v1.0.2_...
@moto x3m The Schematic of the I-Pi SMARC IMX8M Plus outlines the detailed design and functional layout of this versatile embedded system-on-module.
@Riccardo Damiani,S_GPIO -> GPIO from the SoC Lines.E_GPIO -> GPIO from the SX150Q(i2c GPIO expander). (CN1001)Header - 1 has UART(TTL) Pins [6(GND), 8(TX), 10(RX)] To manage the GPIO...
Also, the two free serials SER1 (/dev/HS1) and SER2 (/dev/HS2) seems to be RS232 serials. Is there a TTL UART serial that I can use? For example pin 8/10 of the expansion header 1 of the board?
Thank you for the reply. What is the difference between E_GPIO and S_GPIO and is it possible to change the logic level of the GPIOs? For example pin40 seems to be 3.3V while pin7 seems to be...
Hi Martin, please ensure there is good airflow over the passive heatsink, if not you can connect a fan to the fan header on the side of the boad. It should not lock up, but throttle, did yo...
Hi, we have an I-PI SMARC Elkart Lake Atom board, we are seeing temps of 60 degrees plus while in the BIOS, once the OS has booted (Windows 10) with nothing running we see temperatures rising to 90...
Dear @Riccardo Damiani, As you requested, we have updated our documents. Please refer to the links below.https://www.ipi.wiki/pages/rb5-docs?page=GPIOUtility.html#GPIOUtility.html https://www.ipi....
Hello, I have a couple of questions about the UART interface and GPIO usage for the i.Pi SMARC RB5 board with Ubuntu 20. 1) In the board wiki page (url: https://www.ipi.wiki/pages/rb5-docs?page=Us...
Hello @Magesh Devaprakash, It's a private repo to protect the MediaTek NDA files. Please send us your GitHub Username & email and your use case. We will grant you access. Refer to here for mo...
Hi, unable to locate the following repo . https://github.com/ADLINK/meta-adlink-mtk Please let me know where i can find the same.
Hello @Ngor Baak, The I-Pi SMARC 1200 doesn't have a boot from SD card feature, and MediaTek has not included it. You can only boot from UFS.
hi i just wanted to know how can i put the andriod os on a sdcard with rufus or typicallly which img file do i use from the folder and do i have to do anything to the sdcard with diskpart seeeing t...
Dear @caspar wu, 1. Add the meta-python Layer Clone the meta-openembedded repository, which contains meta-python 2. Configure BBLAYERS Edit conf/bblayers.conf to include meta-python 3. Configu...
How to develope and run the python program on Yocto?
Hello @alm_parrylabs, The NXP IMX8MP SOC doesn't have a feature for auto-reading the RAM size. You need to define it in the local .conf file, which is mentioned in the guide below. I would suggest ...
Hi Enrico RB5 is also using the QRB5165 SOC, so it would be identical to what Modal AI did, as they seem to have everything on Github, maybe worth to take a look? https://github.com/modala...
Hi, is it possible to port an existing code that runs on an Arduino Nano to SMARC RB5 board? We would like that it runs on both Application processor and Hexagon DSP (split code?). We know that ...