I’ve finally updated my patch to 2.6.29, the patch can be downloaded from:
http://tinyhack.com/agestar/patch-2.6.29-star.gz
and the config file:
http://tinyhack.com/agestar/config-2.6.29-star
or if you want the image that i already compiled and test (image is compiled with 32 MB memory). This is NOT a FIRMWARE
http://tinyhack.com/agestar/zImage-2.6.29
when i have the time, i will work on creating a new firmware image.
Some changes:
- The machine ID is now registered in http://www.arm.linux.org.uk/developer/machines/
- The network problem instability has now been fixed
- Added new configuration option to select memory size based on your board memory (16, 32, or 64 mb). Note: selecting values larger than the supported size will cause crash.
The other news is that Bruce M Simpson has donated me an Emprex NSD 100 for porting FreeBSD to it. I have started my work, but the progress will be slower from the Linux at the beginning, because:
- I am more familiar with Linux kernel compared to FreeBSD kernel
- Currently FreeBSD kernel itself doesn’t support many ARM devices yet, so to find an exmple of something I need to look at NetBSD, (and it helps, for example the Faraday 526 processor support is already in NetBSD).
- I am rather busy this and coming month (planning to go to Indonesia for about 10 days)
Nice work! Could you give me a few hints how to create a working firmware image? Can’t be that hard I think…
Simply flashing the zImage to mtd1 will not work, I think …
The problem is that they changed the firmware checking, so that people can not flash from the web based interface anymore without correct checksum.
And yes, you can just flash zImage to /dev/mtdblock1
dd if=/dev/zImage of=/dev/mtdblock1
and reboot.
And of course you must prepare your debian installation first, or else it wont be useful at all.
I am already working with your older Debian Image / would it be enough to simply upgrade all debian packages before flashing the new kernel?
(I never build a debian image from scratch so I have to ask) 😉
@Manuel:
You don’t need to update the Debian packages if you just want to use the new kernel. The packages and the kernel are mostly unrelated. You can update Debian packages without upgrading the kernel or update the kernel without updating Debian packages.
Anyway, if you don’t have any problem with the previous kernel version, then you don’t need to upgrade.
Thats greate!
But… can anybody compile kernel for me with 64Mb of RAM support…?!
Thx!
The links are broken atm
Ah, the links are broken because they are pointing to the wrong subfolder (the href and the text are different):
http://tinyhack.com/2009/03/29/agestar/patch-2.6.29-star.gz
not: http://tinyhack.com/agestar/patch-2.6.29-star.gz
@Z3ro
Sorry, I’ve fixed that now
The new kernel works really fine !!! Did a dist-upgrade after flashing the new kernel. Everything works nice, only thing I mentioned were a missing modules.dep for the new kernel, but everything seems to work….
Thank you again, this little NAS-device is getting really useful 🙂
Manuel
Hi
Thanks to you Yohanes again 🙂
Now I’m using new kernel 2.6.29.
God bless your hands .
I wish you success for new works.
Best Regards.
Micro
Hi Yohanes,
Your updated Image with the network patch is god sent.
Finally this cheap NAS isn’t feeling cheap anymore!!
Thanks for your great work!
Raven
Finally done firmware OpenWRT + rootfs, here link
http://translate.google.pl/translate?prev=hp&hl=pl&js=n&u=http%3A%2F%2Fopenwrt.livenet.pl%2Fdoku.php%2Fopenwrt%3Aporty%3Aemprex&sl=pl&tl=en
Good Luck 🙂
hi
i tried so many things .
but samba network is very slow and freezing.
today i return to old frimware ;
http://tinyhack.com/2008/09/20/update-debian-on-agestar-firmware/
now samba very much good .
i just writing that feedback to yours to make good.
thanks again for frimware.
micro
hi
micro, do you have truble with original firmware (samba slow and freezing)?
i have some truble, and think flash debian on my nas…
I recently got as a present an unbranded device that, from the outside, looks like an Agestar NCB3AS. Also its model number on the manual is NCB3AS.
Its firmware version is V04R09, do you think your custom-made firmware could be working on it?
In the past I had successfully reflashed a couple of routers with dd-wrt firmware, but I don’t own nor I know how to use a serial cable.
Kudos for your commitment to FLOSS, thank you very much for your efforts!!
Do you guys know whether this port supports EABI?
Hi would it be possible for you to post the zImage-2.6.29 with the 64Mb memory, As I have the Emprex NSD-100. I have tried to get the cross-compiler working on my Ubuntu laptop but seem to be having problems.
Thanks for all the efforts!