8548 booting or start up

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

8548 booting or start up

1,843 次查看
ravindrakulkarn
Contributor II

Can I get guidelines on how to start the 8548 processor. For example I am expecting something like a sequence in which I should init the peripherals,

This is not having any OS, just the bare bone application.Although it has flash,DDR PCI DUART needed.

标签 (3)
0 项奖励
回复
4 回复数

1,305 次查看
Wei
Contributor I

uboot?

0 项奖励
回复

1,305 次查看
ravindrakulkarn
Contributor II

u_boot assumes that the hardware is working. This is new design/board (not

standard eval board), then in what sequence do I go to initialize the

various blocks/peripherals?

0 项奖励
回复

1,305 次查看
TomE
Specialist II

U-Boot is totally in charge of starting up the hardware.

The parts of U-Boot specific to a particular CPU "knows" how to start it up. It usually only enables the things needed to get the Operating System loaded. If you have ADCs and PWM controllers, then they're the problem of the OS Drivers if they're not essential for booting.

If you have custom hardware on your board that needs to be initialised before the OS comes up, then that's 100% your responsibility to design a proper startup sequence, and to add that to the "Board Support" part of the U-Boot sources for your board.

Tom

0 项奖励
回复

1,305 次查看
ravindrakulkarn
Contributor II

Thanks for your help Tom

Just a question,

Is it possible to load the bootloader code in Codewarrior and be able to

debug it/single step with USB TAP?

Is it possible to compile the source code of uboot using CW tools ( on

Linux or windows)

Thanks a lot for your help.

0 项奖励
回复