Tagged Questions
0
votes
0answers
49 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 ...
1
vote
0answers
134 views
Booting different kernel from U-Boot based on time stamp
I am using U-Boot and two kernel Image(uImage). I want to add some code in U-Boot which will select kernel based of time stamp.
I am using MIPS architecture.
this two kernels are in different MTD ...
0
votes
1answer
417 views
Configuring physical memory for linux kernel
I have an embedded board (MIPS architecture) running linux 2.6.29 with u-boot as the bootloader. I have 512MB(bytes) of DDR3 RAM.
The problem is, Linux is able to use only around 128MB of it. I ...