iPXE discussion forum
Howto build iPXE for 3Com 3c515-TX? - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Howto build iPXE for 3Com 3c515-TX? (/showthread.php?tid=7346)



Howto build iPXE for 3Com 3c515-TX? - ConiKost - 2014-06-10 20:46

Hi!
I've an pretty old 3Com 3c515-TX ISA Card. As the original 3com bootrom does not support any pxe, I would like to build iPXE for that.

But I a little bit confused. According to the source code, it seems to be supported. But how do I build a *.rom-file? The docs says, that I need a device and vendor id. But this only applies to pci, not isa? So what do I do, in order to build a rom?

I want to flash that rom with my chip burner.

Thanks!


RE: Howto build iPXE for 3Com 3c515-TX? - mcb30 - 2014-06-17 11:44

(2014-06-10 20:46)ConiKost Wrote:  I've an pretty old 3Com 3c515-TX ISA Card. As the original 3com bootrom does not support any pxe, I would like to build iPXE for that.

But I a little bit confused. According to the source code, it seems to be supported. But how do I build a *.rom-file? The docs says, that I need a device and vendor id. But this only applies to pci, not isa? So what do I do, in order to build a rom?

You should be able to do

Code:
make bin/3c515.rom

Michael