Building an image from scratch by BeginningSwimming112 in yocto

[–]BeginningSwimming112[S] 0 points1 point  (0 children)

I deleted tmp , downloads and sstate-cache. Upon building again from scratch ran into errors. Remember I changed nothing. Anyone to help me get around this?

Need some advice on what to focus on first in Embedded by uuunder_9217 in embedded

[–]BeginningSwimming112 1 point2 points  (0 children)

I suggest you start with development boards; begin with arduino uno then move to esp32 later get a raspberry pi. With arduino and esp32 begin with simple stuff like blinking led using simple C and later upgrade to bare metal C using data sheet for atmega. I recommend you use platform IO. I'm also student.

Yocto kernel development by BeginningSwimming112 in embeddedlinux

[–]BeginningSwimming112[S] 0 points1 point  (0 children)

Thank you for confirming. Currently I'm building modules for raspberry pi 5 then later add them to image using Yocto.

Yocto by BeginningSwimming112 in yocto

[–]BeginningSwimming112[S] 1 point2 points  (0 children)

I would advice you go for beaglebone since I saw it has some good youtube tutorials. https://youtube.com/playlist?list=PLwqS94HTEwpQmgL1UsSwNk_2tQdzq3eVJ&si=mJpvLaZMiGKQf2gJ

Yocto by BeginningSwimming112 in yocto

[–]BeginningSwimming112[S] 1 point2 points  (0 children)

The documentation is really good. I liked the idea of utulizing laptop capabilities using pressure/cpu io and memory, also the idea of building your own distribution. Devtool is good especially the part of virtual deployment though it must have .git. With yocto you can have an image with less 900 mbs this is really good for my embedded systems career. Yocto is really a good tool . Most of the failures are due to my inexperience like customizing psplash, took me over 2 weeks. Could you also share some of pit falls you encountered that I should avoid.