Difference between revisions of "Trash Fr:Organisation des sources"

From ArmadeusWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
  |-- buildroot ---------------------- contient notre distribution buildroot
 
  |-- buildroot ---------------------- contient notre distribution buildroot
  |  |-- build_arm_nofpu
+
  |  |-- binaries
 +
|  |  `-- armadeus------------------ contient les fichiers images pour la target: u-boot, kernel, rootfs
 +
|  |-- build_arm
 
  |  |-- docs
 
  |  |-- docs
 
  |  |-- package
 
  |  |-- package
 +
|  |-- project
 +
|  |-- project_build_arm
 +
|  |-- scripts
 
  |  |-- target
 
  |  |-- target
  |  |-- device
+
  |  |   `-- device
  |  |   |-- armadeus
+
  |  |       `-- armadeus
  |  |   |-- apf9328
+
  |  |           |-- apf9328
  |  |   |-- apm9328
+
  |  |           |-- apm9328
  |  |   |-- linux
+
  |  |           |-- linux
  |  |   |  `-- kernel-patches
+
  |  |           |  `-- kernel-patches
  |  |   |-- rootfs
+
  |  |           |-- rootfs
  |  |   |  `-- target_skeleton
+
  |  |           |  `-- target_skeleton
  |  |   `-- u-boot
+
  |  |           `-- u-boot
 
  |  |-- toolchain
 
  |  |-- toolchain
  |  `-- toolchain_build_arm_nofpu
+
  |  `-- toolchain_build_arm
 
  |-- downloads ---------------------- contient tous les fichiers téléchargés par défaut
 
  |-- downloads ---------------------- contient tous les fichiers téléchargés par défaut
 
  |-- firmware ----------------------- contient les IPs perso du FPGA
 
  |-- firmware ----------------------- contient les IPs perso du FPGA
 
  |  |-- BRAMTest
 
  |  |-- BRAMTest
 +
|  |-- led
 
  |  |-- PS2
 
  |  |-- PS2
 
  |  |-- PS2_Opencore
 
  |  |-- PS2_Opencore
  |  `-- led
+
  |  `-- sram_test
 
  |-- host -------------------------- contient les programmes necessaires au développement sur PC
 
  |-- host -------------------------- contient les programmes necessaires au développement sur PC
 
  |  `-- patches
 
  |  `-- patches
 
  |-- patches ----------------------- contient les patch nécéssaires à appliquer au buildroot
 
  |-- patches ----------------------- contient les patch nécéssaires à appliquer au buildroot
 
  |  `-- cygwin
 
  |  `-- cygwin
  |-- software ---------------------- contient les programmes tournant contains software running one part on the PC and one part on the APF
+
  |-- software ---------------------- contient les programmes fonctionnant sur le PC ou l'APF
 
  |  |-- demos
 
  |  |-- demos
 +
|  |-- orchesta
 
  |  `-- uboot_recover
 
  |  `-- uboot_recover
 
  `-- target ------------------------ contient tous les programmes perso pour l'APF
 
  `-- target ------------------------ contient tous les programmes perso pour l'APF
 
     |-- demos
 
     |-- demos
 
     |-- linux
 
     |-- linux
     `-- packages
+
     |-- packages
 +
    `-- test

Revision as of 00:10, 20 December 2007

|-- buildroot ---------------------- contient notre distribution buildroot
|   |-- binaries
|   |   `-- armadeus------------------ contient les fichiers images pour la 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 ---------------------- contient tous les fichiers téléchargés par défaut
|-- firmware ----------------------- contient les IPs perso du FPGA
|   |-- BRAMTest
|   |-- led
|   |-- PS2
|   |-- PS2_Opencore
|   `-- sram_test
|-- host -------------------------- contient les programmes necessaires au développement sur PC
|   `-- patches
|-- patches ----------------------- contient les patch nécéssaires à appliquer au buildroot
|   `-- cygwin
|-- software ---------------------- contient les programmes fonctionnant sur le PC ou l'APF
|   |-- demos
|   |-- orchesta
|   `-- uboot_recover
`-- target ------------------------ contient tous les programmes perso pour l'APF
   |-- demos
   |-- linux
   |-- packages
   `-- test