Perfect video for starters who are confused about embedded Linux, I would say 10/10 for beginners to have a clearer roadmap
@nighttime95392 жыл бұрын
Great lecture. Embedded linux experience is typically on the list of requirements for embedded developer positions. At least where I live.
@ngouanewhoumand1999 Жыл бұрын
😅Voice😅 bvbi😅 it was i😅I III😅😅😅
@theengineer9910 Жыл бұрын
same
@divyeshkumarbalar7732Ай бұрын
This lecture is a gem 💎
@lygiahuy89447 ай бұрын
This is a useful presentation I ever seen, only 1 hours spend for me to cover all the knowledge compare to three months I spend on college
@MrBhujbalgv Жыл бұрын
Thanks you for sharing 🙏
@taisonfragao8010 Жыл бұрын
Very informative. Thanks for sharing.
@meenamurthy15036 ай бұрын
Thanks for sharing.
@anarchymatt2 жыл бұрын
I have no idea what embedded development is like, but the pacing of this video is really good and it's very informative a lot of these talks are really opinionated or have some technology to shill, but this talk was absolutely great
@6Diego1Diego9Ай бұрын
This was interesting and clear
@ViatoremDiEfa Жыл бұрын
Thank you for the presentation.
@melanierhianna11 ай бұрын
I ran a full desktop system on an Acorn RISC PC in 1997 using a 60 Mhz ARM-6 and 16MB of RAM. Of course Moores Law means this isn't possible any more.
@JayDee-b5u7 ай бұрын
??
@lornarmac2 ай бұрын
Another very good talk, thanks. I don't understand the point (~23.5 mins) about a -ve of using a distro on an embedded system is native development - any chance you could elaborate (I think I am just missing the point - why do distro and native development have to go hand in hand?)
@kayakMike10002 ай бұрын
I think native in this context is architecture, like if you're compiling on armv8 versus x86...
@lornarmac2 ай бұрын
@@kayakMike1000 thanks, I understand the concept / meaning of native in this context,but don't understand why it's a downside of using a distro for an embedded system
@ScienceDiscoverer24 күн бұрын
@@lornarmac That you can't cross-compile. So you can't compile code for your custom board on your normal x86 PC and upload it to the device that uses the board. Also you can't do atomic image updates for the system.
@ahmed-lf3io29 күн бұрын
Some of the points on open source are wrong. - 18:00 or so - "No one does anything for free" he says but in reality a massive portion of open source is written by volunteers. Funding is an issue, encouraging people to donate and companies to sponsor is something people are working on. - 20:54 - Releasing early and often isn't something open source necessitates. The release cycles will vary by project.
@foliinorderbfs11 Жыл бұрын
very strange point, embedded system and development element and development core knowledeg(?) are very standardic or constant(?). but, their core knowleadge or core contents are not widely opend... by now and to future.
@marcm362310 ай бұрын
Simple question: ist a docker Container a system in a Module?
@darkbit10013 ай бұрын
No, it is not a Kernel module. It is a daemon that lives in user space.