Difference between revisions of "Sources organisation"
From ArmadeusWiki
Line 1: | Line 1: | ||
|-- buildroot ---------------------- contains our buildroot distribution | |-- buildroot ---------------------- contains our buildroot distribution | ||
− | | |-- | + | | |-- binaries |
+ | | | `-- armadeus------------------ contains image files for the target: u-boot, kernel, rootfs | ||
+ | | |-- build_arm | ||
| |-- docs | | |-- docs | ||
| |-- package | | |-- package | ||
+ | | |-- project | ||
+ | | |-- project_build_arm | ||
+ | | |-- scripts | ||
| |-- target | | |-- target | ||
− | | |-- device | + | | | `-- device |
− | | | | + | | | `-- armadeus |
− | | | | + | | | |-- apf9328 |
− | | | | + | | | |-- apm9328 |
− | | | | + | | | |-- linux |
− | | | | + | | | | `-- kernel-patches |
− | | | | + | | | |-- rootfs |
− | | | | + | | | | `-- target_skeleton |
− | | | | + | | | `-- u-boot |
| |-- toolchain | | |-- toolchain | ||
− | | `-- | + | | `-- toolchain_build_arm |
|-- downloads ---------------------- holds all the downloaded files by default | |-- downloads ---------------------- holds all the downloaded files by default | ||
|-- firmware ----------------------- contains the custom FPGA's IPs | |-- firmware ----------------------- contains the custom FPGA's IPs | ||
| |-- BRAMTest | | |-- BRAMTest | ||
+ | | |-- led | ||
| |-- PS2 | | |-- PS2 | ||
| |-- PS2_Opencore | | |-- PS2_Opencore | ||
− | | `-- | + | | `-- sram_test |
|-- host -------------------------- contains the custom software needed on the devt PC | |-- host -------------------------- contains the custom software needed on the devt PC | ||
| `-- patches | | `-- patches | ||
Line 27: | Line 33: | ||
|-- software ---------------------- contains software running one part on the PC and one part on the APF | |-- software ---------------------- contains software running one part on the PC and one part on the APF | ||
| |-- demos | | |-- demos | ||
+ | | |-- orchesta | ||
| `-- uboot_recover | | `-- uboot_recover | ||
`-- target ------------------------ contains all our custom software for the APF | `-- target ------------------------ contains all our custom software for the APF | ||
|-- demos | |-- demos | ||
|-- linux | |-- linux | ||
− | + | |-- packages | |
+ | `-- test | ||
<br>[[Image:FrenchFlag.png]][[Fr:Organisation des sources| Cette page en français]] | <br>[[Image:FrenchFlag.png]][[Fr:Organisation des sources| Cette page en français]] |
Revision as of 23:03, 19 December 2007
|-- buildroot ---------------------- contains our buildroot distribution | |-- binaries | | `-- armadeus------------------ contains image files for the target: u-boot, kernel, rootfs | |-- build_arm | |-- docs | |-- package | |-- project | |-- project_build_arm | |-- scripts | |-- target | | `-- device | | `-- armadeus | | |-- apf9328 | | |-- apm9328 | | |-- linux | | | `-- kernel-patches | | |-- rootfs | | | `-- target_skeleton | | `-- u-boot | |-- toolchain | `-- toolchain_build_arm |-- downloads ---------------------- holds all the downloaded files by default |-- firmware ----------------------- contains the custom FPGA's IPs | |-- BRAMTest | |-- led | |-- PS2 | |-- PS2_Opencore | `-- sram_test |-- 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 | |-- orchesta | `-- uboot_recover `-- target ------------------------ contains all our custom software for the APF |-- demos |-- linux |-- packages `-- test