linux4sam / meta-atmel

OpenEmbedded/Yocto Project layer for for Microchip SoC (aka AT91)
https://www.linux4sam.org/bin/view/Linux4SAM/YoctoProject
MIT License
90 stars 117 forks source link

SAMA5D2 Xplained board kirkstone and rustc support #227

Closed elockman closed 1 year ago

elockman commented 1 year ago

This may not be an issue.

I am having issues with building rust packages with dunfell. It is my understanding that kirstone has rust built-in.

The sama5d2 xplained board website still shows the dunfell branch for the instructions. https://www.linux4sam.org/bin/view/Linux4SAM/Sama5d2XplainedMainPage

@gehariprasath is this board now supported by kirkstone? If not, is there an ETA on kirkstone support?

noglitch commented 1 year ago

@elockman , There shouldn't be a difference between Dunfell and Kirkstone about Rust package. It's a kind of "known" issue with some of the certificates when downloading Rust packages. Search on the web for "rust download certificate issue" and your special error log to have answers. It's usually a matter of installing an additional certificate to your system.

Kirkstone will be released on our boards very soon (within the next ~5-10 days). Sama5d2 xplained is not part of our main board set anymore but porting to it from sama5d27 som1 ek should be pretty easy. Stay tuned on https://www.linux4sam.org Best regards, Nicolas

elockman commented 1 year ago

Thank you, @noglitch !