I like listening to people who aren't experts but who are going to make something happen anyways. That's how people become experts. That's why I love this series. Thank you so much, and I can not wait for the next part.
@Ali-wf9ef3 жыл бұрын
And usually the experts don't put in the required effort and time to make such good tutorials
@brandoneickert Жыл бұрын
What makes you think he is not an expert?
@morgan-ho3jd Жыл бұрын
@@brandoneickert 31:46 🤠
@ngrader10 ай бұрын
@@morgan-ho3jd Nah, only an expert would admit to not being an expert.
@brandoneickert Жыл бұрын
The density of this episode is on another level. Thank you so much for making this for new embedded Linux people!
@gittesilberglarsen1262 Жыл бұрын
Excellent work! Clear, well paced. I appreciate your precise articulation which makes it pleasent to listen and to watch.
@cdyoutoob3 жыл бұрын
Kudos for choosing to use lower performance older hardware for demos. You also do a great job of covering content. It's great to ensure all can take part.
@nafisahmed62473 жыл бұрын
Thanks Shawn. God bless you. Need more easy tutorials like this on almost trade secret level topics.
@nabeelsherazi88602 ай бұрын
heads up, you can save a lot of time and disk space checking out poky by just grabbing the branch you want and no git history. `git clone $ -b dunfell --depth=1`, although i would use the latest LTS branch
@chrislamb47233 жыл бұрын
558m35.788s .... Wow! This took a long time! Looking forward to seeing the diff in time between yocto and buidroot after this initial yocto time sink. Thank you for all your amazing work!
@ShawnHymel3 жыл бұрын
I found that it depends...if I just change something in rootfs, Yocto will re-build just rootfs in usually less than an hour. However, if I change something in the kernel or device tree, Yocto has to rebuild much more, and it took 5-6 hours for me.
@michaeljohnson5184 Жыл бұрын
This series is filling in some of the gaps in my knowledge, and this episode is a great reminder of how things are done with Yocto. Thank you!!!
@Dinkleberg963 жыл бұрын
A Shawn's video is alwatys a bless for us
@nandospm3 жыл бұрын
I tryed these instructions and had problems with filename lengths with the bitbake command. it was caused by ecryptfs. I set up other unencrypted partition and it worked flawlessly. Great tutorial. can't wait for next video
@brunof17343 жыл бұрын
Open source + Shawn = mind blown
@bluehornet67522 жыл бұрын
Your Linux Mint version is very likely built on Ubuntu, so it will probably work just fine. For example, Linux Mint 21 is directly based on Ubuntu 22.04, but leaves out some silly stuff like snapd. Great series by the way--thanks to Digi-Key and Shawn for making it!
@FabioSilva-og5ef12 күн бұрын
Great series and very clear explanations
@z.s.13502 жыл бұрын
The beginning is very very important, I think success depends on how did you start. Thanks boss, you gave me a good place to start. I have appreciated your efforts and clear explanations. I hope I will be successful thanks to you.
@bayroncabrera7566 Жыл бұрын
Thank you very much for this series, I'm loving it !
@vivekkumar-tu7kg3 жыл бұрын
Thanks Shawn for this topic and Iam waiting for the QT part to come.
@MohammedRezwanulIslam3 жыл бұрын
Please make a tutorial for adding SPI TFT LCD driver in the kernel. We can make cool handheld gaming machine. Love your work.
@ibrahimkhadraoui77363 жыл бұрын
Yes, great idea!!
@mikroelektro3 жыл бұрын
Nice job An alternative to alias is to use update-alternatives
@Martial_Monkey Жыл бұрын
Awesome explanation dude. I wish I could like more than once.
@konstantinrebrov6752 ай бұрын
The handsome engineer teaches us!
@de-bugger3 жыл бұрын
Running menuconfig fails on Ubuntu 21.10 due to a change in glibc .See also sigstksz is now a run-time variable. How to apply the patch posted on openwrt ? now stuck to follow these video. They are excellent though. Figutred it out, Poky distro only supports up to Ubuntu 20.04. So this need a virtual machine
@fifossucrilhos7 ай бұрын
18:36 I still get a PATH error even though I'm running the source commnand. Anyone got any ideas?
@nandakumars33393 жыл бұрын
Good series, 👍🤝
@byteslee17292 жыл бұрын
Free knowledge. Wow! I wish all universities taught students like that 😁🤣😂
@nilanjantalukder54503 жыл бұрын
Can we use Raspberry Pi with Ubuntu to build Embedded Linux?
@ShawnHymel3 жыл бұрын
You can, but I found that because the Raspberry Pi is slower than most PCs, it will take a much longer time to complete the build process.
@mishaalnaeem61353 жыл бұрын
The video came out and I happened to need it starting that very day. Cool keyboard btw. Can you drop the link for it?
@ShawnHymel3 жыл бұрын
Glad it helped! And thanks...I really like the keyboard :) Here's where I got it: mechanicalkeyboards.com/shop/index.php?l=product_detail&p=4911
@madhusmitabanerjee79813 жыл бұрын
Hi Shawn, If I need a camera in my device, is it a good idea to add the camera in pcb design or camera can be added after pcb design?
@ShawnHymel3 жыл бұрын
It depends. You can add a small camera (like you find on the Pi Camera) that is attached during the assembly process. If you want a bigger/better camera, you will likely need to use something like USB to attach it externally.
@madhusmitabanerjee79813 жыл бұрын
@@ShawnHymel Thank you. It is helpful.
@alexscarbro7963 жыл бұрын
I guess the “Disco” layer is more likely to generate an SD card image since it’s targeted at a specific dev board, whereas this build was for a generic MP1 application?
@mustafizurrahmanchowdhury71362 жыл бұрын
Hi there, in your video-2 part at time 18.54 mins the command like, bitbake not working in build-mp1, in my case developing. need help please. waiting for your response.
@pavithram4872 жыл бұрын
I'm using yocto build for the machine AM5728 and I wanted to generate vlc ipk where vlc is present in meta-openembbeded/recipe-multimedia I gave the following command bitbake -b vlc but I'm getting an error how can I build a single recipe
@codebyuk22102 жыл бұрын
Hi Shawn, which debian you used for this project and information about versions of all packages were used in this project. I am stuck with unknown bitbake issues but most related to dependencies. Example : ERROR: texinfo-dummy-native-1.0-r0 do_fetch: Execution of event handler 'sstate_eventhandler' failed
@VasaMusic4383 жыл бұрын
Super Video !!!! Thanks so much !!
@thzara71112 жыл бұрын
Yeah for some reason I get u-boot-stm32mp compilation error,
@hoclu39392 жыл бұрын
Love this, thank you for the video
@ОлександрСергійовичПовзун2 жыл бұрын
yocto error stm32mp1r virtual/egl virtual/kernel virtual/perf help me
@sagargolliwar3 жыл бұрын
Thanks for this.
@Dandan-r8e Жыл бұрын
Thanks for the video it is very practical, but unfortunately I did exactly what you did and i got this error after bitbake -c menuconfig virtual/kernal : ERROR: NOTHING PROVIDES 'virtual/kernal' . Close matches: virtual/egl virtual/kernal virtual/perf hope you can answer a solution for my problem. Thanks
@coltennabers634 Жыл бұрын
its *kernel
@EnsignerTV3 жыл бұрын
Thanks for sharing!
@pranavthakkar66873 жыл бұрын
Hi Shawn very informative tutorial. Can you make this with toaster UI?
@hamedzaheri70503 жыл бұрын
Very usefull. Thank you
@hamedzaheri70503 жыл бұрын
Yocto is one of the useful tools in the embedded world. Xilinx Petalinux is one of the great examples that use Yocto under the hood. knowing what's going on is very important for using Petalinux and Xilinx state-of-art devices.
@lophilip Жыл бұрын
if it takes that long to compile I suggest using a more powerful computer. The compile times should be around 30 minutes on a 2023 low end desktop build.
@helidrones3 жыл бұрын
I am feeling like building an embedded Gentoo system. Perhaps i should invite Crossdev to a dinner to discuss my needs.
@bragatheswaranm81843 жыл бұрын
Thanks a lot for this. have a request. can you make some tutorials about zephyr RTOS and how to use it on developments boards
@aniceto113 жыл бұрын
very good content!
@danielnoriega66553 жыл бұрын
Next episode please!!
@danielnoriega66553 жыл бұрын
lol... I didn't realize that this video was uploaded just a couple of days ago... Please keep the good work
@BogdanTheGeek3 жыл бұрын
Mad props for using a computer with 2GB of RAM in 2021, unless its a vm, in which case...shame...shame..shame
@ShawnHymel3 жыл бұрын
It's an old laptop that I loaded with Mint...it *really* struggles in 2021 :P
@guynicora8492 жыл бұрын
Worked, thx
@Hoytash2 жыл бұрын
Are you the lockpicking lawyer???
@NM-vw6xq Жыл бұрын
Lol sounds just like him! 😂
@Diebe-ks8ws3 жыл бұрын
These tutorials cannot come at a better time, please make tutorials quicker.
@thegarginator Жыл бұрын
Instead of aliasing python3, another option is installing the apt package "python-is-python3" lol