i do it manually in a terminal screen m8, imaging you saved the whole trunk folder into a folder called tm8
open a terminal window
Code:
cd tm8
svn co svn://urfreelinux.homelinux.org/LinuxHD/trunk
thats it
itll seem like it hangs for a while, this is as it checks every revision of the files, if no changes, itll finish and tell you what revision youre on. if theres new files, itll update just the changed ones, then report the new SVN revision as shown above
you then enter
Code:
cd trunk
cd cdk
./maketm800
and itll ask for the admin password you setup when installing linux onto your machine, enter this, itll delete some temp files and start compiling, it takes about 10-15 minutes
once it finishes youll see this
Code:
#############################################################
# make firmware
#############################################################
############### TM800 start ##############
TM800*
rootfs jffs2
####################################################################################
Update Flash File
Little Endian
Little Endian
####################################################################################
*************************************************
Flash file build Complete
*************************************************
############### TM800 Finish ##############
Completed (/home/digidude/tm88/trunk/cdkflash/TM800-25-02-11)
#################### END ###################################
digidude@digidude-laptop:~/tm88/trunk/cdk$
in 'Places' navigate to the folder highlighted in red above, and youll see the file TM800_update.bin, thats your image
copy it to USB, slam it into the box, fire up miniroot, and away you go