
21 Apr
2003
21 Apr
'03
8:02 p.m.
I feel like I'm setting myself up for another "Wolfgang RTFM" response - however here it goes.
It appears now that everything works with u-boot! I can even do a tftpboot etc.
What I'd like to do is to write a script (I read the section on scripts), that will:
tftpboot 0x100000 mykernel.PPCBoot tftpboot 0x300000 myinitrd.PPCBoot bootm 0x100000 0x300000
What is the best way to do this? I cannot figure it out from the docs.
Thanks!
Jerry Walden