Single handedly the most concise and informative yocto tutorial ever!
@massimomoltoni57233 ай бұрын
Really helpfull! Thanks a lot. I become from years of embedde developement but Yocto (and Linux) is still a pain in the a. for me. This is a good start point, I hope you continue this serie.
@reddragon99113 ай бұрын
nice tutorial , thank you
@shahimvedaei3 ай бұрын
@@reddragon9911 thanks for your support.
@吳伊璿-r4k4 ай бұрын
Do you have some ideas for home assistant Supervised installed in Yocto?
@madhanarakeshmanoharan7845 ай бұрын
your contents are outstanding we want more on audio development like that with yocto
@usmanrafiq65305 ай бұрын
Good day Shahim. I tried the same and my BSP is raspberry pi 0 but mycapp is not being included into the final kernel. When I check it root under usr/bin, I cannot find my file. Any idea to troubleshoot the process from the start?
@shahimvedaei5 ай бұрын
@@usmanrafiq6530 did you add IMAGE_INSTALL += “myapp” to your config file?
@singhlaprit21176 ай бұрын
hello I am an embedded engineer and I am working on a project, that needs embedded Linux, I came across your channel and watched all your 6 videos about yocto project, and I find very detailed and informative than any other video on the KZbin channel, I am a beginner in Linux and this videos really help me, but my project is complicated and long like ml and vision system something like that, so I may need help in future, so if possible I get your email id, where I can ask your suggestions, that would be great. I will also help you with some embedded, hardware, and mechanical designing, so let me know
@singhlaprit21176 ай бұрын
hello I am an embedded engineer and I am working on a project, that needs embedded Linux, I came across your channel and watched all your 6 videos about yocto project, and I find very detailed and informative than any other video on the KZbin channel, I am a beginner in Linux and this videos really help me, but my project is complicated and long like ml and vision system something like that, so I may need help in future, so if possible I get your email id, where I can ask your suggestions, that would be great. I will also help you with some embedded, hardware, and mechanical designing, so let me know
@singhlaprit21176 ай бұрын
hello I am an embedded engineer and I am working on a project, that needs embedded Linux, I came across your channel and watched all your 6 videos about yocto project, and I find very detailed and informative than any other video on the KZbin channel, I am a beginner in Linux and this videos really help me, but my project is complicated and long like ml and vision system something like that, so I may need help in future, so if possible I get your email id, where I can ask your suggestions, that would be great. I will also help you with some embedded, hardware, and mechanical designing, so let me know
@singhlaprit21176 ай бұрын
hello I am an embedded engineer and I am working on a project, that needs embedded Linux, I came across your channel and watched all your 6 videos about yocto project, and I find very detailed and informative than any other video on the KZbin channel, I am a beginner in Linux and this videos really help me, but my project is complicated and long like ml and vision system something like that, so I may need help in future, so if possible I get your email id, where I can ask your suggestions, that would be great. I will also help you with some embedded, hardware, and mechanical designing, so let me know
@singhlaprit21176 ай бұрын
hello I am an embedded engineer and I am working on a project, that needs embedded Linux, I came across your channel and watched all your 6 videos about yocto project, and I find very detailed and informative than any other video on the KZbin channel, I am a beginner in Linux and this videos really help me, but my project is complicated and long like ml and vision system something like that, so I may need help in future, so if possible I get your email id, where I can ask your suggestions, that would be great. I will also help you with some embedded, hardware, and mechanical designing, so let me know
@singhlaprit21176 ай бұрын
hello I am an embedded engineer and I am working on a project, that needs embedded Linux, I came across your channel and watched all your 6 videos about yocto project, and I find very detailed and informative than any other video on the KZbin channel, I am a beginner in Linux and this videos really help me, but my project is complicated and long like ml and vision system something like that, so I may need help in future, so if possible I get your email id, where I can ask your suggestions, that would be great. I will also help you with some embedded, hardware, and mechanical designing, so let me know
@mahendra.l8616 ай бұрын
Hello could you please share me that file
@wxyz1987 ай бұрын
You are a genius !!
@7Shoker8 ай бұрын
Hello, im working on the same SoC and following you videos but between this one and the last one there is something that im not beeing able to achive that is getting the network to work properly. i ve tried get up a the wifi interface or a ethernet one but is imposibe to me. Are you using a layer already created or make yourself one?
@krutarthpurohit618 ай бұрын
Your video was very insightful and it really helped me to learn yocto. I want your little help here. I want to operate an SPI peripheral of Toradex Colibri IMX6ULL board. I don't have any idea how to do it. Can you please help me out, write step by step procedure or make a video on it?
@shahimvedaei8 ай бұрын
Thanks, It would be a nice topic for my next video. I’ll record a new video as soon as I have some free time.
@krutarthpurohit618 ай бұрын
@@shahimvedaei thanks for replying, until you make a video on it. Can you share the steps.
@krutarthpurohit618 ай бұрын
Your video was very insightful and it really helped me to learn yocto. I want your little help here. I want to operate an SPI peripheral of Toradex Colibri IMX6ULL board. I don't have any idea how to do it. Can you please help me out, write step by step procedure or make a video on it?
@ESEben108 ай бұрын
Nice tutorial. By the way: how is the debugging held in yocto?
@shahimvedaei8 ай бұрын
I am happy that you liked it. Would you elaborate “debugging in Yocto”? You mean, how we debug the code?
@ESEben108 ай бұрын
Yes! Debugging the code.
@shahimvedaei8 ай бұрын
Easy peasy, first develop/write your code in any linux platform (it is better in an embedded linux) and do the debugging as it is a programming language. Yocto is just a tool/helper to package your code into the a custom image. Altho you can use gdb, lttng or any debugging tool as well
@ESEben108 ай бұрын
But the way you did in this tutorial , it's quite impossible to set breakpoints.
@mohamedguermazi59308 ай бұрын
How to contact you I need help
@shahimvedaei8 ай бұрын
Please ask your question in the comment, I’ll do my best to answer
@mohamedguermazi59308 ай бұрын
@@shahimvedaei So, I'm working on Automotive Grade Linux(AGL) and have too many errors and problems if we can do a meeting and fix those problems.
@krutarthpurohit618 ай бұрын
@@shahimvedaei Hi, I also need your help. I want to operate an SPI peripheral of Toradex Colibri IMX6ULL board. I don't have any idea how to do it. Can you please help me out, write step by step procedure.
@mohamedguermazi59308 ай бұрын
@@shahimvedaei I have a .py file and I wanna integrate that file in my image
@mdasadullah59175 ай бұрын
Yes i also need your help to learning, i want to make launcher when bootup my launchers starts please help me out wuth this
@انامسلموكفى11 ай бұрын
Thank you for your nice tutorial How you can configure that when you insert the sd card it shows you this Dialogue asking you to choose where you would like to connect Super Mass Storage Device because until now the virtual machine does not detwct the sd card just when I run it in administrator mode
@kemo_-ks6pk Жыл бұрын
Thank you so much! Can i view the qt app this without getting a screen? Like in a vnc or something?
@manhtien6308 Жыл бұрын
thank you , i really love this video, it is helpfull.
@رضوداعی Жыл бұрын
❤بسیار عالی موفق باشی
@shahimvedaei8 ай бұрын
Thanks👌
@ashharabbas1526 Жыл бұрын
Amazing video it really help me a lot
@thinhnguyen2008 Жыл бұрын
Great course. Thanks for sharing
@Yusuf-me5pd Жыл бұрын
When you make IMAGE_INSTALL:append it does not install package into the kernel image it installs it into rootfs image
@harshvardhanpatil3401 Жыл бұрын
first of all thank you so much for wonderfull basic things sharing here. how to compile .py app in Yocto project? can you help me!
@shahimvedaei Жыл бұрын
Glad you liked it. I remember I already show how to integrate python/ python packages in yocto, lesson #7 or #8. Lesson #8 for sure, because there is a full implementation and example with python
@harshvardhanpatil3401 Жыл бұрын
@@shahimvedaei Thank You☺️
@harshvardhanpatil3401 Жыл бұрын
Why i get this error continuesly...........is any issue hhp@HarsH:~/harsh/poky/build$ bitbake core-image-sato bitbake: command not found
Great content and very helpful. I am new to yocto and qt so I wanted to ask, I have generated an image for Raspberry Pi 4 and want to add my own qt application to it. Would following the steps in the work or would I need to change something to fit it to Raspberry Pi?
@shahimvedaei Жыл бұрын
It will work for rpi similarly.
@ericgorder1 Жыл бұрын
Thanks a bunch! You were very helpful.
@anujkumar-no1mv Жыл бұрын
Thanks for such a wonderful video. I was successfully able to boot for BBB, but I am unable to access the GPIO in sys/class/gpio, and there is no GPIO directory. Any help is appreciated.
@shraddharane5648 Жыл бұрын
What should be used insted of arago for NXP freescale board
@shabinaa6407 Жыл бұрын
can you help me to integrate LVGL in my yocto project that is for smarc-rzv2l
@MrPtitzzz Жыл бұрын
Gawd I've spent hours trying to figure out which header pin corresponds to which number - thanks to you now I figured it out and learned something. Thanks!
@shahimvedaei Жыл бұрын
Happy it helps
@AIology2022 Жыл бұрын
This is really cool🎉
@sandeepsiv Жыл бұрын
Booting is very fast when connected with terminal. But with LCD the booted screen boot screen displays some time later.How can we fix this
@shahimvedaei Жыл бұрын
The best option is to use a better SoC. During boot time, the CPU has to config several parameters to initialize the image for LCD and it takes time for some weak SoC. I recommend to use high performance SoC with a better GPU.
@sandeepsiv Жыл бұрын
@@shahimvedaei I am using AM5729 IDK. Its a high performance SoC. By using TI SDK linux image, booted screen displays very fast in LCD. Is there any other way to fast up Boot screen display in LCD
@shahimvedaei Жыл бұрын
@@sandeepsiv Ok. You can easily check which package make boot time slow. First, compile the TI SDK yourself and check if the boot time is the same as the prebuild image you downloaded. It will be the base time. Pls do not add any extra layer, just what came from upstream.
@sandeepsiv Жыл бұрын
@@shahimvedaei ok..thanks.
@pexenn232 жыл бұрын
nice video, can you talk about AGL?
@JeroenWolf-vu4xe2 жыл бұрын
Very nice indeed. Real helpfull for lots of people and use cases 👍👊
@AIology20222 жыл бұрын
Nice tutorial!
@yunfengwu44122 жыл бұрын
great job~ thank you very much~
@prasadzole2 жыл бұрын
Nice Explanation and Good Training for the new bee
@ai.aspirations2 жыл бұрын
great intro, thanks much! i follow you
@TohidGadiri2 жыл бұрын
great job
@daniloespinoza8382 жыл бұрын
Hi! Very good tutorial, so useful!Can I download the document you show in the video? from some web-site?,
@natsagnyamnamkhai7492 жыл бұрын
nice one
@pexenn232 жыл бұрын
can you explain the last error you had please
@clickideals18222 жыл бұрын
As I understood, you must create a partition (ext4) of 112 MB that will be your / in sdb3 that will be your root filesystem and there you will paste all the remaining files of the filesystem.
@MohanPAKALAPATI2 жыл бұрын
Poky is reference distribution, baseline 0 Linux OS
@joseppratmonell49692 жыл бұрын
you having only 1k views blow my mind... VERY useful thanks
@shahimvedaei2 жыл бұрын
Very glad to hear that. Thanks
@sbrmnd38852 жыл бұрын
How did you figure out the particular commit of meta-ti and meta-arago compatible with meta-arm 32:34
@shahimvedaei2 жыл бұрын
I used two commits that are given by ti's official configuration file for the TMDSSK3358 Evaluation board. However, you can check the latest commits as well. Sometimes, they are not compatible. Try, and error is one option.
@sbrmnd38852 жыл бұрын
@@shahimvedaei I tried with Kirkstone branch, and it worked for me out of the blue. Nonetheless, thanks for replying 😀