- Joined
- Jan 7, 2013
- Posts
- 3,951
Hi all,, thanks Razool for a wonderful bios
I’m trying to copy bios on to eprom st m27c4002.
Can I still just put the data in once ? as this eprom
I think is 4 times volume? Do I need to put it in twice
Just I think I copied correctly and I get watchdog...
Appreciate any help
You need to copy the file 4x into a new file to fill the chip ideally. In linux;
# cat file.bin file.bin file.bin file.bin > 4xfile.bin
In windows you can do with copy /b function, but I use Linux.
Then burn that to the 27c4002
Last edited: