This is the latest patch (add NAPI to the network driver):
http://tinyhack.com/agestar/patch-2.6.25.4-for-agestar-20080621.bz2
I have uploaded the instruction on how to install Debian on Agestar NCB3AST at:
I am also testing exposing my Agestar NCB3AST to the world, I have installed a web server on my device. The same information above can be accessed at:
Please note that the later URL may not always available. First, my bandwidth is limited, and second, sometimes I still develop and/or test something on it that needs restarting the device.
cdebootstrap has useful option: –foreign
With it setup is more clean.
My steps (for Lenny):
1) (from Host PC) cdebootstrap –arch=arm lenny /mnt/debian-install/ http://http.us.debian.org/debian
2) (from Host PC) Making devices as written in article
3) Building and booting (via TFTP) kernel with boot options:
console=ttyS0,38400 root=/dev/sda1 rootdelay=10 rw init=/bin/sh
4) Connecting to Agestar via serial port and running:
/sbin/cdebootstrap-foreign
It’s will work without any errors, but many “time on future” warnings.
5) Flashing in mtdblock1 new kernel with boot options:
console=ttyS0,38400 root=/dev/sda1 rootdelay=10
6) sync; sync; sync
7) Turn off and turn on Agestar.
System installed.
Sorry my bad english.
Error in step 1. Must read:
1) (from Host PC) cdebootstrap –arch=arm –foreign -v lenny /root/debian-install/ http://http.us.debian.org/debian
@JSergey:
thanks for the info.