Elphel camera parts 0353-70
0353-70-48 - Lens, M12, f=4.5mm:
← Older revision Revision as of 21:38, 28 May 2014 Line 101: Line 101: ---- ---- === 0353-70-48 - Lens, M12, f=4.5mm === === 0353-70-48 - Lens, M12, f=4.5mm === -{| border="0" cellpadding="2"+{{Cad4|0353-70-48}} -|-+ -| [[Image:0353-70-48.jpeg|thumb|[[Media:0353-70-48.stp.tar.gz|3d (step)]] [[Media:0353-70-48.dxf.tar.gz|2d (dxf)]] [[Media:0353-70-48.pdf|2d (pdf)]]]] ||+---- -|-+ -|}+=== 0353-70-481 - Lens, M12, barrel === +{{Cad4|0353-70-481}} + ---- ---- OlegFile:0353-70-481.stp.tar.gz
File:0353-70-481.stp.tar.gz
uploaded "[[File:0353-70-481.stp.tar.gz]]"
OlegRequest for Quote 8
Yocto tests
Ezynq
Install meta-toolchain (Kubuntu 13.04):
← Older revision Revision as of 22:07, 25 April 2014 Line 46: Line 46: <font size='2'> <font size='2'> sudo apt-get install texinfo chrpath sudo apt-get install texinfo chrpath - git clone -b dylan git://git.yoctoproject.org/poky+ git clone -b dora git://git.yoctoproject.org/poky cd poky cd poky . ./oe-init-build-env . ./oe-init-build-env Line 53: Line 53: * Run installation script in ''build/tmp/deploy/'' * Run installation script in ''build/tmp/deploy/'' - ==Install Ezynq (Kubuntu 13.04)== ==Install Ezynq (Kubuntu 13.04)== OlegYocto tests
Setup:
← Older revision Revision as of 20:35, 25 April 2014 (One intermediate revision not shown)Line 32: Line 32: git clone -b dora git://git.yoctoproject.org/poky.git poky git clone -b dora git://git.yoctoproject.org/poky.git poky - cd poky; git checkout f1276b066223e7f501f7f711680215ff8edee252+ cd poky; git checkout 50e9ccb2aff7b9f9dca4fda99a6832c60f64de3b git clone -b dora https://github.com/openembedded/meta-oe.git meta-oe git clone -b dora https://github.com/openembedded/meta-oe.git meta-oe - cd meta-oe; git checkout 40e0f371f3eb1628655c484feac0cebf810737b4; cd ..+ cd meta-oe; git checkout ee173678383683e972c7d4d6f0ef5790bfa50274; cd .. git clone -b dora https://github.com/Xilinx/meta-xilinx.git meta-xilinx git clone -b dora https://github.com/Xilinx/meta-xilinx.git meta-xilinx Line 41: Line 41: git clone -b master git://git.code.sf.net/p/elphel/meta-ezynq meta-ezynq git clone -b master git://git.code.sf.net/p/elphel/meta-ezynq meta-ezynq - cd meta-ezynq; git checkout 33d8ebb91d6c2882ad79f7794641d7eb7e2effbe; cd ..+ cd meta-ezynq; git checkout b046b97faaee5cf5f83b554ae0a24d5cce8606c6; cd .. git clone -b master git://git.code.sf.net/p/elphel/meta-elphel393 meta-elphel393 git clone -b master git://git.code.sf.net/p/elphel/meta-elphel393 meta-elphel393 OlegYocto tests
Setup:
← Older revision Revision as of 18:47, 25 April 2014 Line 32: Line 32: git clone -b dora git://git.yoctoproject.org/poky.git poky git clone -b dora git://git.yoctoproject.org/poky.git poky - cd poky; git checkout f1276b066223e7f501f7f711680215ff8edee252+ cd poky; git checkout 50e9ccb2aff7b9f9dca4fda99a6832c60f64de3b git clone -b dora https://github.com/openembedded/meta-oe.git meta-oe git clone -b dora https://github.com/openembedded/meta-oe.git meta-oe - cd meta-oe; git checkout 40e0f371f3eb1628655c484feac0cebf810737b4; cd ..+ cd meta-oe; git checkout ee173678383683e972c7d4d6f0ef5790bfa50274; cd .. git clone -b dora https://github.com/Xilinx/meta-xilinx.git meta-xilinx git clone -b dora https://github.com/Xilinx/meta-xilinx.git meta-xilinx OlegYocto tests
Setup:
← Older revision Revision as of 23:46, 9 April 2014 (5 intermediate revisions not shown)Line 27: Line 27: ==<font color="blue">Setup</font>== ==<font color="blue">Setup</font>== -* Step 1:+* Step 1: Copy into '''some_script.sh''', modify and run: -<font size='2'>+ - git clone -b dora git://git.yoctoproject.org/poky.git+ - cd poky # (just for convenience)+ - git clone git://git.code.sf.net/p/elphel/meta-elphel393 meta-elphel393+ - git clone git://git.code.sf.net/p/elphel/meta-ezynq meta-ezynq+ - git clone -b dora https://github.com/openembedded/meta-oe.git+ - git clone -b dora https://github.com/Xilinx/meta-xilinx.git+ -</font>+ -* Step 2: Init environment+ <font size='2'> <font size='2'> + '''#Part 1''' + + git clone -b dora git://git.yoctoproject.org/poky.git poky + cd poky; git checkout f1276b066223e7f501f7f711680215ff8edee252 + + git clone -b dora https://github.com/openembedded/meta-oe.git meta-oe + cd meta-oe; git checkout 40e0f371f3eb1628655c484feac0cebf810737b4; cd .. + + git clone -b dora https://github.com/Xilinx/meta-xilinx.git meta-xilinx + cd meta-xilinx; git checkout aa7d677515ab7d45bbd3bdd6c5383f4143147c6d; cd .. + + git clone -b master git://git.code.sf.net/p/elphel/meta-ezynq meta-ezynq + cd meta-ezynq; git checkout 33d8ebb91d6c2882ad79f7794641d7eb7e2effbe; cd .. + + git clone -b master git://git.code.sf.net/p/elphel/meta-elphel393 meta-elphel393 + cd meta-elphel393; git checkout 777ee20496edebc0f83981e5755d551c46466833; cd .. + + '''#Part 2 : init environment and auto-fill Yocto's conf-files''' + + CURRENT_PATH=$(dirname $(readlink -f "$0")) + . ./oe-init-build-env + + BBLAYERS_CONF="conf/bblayers.conf" + + echo "BBLAYERS = \" \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-yocto \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-yocto-bsp \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-elphel393 \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-ezynq \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-oe/meta-oe \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-oe/meta-webserver \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-oe/meta-networking \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-xilinx \\" >> $BBLAYERS_CONF + echo " \"" >> $BBLAYERS_CONF + + LOCAL_CONF="conf/local.conf" + + # number of parallel tasks (including compiles) + echo "BB_NUMBER_THREADS ?= \"'''8'''\"" >> $LOCAL_CONF + # number of parallel compiles + echo "PARALLEL_MAKE ?= \"-j '''8'''\"" >> $LOCAL_CONF + # <font color='red'>change the MACHINE</font> + echo "MACHINE ?= \"'''elphel393'''\"" >> $LOCAL_CONF + # <font color='red'>Elphel's MIRROR website, '''\n''' is important</font> + echo "MIRRORS =+ \"http://.*/.* http://mirror.elphel.com/elphel393_mirror/ \n \"" >> $LOCAL_CONF + +* Step 2: re-init environment cd poky cd poky . ./oe-init-build-env . ./oe-init-build-env + +* Step 3: build bootable image (3 targets) + bitbake u-boot-ezynq linux-xlnx core-image-elphel393 </font> </font> -* Step 3: Edit ''build/conf/bblayers.conf'' - add paths to BBLAYERS: -<font size='2'> - <absolute-path>/poky/meta-elphel393 \ - <absolute-path>/poky/meta-ezynq \ - <absolute-path>/poky/meta-oe/meta-oe \ - <absolute-path>/poky/meta-oe/meta-webserver \ - <absolute-path>/poky/meta-oe/meta-networking \ - <absolute-path>/poky/meta-xilinx \ -</font> -* Step 4: Edit ''build/conf/local.conf'' - set MACHINE and other things: -<font size='2'> - BB_NUMBER_THREADS = "8"# (depends on the PC's CPU) - PARALLEL_MAKE = "-j 8" # (depends on the PC's CPU) - MACHINE ?= "elphel393" # (based on MACHINE="zedboard" ) -</font> - ====Notes==== ====Notes==== * Currently having 4 MACHINES: elphel393, microzed, zc706 and zedboard * Currently having 4 MACHINES: elphel393, microzed, zc706 and zedboard OlegYocto tests
Setup:
← Older revision Revision as of 02:04, 9 April 2014 (4 intermediate revisions not shown)Line 27: Line 27: ==<font color="blue">Setup</font>== ==<font color="blue">Setup</font>== -* Step 1:+* Step 1: Copy into '''some_script.sh''', modify and run: -<font size='2'>+ - git clone -b dora git://git.yoctoproject.org/poky.git+ - cd poky # (just for convenience)+ - git clone git://git.code.sf.net/p/elphel/meta-elphel393 meta-elphel393+ - git clone git://git.code.sf.net/p/elphel/meta-ezynq meta-ezynq+ - git clone -b dora https://github.com/openembedded/meta-oe.git+ - git clone -b dora https://github.com/Xilinx/meta-xilinx.git+ -</font>+ -* Step 2: Init environment+ <font size='2'> <font size='2'> + '''#Part 1''' + + git clone -b dora git://git.yoctoproject.org/poky.git poky + cd poky; git checkout f1276b066223e7f501f7f711680215ff8edee252 + + git clone -b dora https://github.com/openembedded/meta-oe.git meta-oe + cd meta-oe; git checkout 40e0f371f3eb1628655c484feac0cebf810737b4; cd .. + + git clone -b dora https://github.com/Xilinx/meta-xilinx.git meta-xilinx + cd meta-xilinx; git checkout aa7d677515ab7d45bbd3bdd6c5383f4143147c6d; cd .. + + git clone -b master git://git.code.sf.net/p/elphel/meta-ezynq meta-ezynq + cd meta-ezynq; git checkout 33d8ebb91d6c2882ad79f7794641d7eb7e2effbe; cd .. + + git clone -b master git://git.code.sf.net/p/elphel/meta-elphel393 meta-elphel393 + cd meta-elphel393; git checkout 9f46f7d66fa5ecbce018d5dc53e2cce51e1fdae2; cd .. + + '''#Part 2 : init environment and auto-fill Yocto's conf-files''' + + CURRENT_PATH=$(dirname $(readlink -f "$0")) + . ./oe-init-build-env + + BBLAYERS_CONF="conf/bblayers.conf" + + echo "BBLAYERS = \" \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-yocto \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-yocto-bsp \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-elphel393 \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-ezynq \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-oe/meta-oe \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-oe/meta-webserver \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-oe/meta-networking \\" >> $BBLAYERS_CONF + echo " $CURRENT_PATH/meta-xilinx \\" >> $BBLAYERS_CONF + echo " \"" >> $BBLAYERS_CONF + + LOCAL_CONF="conf/local.conf" + + # number of parallel tasks (including compiles) + echo "BB_NUMBER_THREADS ?= \"'''8'''\"" >> $LOCAL_CONF + # number of parallel compiles + echo "PARALLEL_MAKE ?= \"-j '''8'''\"" >> $LOCAL_CONF + # <font color='red'>change the MACHINE</font> + echo "MACHINE ?= \"'''elphel393'''\"" >> $LOCAL_CONF + # <font color='red'>Elphel's MIRROR website, '''\n''' is important</font> + echo "MIRRORS =+ \"http://.*/.* http://mirror.elphel.com/elphel393_mirror/ \n \"" >> $LOCAL_CONF + +* Step 2: re-init environment cd poky cd poky . ./oe-init-build-env . ./oe-init-build-env + +* Step 3: build bootable image (3 targets) + bitbake u-boot-ezynq linux-xlnx core-image-elphel393 </font> </font> -* Step 3: Edit ''build/conf/bblayers.conf'' - add paths to BBLAYERS: -<font size='2'> - <absolute-path>/poky/meta-elphel393 \ - <absolute-path>/poky/meta-ezynq \ - <absolute-path>/poky/meta-oe/meta-oe \ - <absolute-path>/poky/meta-oe/meta-webserver \ - <absolute-path>/poky/meta-oe/meta-networking \ - <absolute-path>/poky/meta-xilinx \ -</font> -* Step 4: Edit ''build/conf/local.conf'' - set MACHINE and other things: -<font size='2'> - BB_NUMBER_THREADS = "8"# (depends on the PC's CPU) - PARALLEL_MAKE = "-j 8" # (depends on the PC's CPU) - MACHINE ?= "elphel393" # (based on MACHINE="zedboard" ) -</font> - ====Notes==== ====Notes==== * Currently having 4 MACHINES: elphel393, microzed, zc706 and zedboard * Currently having 4 MACHINES: elphel393, microzed, zc706 and zedboard OlegYocto tests
Elphel, inc. on trip to Geneva, Switzerland.
University of Geneva
Monday, April 14, 2014 – 18:15 at Uni-Mail, room MR070, University of Geneva.
Elphel, Inc. is giving a conference entitled “High Performance Open Hardware for Scientific Applications”. Following the conference, you will be invited to attend a round-table discussion to debate the subject with people from Elphel and Javier Serrano from CERN.
Javier studied Physics and Electronics Engineering. He is the head of the Hardware and Timing section in CERN’s Beams Control group, and the founder of the Open Hardware Repository. Javier has co-authored the CERN Open Hardware Licence. He and his colleagues have also recently started contributing improvements to KiCad, a free software tool for the design of Printed Circuit Boards
Elphel Inc. is invited by their partner specialized in stereophotogrammetry applications – the Swiss company Foxel SA, from April 14-21 in Geneva, Switzerland.
You can enjoy a virtual tour of the Geneva University by clicking on the links herein below:
(make sure to use the latest version of Firefox or Chromium to view the demos)
Foxel’s team would be delighted to have all of Elphel’s clients and followers to participate in the conference.
A chat can also be organized in the next few days. Please contact us at Foxel SA.
If you do not have the opportunity to visit us in Geneva, the conference will be streamed live and the recording will be available.
Yocto tests
Build bootloader:
← Older revision Revision as of 20:47, 24 March 2014 (One intermediate revision not shown)Line 20: Line 20: These names are as they appear in the u-boot configuration header file - actual output files have different names: These names are as they appear in the u-boot configuration header file - actual output files have different names: -* '''boot.bin''' - u-boot as the first stage bootloader+* '''boot.bin'''+('''u-boot.img''') - u-boot as the first stage bootloader = Secondary Program Loader tha boots '''u-boot.img''' * '''devicetree.dtb''' - device tree with described interfaces, zynq registers, interrupts and drivers * '''devicetree.dtb''' - device tree with described interfaces, zynq registers, interrupts and drivers * '''uImage''' - kernel, drivers * '''uImage''' - kernel, drivers * '''uramdisk.image.gz''' - applications * '''uramdisk.image.gz''' - applications Copy them on the micro SD card > run '''boot''' once in the u-boot command line. Copy them on the micro SD card > run '''boot''' once in the u-boot command line. - - ==<font color="blue">Setup</font>== ==<font color="blue">Setup</font>== Line 72: Line 70: ====Output==== ====Output==== * poky/build/tmp/deploy/images/'''boot.bin''' * poky/build/tmp/deploy/images/'''boot.bin''' +* poky/build/tmp/deploy/images/'''u-boot.img''' ====Notes==== ====Notes==== OlegEzynq
Ezynq
Generate boot.bin:
← Older revision Revision as of 21:46, 10 March 2014 (6 intermediate revisions not shown)Line 3: Line 3: ==Supported boards== ==Supported boards== -* [http://microzed.org Avnet MicroZed] - Zynq 7Z010+{| class="wikitable" -* [http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm Xilinx ZC706] - Zynq 7Z045+|- -* [http://www.zedboard.org/ Digilent/Avnet ZedBoard] - Zynq 7Z020 (not tested)+! Board !! Chip !! Manufacturer -* [http://blog.elphel.com/2013/11/nc393-development-progress-testing-the-hardware/ Elphel 10393] - Zynq 7Z030+|- +| style="padding:0px 15px 0px 15px;" | [http://microzed.org MicroZed] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z010 +| style="padding:0px 15px 0px 15px;" | Avnet +|- +| style="padding:0px 15px 0px 15px;" | [http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm ZC706] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z045 +| style="padding:0px 15px 0px 15px;" | Xilinx +|- +| style="padding:0px 15px 0px 15px;" | [http://www.zedboard.org/ ZedBoard] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z020 +| style="padding:0px 15px 0px 15px;" | Digilent/Avnet +|- +| style="padding:0px 15px 0px 15px;" | [http://blog.elphel.com/2013/11/nc393-development-progress-testing-the-hardware/ 10393] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z030 +| style="padding:0px 15px 0px 15px;" | Elphel +|} ==Output== ==Output== -* '''boot.bin''' (fsbl is not required to boot)+* '''boot.bin''' (SPL) - loads u-boot.img, no FSBL needed. +* '''u-boot.img''' (u-boot image) ==Install meta-toolchain (Kubuntu 13.04)== ==Install meta-toolchain (Kubuntu 13.04)== Line 30: Line 47: </font> </font> -==Generate boot.bin==+==Build== * Edit ''initenv'' according to the built meta-toolchain * Edit ''initenv'' according to the built meta-toolchain * * Line 44: Line 61: * The generated files are: * The generated files are: -** '''boot.bin''' - the bootloader image+** '''boot_head.bin''' +** '''boot.bin''' - the SPL image +** '''u-boot.img''' - u-boot image (if '''boot.bin''' built with SPL support) ** '''u-boot.html''' - configuration settings overview ** '''u-boot.html''' - configuration settings overview ** '''u-boot.map''' - the bootloader's memory map ** '''u-boot.map''' - the bootloader's memory map ** '''u-boot''' - ELF file ** '''u-boot''' - ELF file + +==Boot== +* Copy '''boot.bin''' & '''u-boot.img''' (if generated) to SD card. Boot from it. ==Develop (add boards support)== ==Develop (add boards support)== OlegEzynq
Supported boards:
← Older revision Revision as of 20:25, 10 March 2014 (4 intermediate revisions not shown)Line 3: Line 3: ==Supported boards== ==Supported boards== -* [http://microzed.org Avnet MicroZed] - Zynq 7Z010+{| class="wikitable" -* [http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm Xilinx ZC706] - Zynq 7Z045+|- -* [http://www.zedboard.org/ Digilent/Avnet ZedBoard] - Zynq 7Z020 (not tested)+! Board !! Chip !! Manufacturer -* [http://blog.elphel.com/2013/11/nc393-development-progress-testing-the-hardware/ Elphel 10393] - Zynq 7Z030+|- +| style="padding:0px 15px 0px 15px;" | [http://microzed.org MicroZed] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z010 +| style="padding:0px 15px 0px 15px;" | Avnet +|- +| style="padding:0px 15px 0px 15px;" | [http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm ZC706] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z045 +| style="padding:0px 15px 0px 15px;" | Xilinx +|- +| style="padding:0px 15px 0px 15px;" | [http://www.zedboard.org/ ZedBoard] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z020 +| style="padding:0px 15px 0px 15px;" | Digilent/Avnet +|- +| style="padding:0px 15px 0px 15px;" | [http://blog.elphel.com/2013/11/nc393-development-progress-testing-the-hardware/ 10393] +| style="padding:0px 15px 0px 15px;" | Zynq 7Z030 +| style="padding:0px 15px 0px 15px;" | Elphel +|} ==Output== ==Output== -* '''boot.bin''' (fsbl is not required to boot)+* '''boot.bin''' (fsbl is not required to boot, this boots u-boot.img (SPL)) +* '''u-boot.img''' (u-boot) ==Install meta-toolchain (Kubuntu 13.04)== ==Install meta-toolchain (Kubuntu 13.04)== Line 45: Line 62: * The generated files are: * The generated files are: ** '''boot.bin''' - the bootloader image ** '''boot.bin''' - the bootloader image +** '''u-boot.img''' - u-boot image (if '''boot.bin''' built with SPL support) ** '''u-boot.html''' - configuration settings overview ** '''u-boot.html''' - configuration settings overview ** '''u-boot.map''' - the bootloader's memory map ** '''u-boot.map''' - the bootloader's memory map ** '''u-boot''' - ELF file ** '''u-boot''' - ELF file + +==Boot== +* Copy '''boot.bin''' & '''u-boot.img''' (if generated) to SD card. Boot from it. ==Develop (add boards support)== ==Develop (add boards support)== OlegEzynq
Boot:
← Older revision Revision as of 03:40, 7 March 2014 (3 intermediate revisions not shown)Line 9: Line 9: ==Output== ==Output== -* '''boot.bin''' (fsbl is not required to boot)+* '''boot.bin''' (fsbl is not required to boot, this boots u-boot.img (SPL)) +* '''u-boot.img''' (u-boot) ==Install meta-toolchain (Kubuntu 13.04)== ==Install meta-toolchain (Kubuntu 13.04)== Line 45: Line 46: * The generated files are: * The generated files are: ** '''boot.bin''' - the bootloader image ** '''boot.bin''' - the bootloader image +** '''u-boot.img''' - u-boot image (if '''boot.bin''' built with SPL support) ** '''u-boot.html''' - configuration settings overview ** '''u-boot.html''' - configuration settings overview ** '''u-boot.map''' - the bootloader's memory map ** '''u-boot.map''' - the bootloader's memory map ** '''u-boot''' - ELF file ** '''u-boot''' - ELF file + +==Boot== +* Copy '''boot.bin''' & '''u-boot.img''' (if generated) to SD card. Boot from it. ==Develop (add boards support)== ==Develop (add boards support)== OlegElphel Software Kit for Ubuntu
ImageJ and Elphel plugins for imageJ:
← Older revision Revision as of 20:27, 1 February 2014 Line 283: Line 283: You may download ImageJ bundled with Java from the [http://rsbweb.nih.gov/ij/download.html download page]: You may download ImageJ bundled with Java from the [http://rsbweb.nih.gov/ij/download.html download page]: ==== With 32-bit Java ==== ==== With 32-bit Java ==== -cd ~/Download; wget "http://rsbweb.nih.gov/ij/download/linux/ij146-x86.tar.gz" ; tar zxvf ij146-x86.tar.gz+cd ~/Download; wget "http://rsbweb.nih.gov/ij/download/linux/ij147-linux32.zip" ; unzip ij147-linux32.zip ==== With 64-bit Java ==== ==== With 64-bit Java ==== -cd ~/Download; wget "http://rsbweb.nih.gov/ij/download/linux/ij146-linux64.tar.gz" ; tar zxvf ij146-linux64.tar.gz+cd ~/Download; wget "http://rsbweb.nih.gov/ij/download/linux/ij147-linux64.zip" ; unzip ij147-linux64.zip '''If any of the two direct download links above are broken, please use the [http://rsbweb.nih.gov/ij/download.html] to get the new ImageJ version''' '''If any of the two direct download links above are broken, please use the [http://rsbweb.nih.gov/ij/download.html] to get the new ImageJ version''' PoltoYocto tests
Setup:
← Older revision Revision as of 02:36, 31 December 2013 Line 54: Line 54: * Step 4: Edit ''build/conf/local.conf'' - set MACHINE and other things: * Step 4: Edit ''build/conf/local.conf'' - set MACHINE and other things: <font size='2'> <font size='2'> - BB_NUMBER_THREADS = "8" (depends on the PC's CPU)+ BB_NUMBER_THREADS = "8"# (depends on the PC's CPU) - PARALLEL_MAKE = "-j 8" (depends on the PC's CPU)+ PARALLEL_MAKE = "-j 8" # (depends on the PC's CPU) - MACHINE ?= "elphel393" (based on MACHINE="zedboard" )+ MACHINE ?= "elphel393" # (based on MACHINE="zedboard" ) </font> </font> Andrey.filippov[elphel353-8.0] By dzhimiev: MDI/MDIx setting mode fixes
MDI/MDIx setting mode fixes
- Modified net_mii rev1.2 - added one line, removed one line
- Modified net4.sh rev1.2 - added 16 lines, removed 8 lines
Pages
