ShellAlbert / Jetson-TX2

new platform for processing video & audio
GNU Lesser General Public License v3.0
2 stars 0 forks source link

mount jetson tx2 rootfs on host for cross-compilation #4

Open ShellAlbert opened 5 years ago

ShellAlbert commented 5 years ago

Reference: NVIDIA_Tegra_Linux_MultimediaAPIReference/Start_L4T_MultimediaAPI_Docs.html 在jetson tx2上执行 $ sudo apt-get install samba $ sudo passwd root $ sudo smbpasswd -a root sudo vim /etc/samba/smb.conf [root] comment= Rootfs for Tegra path = / browseable = yes read only = yes valid user = root $ sudo service smbd restart $ cd /usr/lib/ $ sudo ln -sf aarch64-linux-gnu/crt1.o crt1.o $ sudo ln -sf aarch64-linux-gnu/crti.o crti.o $ sudo ln -sf aarch64-linux-gnu/crtn.o crtn.o $ cd /usr/lib/aarch64-linux-gnu/ $ sudo ln -sf ../../../lib/aarch64-linux-gnu/libdl.so.2 libdl.so 在host pc上执行 $ cd $HOME $ mkdir -p jetson $ sudo mount -t cifs -o "username=root,password=nvidia" //192.168.55.1/root jetson

ShellAlbert commented 5 years ago

IMG_20190619_083529 IMG_20190619_083551

ShellAlbert commented 5 years ago

QQ截图20190619145154 QQ截图20190619145319

ShellAlbert commented 5 years ago

QQ截图20190619154230 QQ截图20190619154252

ShellAlbert commented 5 years ago

QQ截图20190619154652 QQ截图20190619154705