This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Download Eclipse in Embedded Boards (Arm Processeur)

Hi ,

Please I need help, I need to download Eclipse in My board DE1-Soc FPGA Which has the latest dual-core Cortex-A9 embedded cores with architecture armv7l and the other board Rasberry ARM Cortex-A53.

do you have any idea which packages can I install?

BestRegards,

Imen

  • It probably depends which operating system the boards are running, but for the Raspberry Pi 3 with Raspbian you can do:

    $ sudo apt-get install eclipse

  • Thank you so much for your help.

    I'm confused for the DE1-Soc FPGA,There is a lot of version but no one I did  is compatible

    fHere some details for the operating system the board is running:

    root@de1soclinux:~/Desktop# uname -a
    Linux de1soclinux 3.18.0 #9 SMP Mon Aug 8 17:11:41 EDT 2016 armv7l armv7l armv7l GNU/Linux

    root@de1soclinux:~/Desktop# lsb_release -a
    No LSB modules are available.
    Distributor ID:    Linaro
    Description:    Linaro 12.11
    Release:    12.11
    Codename:    precise

    BestRegards

  • Hi,

    The Cortex-A9 board it may not have enough performance to run eclipse directly on the board. You also face the problem of Linaro 12.11 being released in 2012 and the packages are no longer available. I would recommend you run eclipse on another development machine and transfer the files to the board as needed via ssh/scp. If you are doing software development you can cross compile the software to run on the FPGA board and copy the files to the board and run them. You can also to remote debugging using eclipse from your development machine connected to the FPGA board.

    Thanks,

    Jason

  • Hi,

    I cannot thank you enough for your help.

    Actually, I'm not software Developer,I m student I just need to run some software tools can be executable in arm in my board to do some experiments

    because I downloaded some package (just linux) I get the problem : cannot read binary file

    Do you know  software Tools run in my board. (package for arm )

    I will be grateful if you help me.

    BestRegards,

    Imen