I'm going to be buying a Pinebook here soon, and I was curious if it's possible to run a custom OS I've written on it. Specifically, does the booting partition have to be FAT32, or does it allow for custom bootloaders and such?
Sorry if this isn't the correct section to post this.
No boot partition can be whatever you like, you don't even need one really... the only things you need to make a medium bootable is the second stage loader (either binary boot0 for legacy kernel or spl for mainline u-boot built from souce) and u-boot. Once u-boot is loaded you can boot whatever you want from any media u-boot can access/has drivers for...
Dang it. I was hoping I wouldn't need to write a driver for anything. Was kinda hoping I could use my own self-coded bootloader that comes with my OS. I guess I won't be using the Pinebook then
I've got one that I've written on the Raspberry Pi, and I wanted to find a Prebuilt ARM computer I could port it over to.
Also, why would it matter if my OS was written or not? That has nothing to do with the subject matter.
Anyways, I thought uboot was stored on the board in the ROM. Was I incorrect in assuming that?
xalius, thank you for your help. I'll look over that document.
z4v4l, you're using irony wrong. And I won't be using your firmware since mine is part of my research project/paper.
Won't be back till I've got everything ported over, and once I've got graphics going.