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

Romain Naour romain.naour at gmail.com
Sat Nov 21 23:31:07 UTC 2020


Hello Christian,

Le 21/11/2020 à 22:01, Christian Stewart a écrit :
> 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.

partprobe built by Buildroot must work on any host.
Can you give some details about this issue ? (Linux distro etc)
Can you share the log ?

Best regards,
Romain


> 
> Best,
> Christian
> 



More information about the buildroot mailing list