In the BB VIEW Debian Image, there is only kernel_modules.tar.gz
But the document mentioned the following command.
tar -xvf /media/udisk/kernel_modules.tar.gzvcd -C /
In the BB VIEW Debian Image, there is only kernel_modules.tar.gz
But the document mentioned the following command.
tar -xvf /media/udisk/kernel_modules.tar.gzvcd -C /
I think it is a typo in the instructions. The following command should work for you.
tar -xvf /media/udisk/kernel_modules.tar.gz -C /
Andy
I think it is a typo in the instructions. The following command should work for you.
tar -xvf /media/udisk/kernel_modules.tar.gz -C /
Andy