[Buildroot] [PATCH v4 5/5] board: add nvidia jetson nano support

Christian Stewart christian at paral.in
Sat Nov 21 21:01:53 UTC 2020


Hi Romain,

On Sat, Nov 21, 2020 at 3:03 AM Romain Naour <romain.naour at gmail.com> wrote:

[snip]

> > +
> > +# prefer root partprobe
> > +PARTPROBE=partprobe
> > +if [ -f /usr/sbin/partprobe ]; then
> > +    PARTPROBE=/usr/sbin/partprobe
> > +fi
>
> This requires partprobe installed on the build machine.
> partprobe is available in HOST_DIR (see HOST_DIR/sbin/partprobe)

I'll fix this for the next revision - but - actually the reason why
this is in here, is because the buildroot-produced partprobe was
segfaulting on two of my machines.

Best,
Christian



More information about the buildroot mailing list