Hi dear friends
I would like to program funcard via linux
first i used funprog , I get it from here
http://www.akhphd.au.dk/~bertho/funprog
it works fine for me I can write external eep but when want to write flash I get this error:
flash.hex: length exceeds programable size (22460 > 8192)
I would like to know how this is possible to write flash (is approx 22k) on 90s8515 on funcard(6in1 files)
windows does it well
I removed my windows and use linux
I can write external eeprom but I can not write flash because its volume is 8k only
then I used this program I get it from here :
http://web.zackyfiles.com
I compiled it please see me usage
Nexus:/home/tamba# atmel -i
as you see it does nothing
this is my lsmod output
tamba@Nexus:~$ lsmod
Module Size Used by
ppp_deflate 7040 0
zlib_deflate 21784 1 ppp_deflate
bsd_comp 6784 0
ppp_async 12672 0
crc_ccitt 3200 1 ppp_async
ppp_generic 29972 3 ppp_deflate,bsd_comp,ppp_async
slhc 7680 1 ppp_generic
ppdev 10372 0
nvidia 4094320 12
Intel536 1061776 0
thermal 14984 0
fan 5764 0
button 7696 0
processor 20468 1 thermal
parport_pc 25668 0
parport 25792 2 ppdev,parport_pc
pcspkr 3204 0
rtc 14260 0
dvb_ttpci 88000 0
l64781 7940 1 dvb_ttpci
saa7146_vv 45824 1 dvb_ttpci
video_buf 22020 1 saa7146_vv
saa7146 18696 2 dvb_ttpci,saa7146_vv
v4l1_compat 14468 1 saa7146_vv
v4l2_common 6912 1 saa7146_vv
videodev 10496 1 saa7146_vv
ves1820 7172 1 dvb_ttpci
stv0299 11272 1 dvb_ttpci
dvb_core 77608 2 dvb_ttpci,stv0299
tda8083 6788 1 dvb_ttpci
stv0297 8320 1 dvb_ttpci
sp8870 8204 1 dvb_ttpci
ves1x93 7428 1 dvb_ttpci
ttpci_eeprom 3712 1 dvb_ttpci
snd_intel8x0 31772 0
snd_ac97_codec 84896 1 snd_intel8x0
snd_ac97_bus 3328 1 snd_ac97_codec
snd_pcm_oss 48672 0
snd_mixer_oss 17920 1 snd_pcm_oss
snd_pcm 83204 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 24708 1 snd_pcm
snd 54884 6 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10976 1 snd
snd_page_alloc 11528 2 snd_intel8x0,snd_pcm
i2c_i801 9484 0
intel_agp 22428 1
agpgart 34768 2 nvidia,intel_agp
ehci_hcd 30344 0
uhci_hcd 32144 0
usbcore 120708 3 ehci_hcd,uhci_hcd
ohci1394 33588 0
sbp2 24452 0
ieee1394 96088 2 ohci1394,sbp2
psmouse 35076 0
ide_disk 17280 0
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
will be thankful for any help