每次compile 完一個program就要抆張mini sd 出黎
plug 落card reader, 再插返落去部ndsl 實在太麻煩啦!
網上面搵到有兩個program 解決呢個問題,
一個係tftpds, 一個係wifc
tftpds 就only support gbamp(flashcart)
wifc support supercard....但冇wep!!!! 我屋企set 左wep...
於是我就自己寫過個啦
囉左tftpds 個server 段code + wifc fat library
combine 埋我早兩日整ge wifi template
就整左呢個tftpd
http://pkwong4321.googlepages.com/tftpd.nds
usage:
put tftpd.nds to your memory card and execute
download tftp client from
http://www.winagents.com/downloads/tftp.exe
run:
tftp -i ip-addess PUT filename
(e.g.)
tftp -i 192.168.1.11 PUT a.nds.sav
known issues:
1. speed is very slow, due to the limited block size in the file transfer.
i think it's the socket library's problem!! cannot solve
2. cannot boot the transferred file right away...dunno why!
plug 落card reader, 再插返落去部ndsl 實在太麻煩啦!
網上面搵到有兩個program 解決呢個問題,
一個係tftpds, 一個係wifc
tftpds 就only support gbamp(flashcart)
wifc support supercard....但冇wep!!!! 我屋企set 左wep...
於是我就自己寫過個啦
囉左tftpds 個server 段code + wifc fat library
combine 埋我早兩日整ge wifi template
就整左呢個tftpd
http://pkwong4321.googlepages.com/tftpd.nds
usage:
put tftpd.nds to your memory card and execute
download tftp client from
http://www.winagents.com/downloads/tftp.exe
run:
tftp -i ip-addess PUT filename
(e.g.)
tftp -i 192.168.1.11 PUT a.nds.sav
known issues:
1. speed is very slow, due to the limited block size in the file transfer.
i think it's the socket library's problem!! cannot solve
2. cannot boot the transferred file right away...dunno why!
0 Comments:
Post a Comment
<< Home