Tagged Questions
0
votes
0answers
112 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
83 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 ...
0
votes
0answers
95 views
Using BAM on Freescale MPC5xxx to load u-boot
I've been looking for a while now for information on how to upload das u-boot to a MPC5xxx (in my case MPC5554) using the BAM but cannot find anything even close. My goal is to get familiar with BAM ...
0
votes
0answers
518 views
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 image builder). At the U-Boot prompt I enter the bootm addr command, and then it hangs after ...
0
votes
1answer
104 views
u-boot text area overflow when adding command defines
On my mx53_loco board i have a problem:
when i add the command line help define (CONFIG_SYS_LONGHELP) in the board specific header, building complete successful but when i boot the board i find a ...
1
vote
1answer
1k views
uboot- MMC no SDcard
I am trying to get a linux kernel with a linux rootfs running on an imx51 Freescale board.
I compiled linux kernel, root file system and u-boot and copied the image to SD-card: partition 0: boot ...