On Wed, Apr 26, 2017 at 3:34 AM, Micka <
micka...@gmail.com> wrote:
> Well, I don't mind to reboot the beagle after. I was just wondering if it's
> possible to untar all the file while the beagle is running ? I'm worried
> about some file open by the kernel/linux !
Kernel is in memory.. the biggest issue you might face is "loading" a
module after you've copied the new kernel/modules into the rootfs. As
depending on how you built it, there could be an abi diff.. (a reboot
would fix that issue to)..