2014-07-29, 14:55
Hi,
I am trying to build a ROM file and get it to be under 64K (so I can burn it in to the FLASH ROM)
I n general.h
undef all protocol except HTTP
undef wireless cryptos,
undef NVO_CMD, IWMGMT_CMD, FCMGMT_CMD, IMAGE_CMD, SANBOOT_CMD, LOGIN_CMD, SYNC_CMD, IMAGE_TRUST_CMD, NEIGHBOUR_CMD
In console.h
undef CONSOLE_SERIAL, CONSOLE_SYSLOG, CONSOLE_SYSLOGS, CONSOLE_VMWARE, CONSOLE_DEBUGCON, CONSOLE_VESAFB
This still gives me a file of 66048 bytes.
I might need to include NFS and TFTP later on.
Is there anything else I can remove?
I am using an Intel Pro 100/S Desktop PCI card. Would I be better desoldering the 512Kb FLASH ROM and soldering in a 1Mb FLASH ROM instead? Has anyone tried changing the ROM for a larger one (on this card or any other)?
Thanks
Wootty2000
I am trying to build a ROM file and get it to be under 64K (so I can burn it in to the FLASH ROM)
I n general.h
undef all protocol except HTTP
undef wireless cryptos,
undef NVO_CMD, IWMGMT_CMD, FCMGMT_CMD, IMAGE_CMD, SANBOOT_CMD, LOGIN_CMD, SYNC_CMD, IMAGE_TRUST_CMD, NEIGHBOUR_CMD
In console.h
undef CONSOLE_SERIAL, CONSOLE_SYSLOG, CONSOLE_SYSLOGS, CONSOLE_VMWARE, CONSOLE_DEBUGCON, CONSOLE_VESAFB
This still gives me a file of 66048 bytes.
I might need to include NFS and TFTP later on.
Is there anything else I can remove?
I am using an Intel Pro 100/S Desktop PCI card. Would I be better desoldering the 512Kb FLASH ROM and soldering in a 1Mb FLASH ROM instead? Has anyone tried changing the ROM for a larger one (on this card or any other)?
Thanks
Wootty2000