<adamw_>
ok...i didn't use it to flash NOR via high speed though.:-)
<kristianpaul>
looks good in any case :-)
<adamw_>
must tell me if we missed important tests.:)
<kristianpaul>
hmm flash need a script, wiki is ok but you may need something faster to type, but for one board is okay
<adamw_>
u know me that I quite don't know the s/w details.
<adamw_>
but just for those automatics program used so i can know the 'h/w connection' is ok on jtag/serial pod.
<adamw_>
hmm ..yes but last time i did really know the high speed bug. man!
<adamw_>
didn't know.
<kristianpaul>
what? 8.2Mb flickernoise binary, i hope can still boot...
<kristianpaul>
adamw_: will be nice compare high speed jta-serial pod with xilinx cable
<adamw_>
hmm...surely
<adamw_>
but i would focus on fixing boot bug first.:-)
<kristianpaul>
yes yes
<kristianpaul>
ok, no i cant belive from 1.4Mb with pdf support to get pdf suppport i got now a 8.2Mb bin !!
<kristianpaul>
lekernel: ^
<kristianpaul>
E: Invalid flash boot image length
<kristianpaul>
hmm
<kristianpaul>
dammit, i cant boot...
<kristianpaul>
ah weird, is just flicernoise??.. the httpd network demo is oka..
<kristianpaul>
Fallenou: Where are you using MAXIMUM_FRAME_SIZE?? and how are you _handling_ frames larger than that in order to reject those
<kristianpaul>
Fallenou: i'm just reading page 48 of netwotking.pdf about Stress Tests
<kristianpaul>
ETHERNET_FRAME_LENGTHÂ Â = MAXIMUM_FRAME_SIZE?
<kristianpaul>
// TODO: Use a softc or global variables, but not both!!!...
<kristianpaul>
are you using softc right now?
<kristianpaul>
ah yes
<kristianpaul>
now i ask my self how well this driver follow rtems guidelines...
<Technicus>
Hello . . . perhaps a little off topic, but are there any instructions avaliable for connecting a Cannon video camera via usb to a Debian system as a video capture device?
<adamw_>
lekernel, while starting a Program_B(configuration) got LOW, shall RP# be activated as LOW from fpga h/w itself or your codes too?
<Fallenou>
kristianpaul: this driver surely is not a model , it is by several aspects wrong
<Fallenou>
anyway we should not receive any frame larger than the usual MTU
<Fallenou>
I guess no network card would send bogus packets in normal configuration
<lekernel>
kristianpaul: yeah, the binary is now 8MB with fonts etc., and yes, it still works
<lekernel>
we have 128MB RAM anyway...
<lekernel>
adamw_: the FPGA does not reset the flash when it is reset
<lekernel>
i.e. pulsing PROGRAM_B low does not make it assert RP# low
<lekernel>
but normally people don't access PROGRAM_B, so I don't think we should add circuitry to handle this case
<adamw_>
so I'd like the time FPGA asserts in reset(configuration started) syncronized with flash in parallel.
<lekernel>
well yeah, you could simply add a diode between PROGRAM_B and RP# and put a reset IC on PROGRAM_B
<adamw_>
yes, but seems that needed to add two diodes:
<adamw_>
one is located between PROGRAM_B and reset ic's out
<adamw_>
um...no
<adamw_>
i described wrong. sorry
<adamw_>
should be:
<adamw_>
i nyour last email replied me on list , you mentioned two diodes?
<adamw_>
but now it seems that we can only just add 1 diode. seems it's enough.
<lekernel>
lol, it never ceases to amaze me that xilinx fpga editor uses sunrpc (don't know what for) and takes ages to start up with RPC set-up errors if portmap isn't running on your machine
<lekernel>
ah, maybe they use that for IPC with PlanAhead
<lekernel>
but it's still a silly use of RPC
<mwalle>
lekernel: could you check if the the HEAD is at e14da0af640e4255b15d81907a93a2637e14e478 (Fix vmport segfault (v2)) ?