Eclipse CDT projects with bitbake
Eclipse CDT projects with bitbake
File:Eclipse source location.png
Andrey.filippov uploaded a new version of File:Eclipse source location.png different project, for consistency with other illustrations
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
File:Eclipse source location.png
Andrey.filippov uploaded File:Eclipse source location.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
File:Eclipse ccpp build refresh.png
Andrey.filippov uploaded File:Eclipse ccpp build refresh.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
File:Eclipse ccpp build behavior.png
Andrey.filippov uploaded File:Eclipse ccpp build behavior.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
Eclipse CDT projects with bitbake
File:Eclipse ccpp build.png
Andrey.filippov uploaded File:Eclipse ccpp build.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
File:Eclipse scp options.png
Andrey.filippov uploaded File:Eclipse scp options.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
File:Eclipse scp main.png
Andrey.filippov uploaded File:Eclipse scp main.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
Eclipse CDT projects with bitbake
File:Eclipse builders.png
Andrey.filippov uploaded File:Eclipse builders.png
New page
== Licensing =={{GNU FDLv1.3 }} Andrey.filippov
Eclipse CDT projects with bitbake
Created page with " ├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp ├── eclipse_project_setup │ ├..."
New page
├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp├── eclipse_project_setup
│ ├── .externalToolBuilders
│ │ └── SCP apps-gps to target.launch
│ ├── .cproject
│ └── .project
├── .externalToolBuilders
│ └── SCP apps-gps to target.launch
├── image -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/image
├── scripts -> ../../scripts/
│ ├── run_bitbake.sh
│ └── used_files.py
├── src
│ ├── .depend
│ ├── exifgen.c
│ ├── exifgen.h
│ ├── garmin.h
│ ├── garminusb2exif.c
│ ├── garminusb2nmea.c
│ ├── imu_setup.php
│ ├── logger_launcher.php
│ ├── log_imu.c
│ ├── Makefile
│ ├── nmea2exif
│ ├── nmea2exif.c
│ ├── nmeagen.c
│ ├── nmeagen.h
│ ├── read_imu_log.php
│ └── start_gps_compass.php
├── sysroots -> /home/eyesis/nc393/elphel393/poky/build/tmp/sysroots
├── .cproject
├── .gitignore
├── LICENSE
├── Makefile
├── .project
├── README.md
└── VERSION Andrey.filippov
Tmp manual
Firmware images
← Older revision Revision as of 23:58, 20 November 2017 (One intermediate revision by the same user not shown)Line 267: Line 267: ==<font color="blue">Firmware images</font>== ==<font color="blue">Firmware images</font>== −* [https://community.elphel.com/files/393/20171115/ '''20171115''']+* [https://community.elphel.com/files/393/20171120/ '''20171120'''] +* [https://community.elphel.com/files/393/20171115/ 20171115] * [https://community.elphel.com/files/393/20170823/ 20170823] * [https://community.elphel.com/files/393/20170823/ 20170823] −* [https://community.elphel.com/files/393/20170802/ 20170802] ==<font color="blue">Other info</font>== ==<font color="blue">Other info</font>== OlegUsing 10359 mux with 10393
Ezynq
Decription
← Older revision Revision as of 21:46, 20 November 2017 (One intermediate revision by the same user not shown)Line 1: Line 1: ==Decription== ==Decription== −[https://github.com/Elphel/ezynq Ezynq] project is started to create a bootloader for systems based on the Xilinx Zynq SoC without the inconvenience of the non-free tools and/or files. The goal is not just to "free" the code, but to provide users with the higher degree of flexibility in fine-tuning of the configuration parameters.+[https://git.elphel.com/Elphel/ezynq Ezynq] project is started to create a bootloader for systems based on the Xilinx Zynq SoC without the inconvenience of the non-free tools and/or files. The goal is not just to "free" the code, but to provide users with the higher degree of flexibility in fine-tuning of the configuration parameters. ====="Free" the code part===== ====="Free" the code part===== Line 68: Line 68: ==Install Ezynq (Kubuntu 14.04)== ==Install Ezynq (Kubuntu 14.04)== <font size='2'> <font size='2'> − git clone https://github.com/Elphel/ezynq.git+ git clone https://git.elphel.com/Elphel/ezynq.git cd ezynq cd ezynq ./install_uboot.sh (edit the toolchain path) ./install_uboot.sh (edit the toolchain path) OlegMeasure OTF of the lens-sensor system
Using 10359 mux with 10393
Poky 2.0 manual
Setup
← Older revision Revision as of 21:53, 16 November 2017 (One intermediate revision by the same user not shown)Line 81: Line 81: ==<font color="blue">Setup</font>== ==<font color="blue">Setup</font>== <font size='2'> <font size='2'> − git clone https://git.elphel.com/Elphel/elphel393.git+ git clone https://git.elphel.com/Elphel/elphel393.git # or git clone git@git.elphel.com:Elphel/elphel393.git # if ssh public key is uploaded cd elphel393 cd elphel393 ./setup.py ./setup.py Line 98: Line 98: 2. run '''bitbake linux-xlnx -c link -f''' 2. run '''bitbake linux-xlnx -c link -f''' </font> </font> −* if rerun '''setup.py''' updates updates all repositories and reruns other procedures.+* if rerun '''setup.py''' updates all repositories and reruns other procedures. <font size='2'> <font size='2'> $ ./setup.py $ ./setup.py Andrey.filippov