The u-boot tag has no wiki summary.
0
votes
2answers
48 views
File system CRC check
I know that before running the kernel, u-boot (the boot loader) will check the kernel image CRC. Only if it is correct it will go further, else it will give a "Bad CRC" error.
I want to do same thing ...
3
votes
1answer
216 views
How can I tell what memory RAM address range is being used by uboot?
I am in uboot and was wondering, how could I tell what RAM address range is being used by uboot.
uboot needs memory to run so it might be using some of the RAM. I want to avoid modifying those RAM ...
1
vote
1answer
62 views
How to flash U-Boot to a Devkit8500?
When I try running this:
make CROSS_COMPILE=/root/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- omap3devkit8000_config
I get this error:
make: *** No rule to make target ...
2
votes
0answers
191 views
Booting over the LAN using uboot
I am trying to boot my beaglebone over the LAN. I am able to download the Kernel uImage from the TFTP server. Here is what I did -
U-Boot SPL 2011.09-00053-gb423c52 (Aug 10 2012 - 11:26:55)
Texas ...
1
vote
0answers
217 views
Booting linux from SD Card on a Leopard board (Ti DM365)
I have a Leopard board with Ti DM365 processor. Problem is that I tried to flash the bootloader (uboot) to nand and landed up corrupting the NAND. Now I can't use the NAND to bring up the board. So I ...
