Installing additional NVIDIA provided packages ---------------------------------------------- This is instructions on how to install any of the following NVIDIA packages onto the target filesystem: nvgstplayer.tbz2 restricted_codecs.tbz2 wifi.tbz2 From here forward, the package you selected above will be listed as: ${PACKAGE_NAME} External rootfs device (such as a USB stick, USB HD, or SD Card): 1. Mount the target rootfs device to /mnt 2. Install the package: tar -C /mnt -xjf /${PACKAGE_NAME} For example, if you have the restricted_codecs.tbz2 file located in: ${HOME}/restricted_codecs.tbz2 your line will look like: tar -C /mnt -xjf ${HOME}/restricted_codecs.tbz2