Thanks to DJWillis's negotiations with GPH to realase the kernel source, and Squidge's talk with PLX. I was able to rebuild a kernel with networking and NFS support.
After rebuild the kernel, making the image with u-boot, and flashing my gp2x with the custom kernel.
I tried to modprobe my net2272, but I'm missing the base address for chip. Therefore I had to use GPH's net2272 module.
g_ether had a few problems building but they were easy to fix. The CDC(linux) part of the driver is broker my linux driver is screwy. The RNDIS(windows) part of the driver works great. So... I had to use Windows to connect it.
Due to the fact that I had to use Windows, I had to install cygwin's NFS server.
After all that,
modprobe net2272
insmod /mnt/sd/g_ether.o (I had too many versions to copy them to the nand)
ifconfig usb0 up 10.0.0.50 netmask 255.0.0.0 (easy to remember ip and mask)
mount 10.0.0.2:/pub /mnt/nand (my computers share, and the "nand" folder)
Then I was able browse my hdd with my gp2x
No more card swaping. I can export my development folder and run the gpe without touching my SD.
Now to get it working in linux without making the gp2x throw a kernel panic after a single ping.
After rebuild the kernel, making the image with u-boot, and flashing my gp2x with the custom kernel.
I tried to modprobe my net2272, but I'm missing the base address for chip. Therefore I had to use GPH's net2272 module.
g_ether had a few problems building but they were easy to fix. The CDC(linux) part of the driver is broker my linux driver is screwy. The RNDIS(windows) part of the driver works great. So... I had to use Windows to connect it.
Due to the fact that I had to use Windows, I had to install cygwin's NFS server.
After all that,
modprobe net2272
insmod /mnt/sd/g_ether.o (I had too many versions to copy them to the nand)
ifconfig usb0 up 10.0.0.50 netmask 255.0.0.0 (easy to remember ip and mask)
mount 10.0.0.2:/pub /mnt/nand (my computers share, and the "nand" folder)
Then I was able browse my hdd with my gp2x
No more card swaping. I can export my development folder and run the gpe without touching my SD.
Now to get it working in linux without making the gp2x throw a kernel panic after a single ping.