Difference between revisions of "Sources organisation"

From ArmadeusWiki
Jump to: navigation, search
(Page creation)
 
(Add details in target)
Line 4: Line 4:
 
  |  |-- package
 
  |  |-- package
 
  |  |-- target
 
  |  |-- target
 +
|  |-- device
 +
|  |  |-- armadeus
 +
|  |  |-- apf9328
 +
|  |  |-- apm9328
 +
|  |  |-- linux
 +
|  |  |  `-- kernel-patches
 +
|  |  |-- rootfs
 +
|  |  |  `-- target_skeleton
 +
|  |  `-- u-boot
 
  |  |-- toolchain
 
  |  |-- toolchain
 
  |  `-- toolchain_build_arm_nofpu
 
  |  `-- toolchain_build_arm_nofpu

Revision as of 00:02, 21 May 2007

|-- buildroot ---------------------- contains our buildroot distribution
|   |-- build_arm_nofpu
|   |-- docs
|   |-- package
|   |-- target
|   |-- device
|   |   |-- armadeus
|   |   |-- apf9328
|   |   |-- apm9328
|   |   |-- linux
|   |   |   `-- kernel-patches
|   |   |-- rootfs
|   |   |   `-- target_skeleton
|   |   `-- u-boot
|   |-- toolchain
|   `-- toolchain_build_arm_nofpu
|-- downloads ---------------------- holds all the downloaded files by default
|-- firmware ----------------------- contains the custom FPGA's IPs
|   |-- BRAMTest
|   |-- PS2
|   |-- PS2_Opencore
|   `-- led
|-- host -------------------------- contains the custom software needed on the devt PC
|   `-- patches
|-- patches ----------------------- contains the patches needed to be applied to buildroot
|   `-- cygwin
|-- software ---------------------- contains software running one part on the PC and one part on the APF
|   |-- demos
|   `-- uboot_recover
`-- target ------------------------ contains all our custom software for the APF
   |-- demos
   |-- linux
   `-- packages