Skip to content

Commit

Permalink
Added links to both SOC's from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hak8or committed Oct 13, 2016
1 parent 627fa95 commit 4eacac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Embedded Linux System

### Repository contents.
The repository is divided into two SOC's, one being Atmel's AT91SAM9N12 which is what the currently working board uses, and the other being Freescale's I.MX223. Each SOC subdir contains schematics, board files, the required code modifications in the form of git patches to the secondary bootloaders, U-Boot, etc, and various scripts. The current folder structure doesn't represent the folder structure which the scripts are run in, since this is meant solely for myself for now the most I can say is to look at the paths present in the scripts to see what script goes where.
The repository is divided into two SOC designs, [one design](/at91sam9n12) being Atmel's AT91SAM9N12 which is what the currently working board uses, and [the other](/MX233) being Freescale's I.MX223. Each SOC subdir contains schematics, board files, the required code modifications in the form of git patches to the secondary bootloaders, U-Boot, etc, and various scripts. The current folder structure doesn't represent the folder structure which the scripts are run in, since this is meant solely for myself for now the most I can say is to look at the paths present in the scripts to see what script goes where.

### Getting started
Right now, you have to manually find and download all the needed dependancies. A script will hopefully be written someday to automate downloading and patching all the files.
Expand Down

0 comments on commit 4eacac9

Please sign in to comment.