answersLogoWhite

0

What do you mean by uboot?

User Avatar

Anonymous

13y ago
Updated: 8/16/2019

uboot is abbreviation of universal bootloader.

It is a bootloader stage which is generally used in embedded systems. It is open source and can be ported to new embedded device easily. Many cpus and boards are already supported in the uboot. Its initial code is in assembly but then mst of the code, including drivers are in C language.

Its function is to provide user a prompt or mostly to load kernel.

User Avatar

Wiki User

13y ago

What else can I help you with?