1
vote
0answers
25 views

MPC8xx using watchdog with uboot and linux

I have an embedded platform with a powerpc MPC875 CPU running with uboot and linux 3.2. I'd like to use the watchdog feature of this cpu. My problem is that the watchdog timed out before linux starts ...
-2
votes
1answer
104 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 ...
0
votes
0answers
115 views

PPC MPC5554: Which core to generate code for?

I'm using the ELDK (u-boot) tools (gcc) to compile (assembly) code for the Motorola/Freescale MPC5554 and so far so good :). I just noticed that I can't compile an instruction that I need (mtbucsr) ...
0
votes
1answer
85 views

u-boot: mpc5xxx.h does not support mpc55xx?

I'm new to u-boot and currently trying to port it to a mpc5554 board (from phytec) for fun. I was happy to find the mpc5xxx.h file indicating that it would be usable in my case. However, the more I ...
4
votes
1answer
765 views

default baud rate - linux/u-boot

I'm working on the development of an embedded linux system using u-boot. U-boot sets the baud rate of the ttyS0 serial port with the console= bootarg, but I would also like to set the default baud ...
2
votes
1answer
446 views

Should backup U-Boot image use backup environment or original environment?

I'm working on an embedded firmware project using U-Boot. We are required to have a backup copy of U-Boot in flash at a second location. All the technical stuff about relocating the processor's ...