View Single Post
  #26 (permalink)  
Old 10-29-2010, 12:55 PM
pts69666's Avatar
pts69666
PPCGeeks Regular
Offline
 
Join Date: Dec 2007
Posts: 120
Reputation: 65
pts69666 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin

Quote:
Originally Posted by edwill View Post
OK, installed wine and added the extra folders. I did start over to make sure everything was done correctly.
I will try running the script with rhod210 when I get home if this isn't resolved. I myself ran it as rhod400, so I will see what different results I get when I run it as your model.

Edit:

Try finding this part of the code in the script:

Code:
$TOOLCHAIN_PATH-objcopy tinboot.o -O binary tinbootxip
mv tinbootxip xip/$1
and changing it to
Code:
$TOOLCHAIN_PATH-objcopy tinboot.o -O binary tinbootxip
mkdir xip/$1
mv tinbootxip xip/$1
that should clear up the first error, unless it cannot find tinbootxip. if thats the case, i will have to look at it more when i get home

Code:
mv: cannot move `tinbootxip' to `xip/rhod210': No such file or directory
as far as the
Code:
mv: cannot stat `os.nb.payload.NEW': No such file or directory
i will have to wait until i get home to look at. that'll be like 3 hours or so.

Last edited by pts69666; 10-29-2010 at 01:05 PM.
Reply With Quote