You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

flash-3.txt 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Date: Sun, 23 Jan 2000 09:47:15 +0100 (MET)
  2. From: Erik Starbäck <erik@math.uu.se>
  3. To: Netboot List <netboot@baghira.han.de>
  4. Subject: Re: Look Mom, no PROM burner! (eepro100b flashing instructions) :-)
  5. In-Reply-To: <1263512144-341319205@entity.com>
  6. Message-ID: <Pine.LNX.3.96.1000123094505.28562A-100000@anarchy.math.uu.se>
  7. MIME-Version: 1.0
  8. Content-Type: TEXT/PLAIN; charset=iso-8859-1
  9. Content-Transfer-Encoding: 8BIT
  10. Sender: owner-netboot@baghira.han.de
  11. Precedence: bulk
  12. Reply-To: netboot@baghira.han.de
  13. X-Moderator: netboot-owner@baghira.han.de
  14. Hello!
  15. In <http://www.han.de/~gero/netboot/archive/msg01718.html> I wrote what I
  16. did know about futil and fboot then. It is about the same as Martys
  17. instructions, but I have a few comments now.
  18. > Then, see how large it is, with an "ls -l eepro100.rom". the answer will
  19. > probably be 16,384. You need to pad it with hex FFs to make it 64K for
  20. > FBOOT. I used the following two lines to create the flash image file.
  21. > $ perl -e 'print "\xFF" x 49152' > 48kpad.bin
  22. > $ cat eepro100.rom 48kpad.bin > 2794FC60.FLS
  23. It worked for me without any padding. When I burned a smaller image
  24. the program printed 50% instead of 100% and then it
  25. stopped. Everything worked anyway.
  26. I also did a brutal way of install etherboot or netboot on a
  27. EEPRO100+Mng without creating a file of type "2794FC60.FLS" for
  28. every card. It was necessary for me when I installed 70 clients...
  29. I chopped the binary file fboot.exe (my version was 99811 bytes, I
  30. don't remember the version name) in three parts:
  31. fboot1 30096 bytes
  32. fboot2 65536 bytes
  33. fboot3 4179 bytes
  34. Then you cat put them together again, but with a different part 2 and
  35. save it as fbootown.exe and execute it. It worked for me anyway. Of
  36. course you have to use padding to get a 64k part instead of fboot2.
  37. /Erik S
  38. -------------------------------------------------------------------------
  39. Erik Starbäck, System administrator E-mail address: erik@math.uu.se
  40. Uppsala University Telephone (o): +46 18 4713277
  41. Department of Mathematics Cellular phone: +46 70 4250260
  42. P. O. Box 480 Fax (o): +46 18 4713201
  43. SE-751 06 UPPSALA
  44. Sweden