Subject: Rare project developers
List archive
- From: Gawen Davey <>
- To: "" <>, Alexander Gall <>, "" <>
- Cc: Frédéric LOUI <>, Alexander Jeffries <>
- Subject: Re: [rare-dev] Access
- Date: Mon, 4 Jul 2022 08:49:33 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aps-networks.com; dmarc=pass action=none header.from=aps-networks.com; dkim=pass header.d=aps-networks.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=h6cfs+OEL5/qdKNneeCLe3ggjCkJvycoNVpi9gh2jEw=; b=W/1OaNu5P/jSc9aLySvAuuO60o34TaZLdpA9OiYYXuVjLEMkLfMSbzaA8N5gJBE45Grq8keHwRj1dzRs3ZxoxqCGQp6d1k97eionDZN/iebw6dgV1dzPFKSWp9Hzrtjy5+K1sIPc5R1AVx2Apyud/wnIJwgqtwWCZuuf+AygRh09Xwmx/avydhBljEBf8QbOey7o1pGrPxbKLHlowFL2dFSs2+CZBzjowvip0fL/TV1shO6xYNAcIvdPaYQXyJQOY0qqGfJXMhm0Yvnat5jFEffGOEY0bVf4suO5iJGJyAwhZRFEBx/Qq9U/nyZH3c/JJ0NZBfIMbV8j/detTZdn6Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XwZnv3VstI2MacsZP7vPLwi68ZpslFuEwg5iRvk/+tMghxgkzrROJC1YLJWf0yDqTyMejpLZgUTpa3KlQIV7U0Be+oSe3/OGpIC1VSP5BDHkLZIlt2b1i+s7jP6p3w9S5yI+xMd3yAx+BIt+sM5ge/iTSf4JEcDbTgWRJiQ4UeiiljKT+v5bOFLqt2bLcs0PHIL5qSssgR0cn4Hb1dOwPf9PVkHl7ZxdFHEbmWnXBuLq12Um2q5z+E4HbUU+wSDuz+ubY/tzeaEp0TH5zAid5qDZuvnf0fdf5DzZYcSWsn7SPvL1mMA9RGlpXQBJ1gRPBCY1mncwn82Br9BFga5Kew==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=aps-networks.com;
- Suggested_attachment_session_id: 0b92007f-2cab-cd5d-aa73-5eb9a9172566
This requires ONLPv2.
So ONL, but I do have a build guide for ONLP on Ubuntu. But it may be for ONLPv1. As far as I remember, ONLPv2 was essentially abandoned -- There were two commits this year, then it goes back to 2020. And we certainly haven't maintained anything ONL for a long
time.
If you want to give it a go anyway: https://github.com/APS-Networks/ubuntu-onlp
From: mc36 <>
Sent: 04 July 2022 08:44
To: <>; Alexander Gall <>
Cc: Gawen Davey <>; Frédéric LOUI <>; Alexander Jeffries <>
Subject: Re: [rare-dev] Access
Sent: 04 July 2022 08:44
To: <>; Alexander Gall <>
Cc: Gawen Davey <>; Frédéric LOUI <>; Alexander Jeffries <>
Subject: Re: [rare-dev] Access
look at this:
https://github.com/stratum/stratum/blob/753270b6061c5efe15ee60178169b8abe032f65e/stratum/hal/bin/barefoot/deb/start-stratum.sh#L54-L63
especially the #L61, that is, everything except the wedges, they bring them up without a bsp!!!
qsfps work fine without bsp... serdes too... okk, sensors are really missing but heyy...
also: https://github.com/stratum/stratum/blob/main/stratum/hal/bin/barefoot/README.build.md // ctrl+f: recommended mode
gawen, how you see it?
thanks,
cs
On 7/4/22 09:20, Alexander Gall wrote:
> On Fri, 1 Jul 2022 19:10:27 +0200, mc36 <> said:
>
>> what about this one? :)
>> https://github.com/stratum/stratum/blob/main/stratum/hal/config/x86-64-inventec-d10064-r0/port_map.json
>
> Same thing. This will set up the serdes to match the board, but
> without the BSP none of the i2c-related stuff works. Actually, the
> Inventec is even more complicated because some of the
> platform-dependent stuff is currently still supplied by the ONL layer
> (i2c enumeration, HW sensors, QSFP eeprom access etc.), not the
> BSP. And the ONL stuff doesn't work on Debian 11 out of the box :(
>
https://github.com/stratum/stratum/blob/753270b6061c5efe15ee60178169b8abe032f65e/stratum/hal/bin/barefoot/deb/start-stratum.sh#L54-L63
especially the #L61, that is, everything except the wedges, they bring them up without a bsp!!!
qsfps work fine without bsp... serdes too... okk, sensors are really missing but heyy...
also: https://github.com/stratum/stratum/blob/main/stratum/hal/bin/barefoot/README.build.md // ctrl+f: recommended mode
gawen, how you see it?
thanks,
cs
On 7/4/22 09:20, Alexander Gall wrote:
> On Fri, 1 Jul 2022 19:10:27 +0200, mc36 <> said:
>
>> what about this one? :)
>> https://github.com/stratum/stratum/blob/main/stratum/hal/config/x86-64-inventec-d10064-r0/port_map.json
>
> Same thing. This will set up the serdes to match the board, but
> without the BSP none of the i2c-related stuff works. Actually, the
> Inventec is even more complicated because some of the
> platform-dependent stuff is currently still supplied by the ONL layer
> (i2c enumeration, HW sensors, QSFP eeprom access etc.), not the
> BSP. And the ONL stuff doesn't work on Debian 11 out of the box :(
>
- Re: [rare-dev] Access, mc36, 07/01/2022
- Re: [rare-dev] Access, Alexander Gall, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- Re: [rare-dev] Access, Gawen Davey, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- Re: [rare-dev] Access, Gawen Davey, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- Re: [rare-dev] Access, Gawen Davey, 07/04/2022
- Re: [rare-dev] Access, Alexander Gall, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- Re: [rare-dev] Access, Gawen Davey, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- Re: [rare-dev] Access, Gawen Davey, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- [rare-dev] Thoughts on a bsp-less RARE [was: Re: Access], Alexander Gall, 07/05/2022
- Re: [rare-dev] Thoughts on a bsp-less RARE [was: Re: Access], Gawen Davey, 07/05/2022
- Re: [rare-dev] Thoughts on a bsp-less RARE [was: Re: Access], mc36, 07/05/2022
- Re: [rare-dev] Access, Gawen Davey, 07/04/2022
- Re: [rare-dev] Access, mc36, 07/04/2022
- Re: [rare-dev] Access, Alexander Gall, 07/04/2022
Archive powered by MHonArc 2.6.19.