Skip to content

Just eeprom writer, will eventually be a bit more adaptable but is for now relegated to programming a parallel AT28C256

Notifications You must be signed in to change notification settings

rommac100/eeprom_writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the branch for the host machine code for the eeprom programmer.

Effectively, the code here will be trying to bitstream a recently generated assembled and linked binary file to a given Arduino (most likely a mega). Note that only Linux Serial libraries are compatible so only if demand of a need arises, additional crossplatform libraries will not be added.

Compilation instructions:

Simple for now will add Makefile if necessary

gcc -Wall binary_eeprom_writer.c -o binary_eeprom_writer

Running Instructions:

Effectively, there are two commandline arguments the binary file path, and the serial device path. And sense you have to use serial device make sure you have the proper permissions to do so as a normal user or execute the below command temporarily with root privileges.

./binary_eeprom_writer [binary file] [serial device path]

About

Just eeprom writer, will eventually be a bit more adaptable but is for now relegated to programming a parallel AT28C256

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages