Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Hardware > DM-7020s
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 01-22-2005
hemertje's Avatar
Moderator
 
Join Date: Oct 2003
Posts: 3,093
Thanks: 0
Thanked 41 Times in 25 Posts
hemertje is on a distinguished road
nice moves here, i like it!
Reply With Quote
Sponsored links
  #12 (permalink)  
Old 01-22-2005
Registered User
 
Join Date: Sep 2004
Posts: 339
Thanks: 0
Thanked 0 Times in 0 Posts
noggie is on a distinguished road
Quote:
Originally Posted by xphile
One thing noggie. You mention you were able to mount the jffs2 partitions. When I try to mount any of these 2 partitions on PC linux as -o loop and -t jffs2 I get:

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems

Any ideas?
Read the script I posted. As a programmer yourself, I'm sure you find that the most accurate description possible. For those who want the light version:

Jffs2 must be running on a mtd device. That's the way it's designed.

Within mtd, a small loophole has been made in that you can make a special kind of an mtd device, where the mtd API layer is put on top on top of any block device in the kernel. You need to specify the block device upon module load (or kernel startup if you're not using modules). Not exactly user-friendly, but there you go.

A loop device is of course a block device that lives on top of a regular file.

So you take a jffs2 image (a regular file), put a loop device on top it (so you can see it as a block device), load the special mtd driver pointing to that loop device, and finally mount the jffs2 filesystem on top of that simulated mtd device. Isn't Linux just wonderful?

As if that wasn't enough, jffs2 is sexually biased (byte sex, that is) and a jffs2 filesystem doesn't look the same on a big-endian machine (the dreambox) as it does on a little-endian machine (the PC). Fortunately there's a utility to do a sex-change operation on a jffs2 dump, so you have to start off by changing the endian-ness of the jffs2-file. The final stage (which I haven't bothered with in the script) is to change the file back to big-endian jffs2 when you have finished with it.

Anybody wonder why I wanted a script to remember all this crap for me?
Reply With Quote
  #13 (permalink)  
Old 01-29-2005
xphile's Avatar
Super Moderator
 
Join Date: Aug 2003
Posts: 885
Thanks: 0
Thanked 0 Times in 0 Posts
xphile is on a distinguished road
Thx for scripts noggie they work gr8!

Another tip for updating the OE bitkeeper tree is to do the following:

1. cd to the ..../oe directory and type bk pull
2. cd to the ..../packages directory and type bk pull

This is effectively the same as doing a CVS update.

The nice thing about OE though, is that if for example enigma has a new package (ie it has been updated) a new package directory is created.

e.g.

/tuxbox-oe/build/tmp/work/enigma-cvs-20050119-r0
/tuxbox-oe/build/tmp/work/enigma-cvs-20050124-r0
Reply With Quote
  #14 (permalink)  
Old 02-02-2005
Registered User
 
Join Date: Sep 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
petrossat is on a distinguished road
I am thinking to buy dreambox 7000s this week but many users who have it they said to me that this receiver have problem with tuner sensitivity for this reason I thing to buy new one 7020s model but I need to know if I can flash 7020s with 7000s images and plugings and scam etc.
Have anyone try to flash 7020s with 7000s image?
Reply With Quote
  #15 (permalink)  
Old 02-02-2005
Premium Member
 
Join Date: Oct 2003
Posts: 679
Thanks: 1
Thanked 0 Times in 0 Posts
me_ashman is on a distinguished road
no....they are different.

Ash
Reply With Quote
  #16 (permalink)  
Old 02-02-2005
Registered User
 
Join Date: Sep 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
petrossat is on a distinguished road
oh.............. ((((
Do you thing that we have (nice) images with many extras like 7000s for 7020s soon?
Reply With Quote
  #17 (permalink)  
Old 02-09-2005
Registered User
 
Join Date: Sep 2004
Posts: 339
Thanks: 0
Thanked 0 Times in 0 Posts
noggie is on a distinguished road
I regularly do a "bk pull" from the .../OpenEmbedded/packages directory, but there has been no updates since 25th of January. Can anyone else confirm that OpenEmbedded has been very quiet lately, or is it something wrong with my local repository?
Reply With Quote
  #18 (permalink)  
Old 02-09-2005
xphile's Avatar
Super Moderator
 
Join Date: Aug 2003
Posts: 885
Thanks: 0
Thanked 0 Times in 0 Posts
xphile is on a distinguished road
Your OK noggie there have been no updates here also

Quote:
Originally Posted by noggie
I regularly do a "bk pull" from the .../OpenEmbedded/packages directory, but there has been no updates since 25th of January. Can anyone else confirm that OpenEmbedded has been very quiet lately, or is it something wrong with my local repository?
Reply With Quote
  #19 (permalink)  
Old 02-09-2005
Registered User
 
Join Date: Sep 2004
Posts: 339
Thanks: 0
Thanked 0 Times in 0 Posts
noggie is on a distinguished road
Quote:
Originally Posted by xphile
Your OK noggie there have been no updates here also
Thanks, xphile. And thank God I don't have to download from scratch :-)

BTW: There has been rumours that the sources for the new secondstage loader was to be released. I'd like to see if they could be adapted for my 7000... I guess this will only happen when the 7020 image is officially released, though. Any rumours about when we can expect this to happen?
Reply With Quote
  #20 (permalink)  
Old 02-13-2005
PLiŽ's Avatar
PLi Forum Admin
 
Join Date: Nov 2003
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
PLiŽ is on a distinguished road
Hi,

What is the best way to apply my own patches? For the old environment I changed the Makefile.am myself but where do I such a thing in the OpenEmbedded environment?

Peter
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto build a complete Image for any dreambox! hemertje Dreambox Development 266 09-29-2008 02:42 AM
How to use USB Memory sticks on Dreambox MrBandwidth Accessories 2 07-10-2007 03:00 PM
How to build a Dreambox Source Raph4el DB Images 27 12-09-2005 05:06 AM
Multiboot for 7020 - public beta noggie Dreambox Development 265 08-22-2005 08:29 AM
bitcontrolŽ MPEG-2 Decoder and Dreambox Receiver for Windows hemertje DB Images 3 10-27-2004 04:22 PM


All times are GMT +10. The time now is 01:19 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 1.01121 seconds with 11 queries