Skip to content

aleksander0m/embedded_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

=========================
This repository is for my embedded project based on AT91SAM9260/S3C24x0, which include bootloader,
linux kernel, driver, migrate application and myown C program.


I.  Howto Get the source code
[guowenxue@localhost guowenxue]$ git clone https://github.com/guowenxue/embedded_project
Cloning into embedded_project...
remote: Counting objects: 423, done.
remote: Compressing objects: 100% (371/371), done.
remote: Total 423 (delta 155), reused 193 (delta 34)
Receiving objects: 100% (423/423), 31.18 MiB | 217 KiB/s, done.
Resolving deltas: 100% (155/155), done.
[guowenxue@localhost guowenxue]$ cd
[guowenxue@localhost ~]$ ln -s /usr/.devices_group/guowenxue/embedded_project workpath
[guowenxue@localhost ~]$ ls workpath/
doc  platform  program  README


II.  Project source code despcriton:
1,      doc:  Some documents written by me to introduce how to build the cross compiler, kernel, etc.
2, platform:  This is some source code(linux kernel/rootfs/bootloader) for my ARM board, which include:
              AT91SAM9260/9G20, S3C2440/S3C2410/S3C2416,NNC710.
              Or some common application such dropbear,file,mplayer cross compile shell script
3,  program:  It's some program/library written by me.

About

Embedded project based on s3c24x0, AT91SAM9260

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.9%
  • Makefile 4.7%
  • Assembly 4.6%
  • C++ 4.4%
  • Shell 4.2%
  • Awk 0.2%