2016年5月6日 星期五
[Jetson TX1] 簡單指令,打開 camera
gst-launch-1.0 nvcamerasrc fpsRange="30.0 30.0" ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)I420, framerate=(fraction)30/1' ! nvtee ! nvvidconv flip-method=2 ! 'video/x-raw(memory:NVMM), format=(string)I420' ! nvoverlaysink -e
Install .ko module file into ubuntu
http://www.cyberciti.biz/faq/linux-how-to-load-a-kernel-module-automatically-at-boot-time/
http://stackoverflow.com/questions/19992731/how-to-install-ko-file-module
add a line to /etc/modules for your module (without .ko)
copy the module file to /lib/modules/
do
sudo depmod -a
reboot and it worked for me on Ubuntu 12.04
for example:
Built sg.ko yourself.
modify /etc/modules
add this line:
sg
cp sg.ko to /lib/modules/
sudo depmod -a
THEN reboot
http://stackoverflow.com/questions/19992731/how-to-install-ko-file-module
add a line to /etc/modules for your module (without .ko)
copy the module file to /lib/modules/
do
sudo depmod -a
reboot and it worked for me on Ubuntu 12.04
for example:
Built sg.ko yourself.
modify /etc/modules
add this line:
sg
cp sg.ko to /lib/modules/
sudo depmod -a
THEN reboot
exfat support on armhf arch. in Ubuntu
https://answers.launchpad.net/ubuntu/trusty/armhf/exfat-fuse/1.0.1-1
2016年5月3日 星期二
[Jetson TX1] intel 7260HMW wireless/BT adapter driver install
http://forbot.pl/blog/artykuly/programowanie/jetson-tk1-okiem-robotyka-2-konfiguracja-platformy-id12519
sudo apt-get install linux-firmware
sudo apt-get install linux-firmware
[uDev] 收集資訊
https://docs.oracle.com/cd/E37670_01/E41138/html/ch07s04.html
To query the properties of
/dev/sda
:# udevadm info --query=property --name=/dev/sda
訂閱:
文章 (Atom)