Re: ./tools/configure.sh | find -L | to follow symlinks

2021-08-03 Thread Simon Filgis
Better! Thank you! On Tue, Aug 3, 2021 at 10:20 AM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > > Regarding my advice from a few minutes ago. Somebody in > > > https://github.com/apache/incubator-nuttx/issues/2206#issuecomment-721138548 > > complains that > > the process is

Re: ./tools/configure.sh | find -L | to follow symlinks

2021-08-03 Thread Abdelatif Guettouche
> Regarding my advice from a few minutes ago. Somebody in > https://github.com/apache/incubator-nuttx/issues/2206#issuecomment-721138548 > complains that > the process is not working. That's only when the board is part of a group that has the "common" directory and the common directory isn't

Re: ./tools/configure.sh | find -L | to follow symlinks

2021-08-03 Thread Maciej Wójcik
Regarding my advice from a few minutes ago. Somebody in https://github.com/apache/incubator-nuttx/issues/2206#issuecomment-721138548 complains that the process is not working. Just to be sure I will test it today and maybe finish that documentation. If I won't, still just try what is described

Re: ./tools/configure.sh | find -L | to follow symlinks

2021-08-03 Thread Abdelatif Guettouche
What's the reason for symlinking the custom board to the in-tree boards/ folder? The configuration script accepts a relative path to a custom location. On Tue, Aug 3, 2021 at 9:56 AM Simon Filgis wrote: > > Dear all, > > I have my own board assembled with Atmel SAME70 and I would like to work

Re: ./tools/configure.sh | find -L | to follow symlinks

2021-08-03 Thread Maciej Wójcik
In general, you probably don't want to change files in the OS repository just to attach your board. I was supposed to document how to do this correctly, more than a half year ago. I didn't, but what you need is described in this issue

./tools/configure.sh | find -L | to follow symlinks

2021-08-03 Thread Simon Filgis
Dear all, I have my own board assembled with Atmel SAME70 and I would like to work on the board files "outside" the nuttix structure in a separate folder (custom_board). Now I symlinked my custom_board folder into nuttx: cd ../nuttx/boards/arm/samv7 > ln -s ../../../../custom_board/ custom_board