Source code needed

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Goto page 1, 2  Next
Author Message
mona
DD-WRT Novice


Joined: 03 Mar 2008
Posts: 13

PostPosted: Mon Apr 07, 2008 10:34    Post subject: Source code needed Reply with quote
Hi
I have tried the image dd-wrt.v24-9281_NEWD-SF_mini.bin on WGR614L board. The image is downloaded from http://www.dd-wrt.com/phpBB2/download.php?id=4355.
I need the source code. Could anybody help me please?
Sponsor
__papa
DD-WRT Novice


Joined: 07 Mar 2008
Posts: 27

PostPosted: Thu Apr 10, 2008 12:30    Post subject: Re: Source code needed Reply with quote
mona wrote:
Hi
I have tried the image dd-wrt.v24-9281_NEWD-SF_mini.bin on WGR614L board. The image is downloaded from http://www.dd-wrt.com/phpBB2/download.php?id=4355.
I need the source code. Could anybody help me please?


yes, I also need the source code. I guess we are working with the same image i.e. the serial flash image uploaded by Eko. I also need the source code of this image since it works on my Netgear 614L board. Eko, can you please upload the source here - since this is an open source code there should not be any IP related issues.
mindbender
DD-WRT Novice


Joined: 18 Feb 2007
Posts: 13

PostPosted: Sun Apr 13, 2008 23:30    Post subject: Reply with quote
you can at least take a look at the source here:
http://svn.dd-wrt.com:8000/dd-wrt/browser/src

_________________
http://nas-central.org/ALL_COMMUNITIES/Collection_of_NAS-Hacking_communities.html
http://nas-central.org/index.php/General_NAS_customisation_guide
http://nas-central.org/index.php/Orion_NAS_customisation_guide
Eko
DD-WRT Developer/Maintainer


Joined: 07 Jun 2006
Posts: 5771

PostPosted: Mon Apr 14, 2008 5:25    Post subject: Reply with quote
Just checkout the souce from svn repo.
soulstace
DD-WRT Guru


Joined: 04 Aug 2007
Posts: 6427

PostPosted: Mon Apr 14, 2008 7:02    Post subject: Reply with quote
I may be wrong, but I think the real issue is that there's no install scripts for the SF serial flash images. Or any of the v24 builds for that matter.
Eko
DD-WRT Developer/Maintainer


Joined: 07 Jun 2006
Posts: 5771

PostPosted: Mon Apr 14, 2008 8:16    Post subject: Reply with quote
all images (except micro) has serial flash support enabled in kernel config.
mindbender
DD-WRT Novice


Joined: 18 Feb 2007
Posts: 13

PostPosted: Tue Apr 15, 2008 10:21    Post subject: Reply with quote
ok, i just tested it myself and it works.

if you look at http://www.dd-wrt.com/wiki/index.php/Building_From_Source#Subversion

you see 2 variants of checking out the sources....but only one works.

Code:
svn co svn://svn.dd-wrt.com/DD-WRT .


or if you use tortoisesvn for example just use
Code:
svn://svn.dd-wrt.com/DD-WRT

as the repo.

the buggy entry on the wiki page should be deleted.

_________________
http://nas-central.org/ALL_COMMUNITIES/Collection_of_NAS-Hacking_communities.html
http://nas-central.org/index.php/General_NAS_customisation_guide
http://nas-central.org/index.php/Orion_NAS_customisation_guide
__papa
DD-WRT Novice


Joined: 07 Mar 2008
Posts: 27

PostPosted: Wed Apr 16, 2008 9:09    Post subject: Reply with quote
Thanks a lot. I have downloaded the code and will let you know the proceedings
soulstace
DD-WRT Guru


Joined: 04 Aug 2007
Posts: 6427

PostPosted: Wed Apr 16, 2008 14:29    Post subject: Reply with quote
mindbender wrote:
the buggy entry on the wiki page should be deleted.


Then create an account on the wiki and delete it.

You do not really need to download the whole entire source tree anyway. There is tons of stuff in there for x86, Atheros, etc. which he probably doesn't need.
mindbender
DD-WRT Novice


Joined: 18 Feb 2007
Posts: 13

PostPosted: Wed Apr 16, 2008 19:36    Post subject: Reply with quote
just an idea for the dd-wrt team:
http://www.mediawiki.org/wiki/Extension:PHPBB/Users_Integration

i use it to connect 10 wikis to use the same user table as the general forums. it works great. i would have changed it, but i was not sure if it was the right thing to do. i mean...maybe it should be accessable via http as well....

_________________
http://nas-central.org/ALL_COMMUNITIES/Collection_of_NAS-Hacking_communities.html
http://nas-central.org/index.php/General_NAS_customisation_guide
http://nas-central.org/index.php/Orion_NAS_customisation_guide
__papa
DD-WRT Novice


Joined: 07 Mar 2008
Posts: 27

PostPosted: Wed Apr 23, 2008 5:02    Post subject: Reply with quote
I was trying to download the code using svn command. But it's too large. I had around 3 GB of spacr left in my working dorectory but this is not even sufficient for this code. Shocked It's difficult for me to arrange more extra space. Can anybody please help me out regarding this?
__papa
DD-WRT Novice


Joined: 07 Mar 2008
Posts: 27

PostPosted: Wed Apr 23, 2008 14:26    Post subject: Reply with quote
Can anybody please give me the list the files modified to port this code to WGR614? Since the codebase is too large I like to download the WGR614 specific part only.
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7492
Location: Dresden, Germany

PostPosted: Sat Apr 26, 2008 14:38    Post subject: Reply with quote
there are no real WGR specific parts. the small part is just the detection for this device. some special handling is required, but its just some codelines. in src/router/shared and src/router/services
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
__papa
DD-WRT Novice


Joined: 07 Mar 2008
Posts: 27

PostPosted: Wed May 07, 2008 12:57    Post subject: Reply with quote
thanks. I have tried the linux24_2 version. This image can not mount the root file system on wgr614l platform.. I have changed the flash driver also and the partition table according to the 614l code. I am not sure what is happening still now. Can anybody please give me some hints regarding the part of source I need to take care of.
__papa
DD-WRT Novice


Joined: 07 Mar 2008
Posts: 27

PostPosted: Mon May 19, 2008 5:20    Post subject: Reply with quote
I have been able to compile and run the Linux. Actually I have built an image with the 2.4 kernel and tomato romfs. Thanks to you all for all the support.
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum