help making custom rapsberry pi os system

July 2, 2023, 01:17

nesi1

Hey, I’m here for one purpose and one purpose only I’m trying to make my own raspberry pi custom OS system. This OS system would be a program kind of like chat GPT I mainly focus on machine learning type of things and be more of an assistant. All I basically need help with is the overall necessity such as a kernel8.img, boot loader, main, and etc so I could at least put the SD card in and it would just at least execute the program. if you could help me with sending messages and a couple of other things like installing programs, I think that’s all I need for the most part I think after that I could catch on.  i’m aware that the raspberry pi does not have the power to obviously run major servers in the future. I might consider applying add-ons to the raspberry pi or maybe something else. But for now I would really love some help developing a custom raspberry pi operating system. Also, would like to mention that this custom OS I would really love to run possibly tensor flow models if you’re able to provide any other resources on this, I would greatly appreciate it . Thank you

illegitimate_egg

You'll need to learn ARM assembly

illegitimate_egg

and some low level langs

illegitimate_egg

then you'll need to write a bootloader

illegitimate_egg

for your kernel

nesi1

Any tutorials

nesi1

Or

nesi1

Books

illegitimate_egg

Not really

illegitimate_egg

There is this but it's mainly for x86 https://wiki.osdev.org/Expanded_Main_Page

nesi1

Do you know how to make a raspberry pi OS system?

illegitimate_egg

I've made an x86 OS before

illegitimate_egg

but that won't run on a pi

nesi1

You know anyone who can help

jannik44

there arent that much companys with their own OS

nesi1

Email?

nesi1

Yea I want to make one

nesi1

And I’ve tired by watching a tutorial

nesi1

But can’t boot it

nesi1

Like I’m pretty sure the program is being executed

nesi1

Little bit of C

nesi1

No assembly

nesi1

If you have any tutorials or guides that would be nice

jannik44

well then you are not ready for your own OS according to previous website

nesi1

So what should i do

illegitimate_egg

Coming from someone who did it, it's not worth it

jannik44

thats my point

nesi1

I was mainly going to use it for Machine learning programs and maybe flight navigation with rockets

jannik44

just use lightweight linux?

illegitimate_egg

Flight navigation is better suited to a microcontroller sending telemetry than an entire embedded pc

jannik44

y

nesi1

What’s lightweight Linux

nesi1

Yea I was considering getting one

nesi1

Anything I should at-least start on learning to develop on os

illegitimate_egg

as for machine learning, that stuff is ludicrously complex

illegitimate_egg

Not the stuff you want to be writing from the ground up

nesi1

I found this

nesi1

Should I try this