Trying To Making Image for 7025+

despdan

Inactive User
Joined
Nov 19, 2007
Messages
529
Reaction score
19
Location
Ireland
Hi
anyone know of a good tut for the above?

have tried this but get error messages attached any ideas?

Code:

apt-get update

This is necessary tu upograde your packages to the newest version

Then
Code:

apt-get install monotone

This will install the latest version of monotone for your distribution
You can als search for the latest version:
Code:

apt-cache search montone

Next Run toolchecker.sh The latest can always be found here

WARNING:

Do not create dreambox images as root, you may break your linux. Exit as soon as monotone is installed.

Once you have got the latest monotone, (you currently need 0.26) get
Code:

Makefile-opendreambox

This is described in more detail in

http://developer.elitedvb.net/listpr...hp?curr_dir=81

Or just save target as... if you can

http://tmb.elitedvb.net/Makefile-opendreambox



save the file in a new directory called tuxbox-bb.
Code:

mkdir tuxbox-bb

Edit the file Makefile-opendreambox and change MACHINE to dm7020 (if you want to build a 7020 image)

Run :
Code:

cd $HOME/tuxbox-bb
make -f Makefile-opendreambox image

Throughout this document I will have the files in the following directory:

Code:

$HOME/tuxbox-bb

$HOME is your home directory in linux.


Once Makefile-opendreambox is finished, you hould find a subfolder "build"
You should now update... monotone can be subtituted with MTN on some systems like kubuntu.
Code:

cd $HOME/openembedded
monotone pull
monotone update

Now cd to $HOME/tuxbox-bb/build and type:
Code:

source ./env.source
bitbake dreambox-image
 
Getting a step nearer

Hi All
managed to get a bit nearer after

make -f Makefile-opendreambox image

I get folders cache sources build build/conf openembedded build/conf/local.conf build/env.source bb
It also downloads a file oe.mtn 214.3MB

when finished i get this?

sent 115 bytes received 176658015 bytes 216360.23 bytes/sec
total size is 224698368 speedup is 1.27
Trying to pull the newest revision of the meta database. you can
disable this by setting DISABLE_UPDATE=1 in the Makefile-opendreambox
/usr/bin/mtn pull --db=oe.mtn monotone.openembedded.org org.openembedded.dreambox
mtn: misuse: database /home/tony/Desktop/7025/tuxbox-bb/oe.mtn is laid out according to an old schema
mtn: misuse: try 'mtn db migrate' to upgrade
mtn: misuse: (this is irreversible; you may want to make a backup copy first)
make: *** [oe.mtn] Error 1
tony@tony-laptop:~/Desktop/7025/tuxbox-bb$ mtn db migrate
mtn: misuse: no database specified
tony@tony-laptop:~/Desktop/7025/tuxbox-bb$

any Ideas?
 
what version of mtn are you using? run mtn --version to check
 
Hi All
managed to get a bit nearer after



I get folders cache sources build build/conf openembedded build/conf/local.conf build/env.source bb
It also downloads a file oe.mtn 214.3MB

when finished i get this?



any Ideas?



wrong montone installed bud :) remove the version u have and install version 31 then repeat the compile command should fly though :) (well not fly lol take a good few hours hehehe)


cheers

osborne82
 
Last edited by a moderator:
Back
Top