Tagged Questions
0
votes
0answers
83 views
U-Boot DDR RAM issue [closed]
I have a 256 MB DDR RAM, and use U-Boot 1.3.2 for MIPS.
I found that when data is written to address A, then the address of A+0x08000000 will have the same data, like mirror.
Here is my test:
The ...
-2
votes
1answer
116 views
How do I reserve RAM on a PowerPC CPU running Linux?
I am trying to reserve 10MB out of the 2GB onboard RAM on an embedded single-board computer that uses the Canyonlands (PowerPC-460EX) CPU. By reserve RAM, I mean block out a chunk of RAM that Linux ...
1
vote
2answers
585 views
uboot environment variable save doesn't seem to work
I'm having problems trying to save environment variables in uBoot and have them persist across reboots, see trace below. This is with U-Boot 2009.08-00000-g19b0e8d-dirty (May 29 2012 - 16:09:40). ...
4
votes
1answer
460 views
Pass large amount of binary data from u-boot to linux kernel
Have some issues with passing large amount of data (3 MB) from uboot to linux kernel 2.6.35.3 on imx50 ARM board. This data is required in kernel device driver probe function and then it should be ...
7
votes
2answers
595 views
Reserving a portion of SDRAM to pass data between U-Boot and the Linux Kernel
How can I reserve a portion of SDRAM, say 4 bytes, to pass a flag between U-Boot and the Linux kernel so that this reserved memory location is not initialized by the linker and the value preserved ...