View source for Talk:R-Car/Boards/Yocto-Gen3-ADAS
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
Support for BroadR Expansion board with BCM89810 PHY | 0 | 02:26, 12 November 2020 |
About meta-rcar for Yocto v3.21.0 | 0 | 18:00, 11 March 2020 |
git clone, meta-renesas & meta-rcar | 2 | 21:15, 30 September 2018 |
About version 2.23.0 or 2.23.1 ( for HAD Solution Kit) | 0 | 23:16, 14 December 2017 |
How to know minor update information of LinuxBSP? | 1 | 00:46, 15 September 2017 |
Flashing firmware (HAD Solution Kit) | 0 | 00:45, 15 September 2017 |
Hello.
Question: is there support for BCM89810 PHY and any driver for the BroadR Expansion board available?
Story:on the board V3H 1.1 we need to connect external Ethernet Transceiver, BroadR Expansion board with BCM89810 PHY. Unfortunately, the Linux provided by Yocto does not include a PHY driver for the BCM89810. And by default kernel log says "Generic PHY" is used, however the BroadR Expansion board has a BCM89810 PHY and error happens: [ 722.692976] Generic PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=POLL) [ 722.706407] IPv6: ADDRCONF: eth1: link is not ready
Sincerely, Yaroslav
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:R-Car/Boards/Yocto-Gen3-ADAS/About meta-rcar for Yocto v3.21.0.
$ git clone git://github.com/renesas-rcar/meta-renesas
$ git clone git://github.com/CogentEmbedded/meta-rcar.git
When the above command is executed, the following message appears.
I can't be downloaded meta-renesas and meta-rcar.
Cloning into 'meta-renesas' ...
2018/09/06 18:25:20 socat [4374] E CONNECT github.com: 9418: Found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Could you tell me how to solve it?
On the other hand, these are fine.
$ git clone git://git.yoctoproject.org/poky
$ git clone git://git.openembedded.org/meta-openembedded
$ git clone git://git.linaro.org/openembedded/meta-linaro.git
The command of A fails, but the command of B succeeds.
Is there something you noticed from this?
A: git clone git://github.com/renesas-rcar/meta-renesas
B: sudo git clone git://github.com/renesas-rcar/meta-renesas
Why do you think adding a "sudo" will succeed?
Hello.
I built LinuxBSP for HAD solution kit in November 2016.
However, I heard that minor updates are progressing from December 2016 onwards.
Example: NVMe correspondence of SSD driver added, and etc.
Can you tell me what to check to see if LinuxBSP minor update was done?
In HAD Solution Kit,
In the "Flashing firmware" you are informed that "You have to update R-Car H3SK or R-Car M3SK for the instructions on flashing firmware." Is it necessary to remove the Starter Kit? At that time, is it necessary to change the setting of Starter Kit? After booting with NFS, can not be rewritten by the method of rewriting with Linux flashcp command?