Top "U-boot" questions

Das U-boot is a GPL'd bootloader for embedded boards supporting multiple processor architectures.

Any 'uboot-mkimage' available for Ubuntu 14.04?

When cross-compiling a Linux kernel the final stage of the build fails because mkimage is not installed. Which package do …

u-boot ubuntu-14.04
Getting U-boot's Version from Userspace

Does anyone know of a way to get U-boot version installed from userspace? There is the fw_printenv command that …

embedded-linux u-boot
U-Boot hangs while loading kernel?

I am working on Freescale board imx50evk. I have built the uboot.bin and uImage using LTIB (linux target …

linux-kernel arm u-boot
What is difference between U-boot.bin and uImage.bin

I am confused between the u-boot.bin and uImage.bin. I guess uImage.bin is nothing but the compressed version …

linux linux-kernel embedded-linux u-boot
What is different between u-boot.bin and u-boot.img

I just compiled the U-Boot bootloader and I see a few file names in the u-boot program directory which are: …

embedded-linux u-boot
How to boot Linux kernel from u-boot?

My Linux kernel image uImage is in my U-disk. And I want to boot it from U-Boot. Also the device …

kernel u-boot
SQUASHFS error: Unable to read page, ..., size

I'm working with embedded ARM platform with built NAND flash. My roofs partition is squashfs. Both u-boot and kernel use …

linux embedded u-boot squashfs
loading u-Boot in memory instead of flashing it

In my ARM based custom board, I flash u-boot to NAND whenever I do changes on that. (putting some debug …

linux embedded-linux u-boot
Linux: boot arguments with U-Boot and Flat Image Tree (FIT)

I am trying to get my own build of U-Boot to boot Linux on a Jetson TK1 board. As we …

linux-kernel arguments u-boot device-tree
Why Device Tree Structure (DTS) file is needed both in bootloader and kernel source code?

Bootloaders like U-Boot that do not implement the Open Firmware API, are expected to pass to the kernel a binary …

linux-kernel arm embedded-linux u-boot device-tree