Guest User

first step on parallella board

a guest
Jun 10th, 2014
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.62 KB | None | 0 0
  1. user@rampage:~$ ssh [email protected]
  2. [email protected]'s password:
  3. Welcome to Linaro 14.01 (GNU/Linux 3.12.0-g0bc9c3a-dirty armv7l)
  4.  
  5. * Documentation: https://wiki.linaro.org/
  6. Last login: Thu Mar 6 12:32:35 2014 from 192.168.1.103
  7. linaro-nano:~> sudo apt-get update
  8. Ign http://ppa.launchpad.net saucy InRelease
  9. Ign http://ports.ubuntu.com saucy InRelease
  10. Get:1 http://ppa.launchpad.net saucy Release.gpg [316 B]
  11. Get:2 http://ports.ubuntu.com saucy Release.gpg [933 B]
  12. Get:3 http://ppa.launchpad.net saucy Release [16.4 kB]
  13. Get:4 http://ports.ubuntu.com saucy Release [49.6 kB]
  14. Get:5 http://ppa.launchpad.net saucy/main Sources [21.5 kB]
  15. Get:6 http://ports.ubuntu.com saucy/main Sources [1009 kB]
  16. Get:7 http://ppa.launchpad.net saucy/main armhf Packages [40.6 kB]
  17. Ign http://ppa.launchpad.net saucy/main Translation-en
  18. Get:8 http://ports.ubuntu.com saucy/universe Sources [6108 kB]
  19. Get:9 http://ports.ubuntu.com saucy/main armhf Packages [1217 kB]
  20. Get:10 http://ports.ubuntu.com saucy/universe armhf Packages [5495 kB]
  21. Hit http://ports.ubuntu.com saucy/main Translation-en
  22. Get:11 http://ports.ubuntu.com saucy/universe Translation-en [3885 kB]
  23. Fetched 17.8 MB in 1min 10s (253 kB/s)
  24. Reading package lists... Done
  25. linaro-nano:~> sudo apt-get upgrade
  26. Reading package lists... Done
  27. Building dependency tree
  28. Reading state information... Done
  29. The following packages will be upgraded:
  30. libdrm-nouveau2 libdrm-omap1 libdrm-radeon1 libdrm2 linaro-nano
  31. 5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  32. Need to get 104 kB of archives.
  33. After this operation, 8192 B of additional disk space will be used.
  34. Do you want to continue [Y/n]?
  35. WARNING: The following packages cannot be authenticated!
  36. libdrm2 libdrm-nouveau2 libdrm-omap1 libdrm-radeon1 linaro-nano
  37. Authentication warning overridden.
  38. Get:1 http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ saucy/main libdrm2 armhf 2.4.52-2~linaro1 [28.5 kB]
  39. Get:2 http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ saucy/main libdrm-nouveau2 armhf 2.4.52-2~linaro1 [22.2 kB]
  40. Get:3 http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ saucy/main libdrm-omap1 armhf 2.4.52-2~linaro1 [14.2 kB]
  41. Get:4 http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ saucy/main libdrm-radeon1 armhf 2.4.52-2~linaro1 [31.2 kB]
  42. Get:5 http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ saucy/main linaro-nano armhf 038-saucy3 [8130 B]
  43. Fetched 104 kB in 1s (99.5 kB/s)
  44. (Reading database ... 87702 files and directories currently installed.)
  45. Preparing to replace libdrm2:armhf 2.4.46-1 (using .../libdrm2_2.4.52-2~linaro1_armhf.deb) ...
  46. Unpacking replacement libdrm2:armhf ...
  47. Preparing to replace libdrm-nouveau2:armhf 2.4.46-1 (using .../libdrm-nouveau2_2.4.52-2~linaro1_armhf.deb) ...
  48. Unpacking replacement libdrm-nouveau2:armhf ...
  49. Preparing to replace libdrm-omap1:armhf 2.4.46-1 (using .../libdrm-omap1_2.4.52-2~linaro1_armhf.deb) ...
  50. Unpacking replacement libdrm-omap1:armhf ...
  51. Preparing to replace libdrm-radeon1:armhf 2.4.46-1 (using .../libdrm-radeon1_2.4.52-2~linaro1_armhf.deb) ...
  52. Unpacking replacement libdrm-radeon1:armhf ...
  53. Preparing to replace linaro-nano 038-saucy2 (using .../linaro-nano_038-saucy3_armhf.deb) ...
  54. Unpacking replacement linaro-nano ...
  55. Setting up libdrm2:armhf (2.4.52-2~linaro1) ...
  56. Setting up libdrm-nouveau2:armhf (2.4.52-2~linaro1) ...
  57. Setting up libdrm-omap1:armhf (2.4.52-2~linaro1) ...
  58. Setting up libdrm-radeon1:armhf (2.4.52-2~linaro1) ...
  59. Setting up linaro-nano (038-saucy3) ...
  60. Processing triggers for libc-bin ...
  61. linaro-nano:~> startx
  62. startx: Command not found.
  63. linaro-nano:~> ls
  64. Desktop/ Downloads/ Parallella/ examples.desktop
  65. linaro-nano:~> cd
  66. linaro-nano:~> cd Parallella/
  67. linaro-nano:~/Parallella> ls
  68. bdt_install/ epiphany-examples/ parallella-examples/
  69. linaro-nano:~/Parallella> epi
  70. epiphany-elf-addr2line epiphany-elf-gcc-4.8.2 epiphany-elf-objcopy
  71. epiphany-elf-ar epiphany-elf-gcc-ar epiphany-elf-objdump
  72. epiphany-elf-as epiphany-elf-gcc-nm epiphany-elf-ranlib
  73. epiphany-elf-c++ epiphany-elf-gcc-ranlib epiphany-elf-readelf
  74. epiphany-elf-c++filt epiphany-elf-gcov epiphany-elf-run
  75. epiphany-elf-cpp epiphany-elf-gdb epiphany-elf-size
  76. epiphany-elf-elfedit epiphany-elf-ld epiphany-elf-strings
  77. epiphany-elf-g++ epiphany-elf-ld.bfd epiphany-elf-strip
  78. epiphany-elf-gcc epiphany-elf-nm epiphany-examples/
  79. linaro-nano:~/Parallella> cd epiphany-examples/
  80. linaro-nano:~/Parallella/epiphany-examples> ls
  81. README.md e-dump-regs/ interrupts/
  82. assembly/ e-mem-sync/ link_lowpower_mode/
  83. basic_math/ e-toggle-led/ matmul-16/
  84. clockgating_mode/ emesh_read_latency/ mem_protect/
  85. ctimer/ emesh_traffic/ mesh_bandwidth_all2one/
  86. dma_2d/ erm/ mesh_bandwidth_bisection/
  87. dma_chain/ erm_example/ mesh_bandwidth_neighbour/
  88. dma_interrupt/ fft2d/ mutex/
  89. dma_message_read/ hardware_barrier/ nested_interrupts/
  90. dma_message_write/ hardware_loops/ register_test/
  91. dma_slave/ hello_parallella/ remote_call/
  92. linaro-nano:~/Parallella/epiphany-examples> cat README.md
  93. assembly: Demonstrates use of inline assembly
  94.  
  95. basic_math: Measures clock cycle counts of basic math operations
  96.  
  97. chip_testing: Various tests for chip production testing
  98.  
  99. ctimer: Demonstrates all the counting modes of the ctimer
  100.  
  101. dma_2d: Demonstrates 2D data transfers (scatter/gather)
  102.  
  103. dma_chain: Shows how to link DMA descriptors together into a chain
  104.  
  105. dma_interrupt: Kicks off interrupt after last transfer
  106.  
  107. dma_message_read: DMA stalls until last read transaction has returned
  108.  
  109. dma_message_write: Interrupt sent together with last transfer to receiving core
  110.  
  111. dma_slave: DMA configured in slave mode using AUTODMA register
  112.  
  113. emesh_read_latency: Measures read latency of the eMesh network on chip
  114.  
  115. fft2d: Image processing demo using a multicore 2D-FFT
  116.  
  117. hardware_barrier: Implements a hardware barrier using 'WAND' instruction
  118.  
  119. hardware_loops: Implements zero overhead looping using LC,LS,LE registers
  120.  
  121. interrupts: Demonstrates all major features of the interrupt controller
  122.  
  123. mem_protect: Demonstrates the local memory protection feature
  124.  
  125. mutex: Example showing how to use the e_mutex() function
  126.  
  127. mesh_bandwidth_all2one: Measures bandwidth of worst case communication pattern
  128.  
  129. mesh_bandwidth_neighbour: Measures neighbor to neighbor core write banwdith
  130.  
  131. mesh_bandwidth_bisection: Measures bisection on chip write bandwidth
  132.  
  133. nested_interrupts: Shows how the nested interrupt feature works
  134.  
  135. remote_call: Shows how one core can launch a program on another core.
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. linaro-nano:~/Parallella/epiphany-examples> cd hello_parallella/
  143. linaro-nano:~/Parallella/epiphany-examples/hello_parallella> ls
  144. build.sh run.sh src/
  145. linaro-nano:~/Parallella/epiphany-examples/hello_parallella> ./run.sh
  146. ./run.sh: line 9: cd: bin: No such file or directory
  147. linaro-nano:~/Parallella/epiphany-examples/hello_parallella> run.sh
  148. run.sh: Command not found.
  149. linaro-nano:~/Parallella/epiphany-examples/hello_parallella> ./build.sh
  150. linaro-nano:~/Parallella/epiphany-examples/hello_parallella> ./run.sh
  151. Calculating sum of products of two integer vectors of length 4096 initalized to all 0x1's using 16 Ccores.
  152. ........
  153. Sum of Product Is 4096!
  154. linaro-nano:~/Parallella/epiphany-examples/hello_parallella> cd ~
  155. linaro-nano:~> ls
  156. Desktop/ Downloads/ Parallella/ examples.desktop
  157. linaro-nano:~> upda
  158. update-alternatives update-fonts-alias update-menus
  159. update-ca-certificates update-fonts-dir update-mime
  160. update-catalog update-fonts-scale update-mime-database
  161. update-cracklib update-gconf-defaults update-mime-database.real
  162. update-default-aspell update-gsfontmap update-passwd
  163. update-default-ispell update-icon-caches update-pciids
  164. update-default-wordlist update-icon-caches.gtk2 update-perl-sax-parsers
  165. update-desktop-database update-initramfs update-rc.d
  166. update-dictcommon-aspell update-java-alternatives update-usbids
  167. update-dictcommon-hunspell update-locale update-xmlcatalog
  168. linaro-nano:~> update
  169. update-alternatives update-fonts-alias update-menus
  170. update-ca-certificates update-fonts-dir update-mime
  171. update-catalog update-fonts-scale update-mime-database
  172. update-cracklib update-gconf-defaults update-mime-database.real
  173. update-default-aspell update-gsfontmap update-passwd
  174. update-default-ispell update-icon-caches update-pciids
  175. update-default-wordlist update-icon-caches.gtk2 update-perl-sax-parsers
  176. update-desktop-database update-initramfs update-rc.d
  177. update-dictcommon-aspell update-java-alternatives update-usbids
  178. update-dictcommon-hunspell update-locale update-xmlcatalog
  179. linaro-nano:~> update-
  180. update-alternatives update-fonts-alias update-menus
  181. update-ca-certificates update-fonts-dir update-mime
  182. update-catalog update-fonts-scale update-mime-database
  183. update-cracklib update-gconf-defaults update-mime-database.real
  184. update-default-aspell update-gsfontmap update-passwd
  185. update-default-ispell update-icon-caches update-pciids
  186. update-default-wordlist update-icon-caches.gtk2 update-perl-sax-parsers
  187. update-desktop-database update-initramfs update-rc.d
  188. update-dictcommon-aspell update-java-alternatives update-usbids
  189. update-dictcommon-hunspell update-locale update-xmlcatalog
  190. linaro-nano:~> ma
  191. mail-lock mail-unlock makeinfo mandb mapscrn
  192. mail-touchlock make man manpath mawk
  193. linaro-nano:~> ma
  194. mail-lock mail-unlock makeinfo mandb mapscrn
  195. mail-touchlock make man manpath mawk
  196. linaro-nano:~> update
  197. update-alternatives update-fonts-alias update-menus
  198. update-ca-certificates update-fonts-dir update-mime
  199. update-catalog update-fonts-scale update-mime-database
  200. update-cracklib update-gconf-defaults update-mime-database.real
  201. update-default-aspell update-gsfontmap update-passwd
  202. update-default-ispell update-icon-caches update-pciids
  203. update-default-wordlist update-icon-caches.gtk2 update-perl-sax-parsers
  204. update-desktop-database update-initramfs update-rc.d
  205. update-dictcommon-aspell update-java-alternatives update-usbids
  206. update-dictcommon-hunspell update-locale update-xmlcatalog
  207. linaro-nano:~> firefox
  208.  
  209. (process:2210): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
  210. Error: no display specified
  211. linaro-nano:~> sudo updatedb
  212. sudo: updatedb: command not found
  213. linaro-nano:~> sudo apt-get dist-upgrade
  214. Reading package lists... Done
  215. Building dependency tree
  216. Reading state information... Done
  217. Calculating upgrade... Done
  218. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  219. linaro-nano:~> sudo apt-get autoremove
  220. Reading package lists... Done
  221. Building dependency tree
  222. Reading state information... Done
  223. The following packages will be REMOVED:
  224. chromium-codecs-ffmpeg-extra gir1.2-gnomebluetooth-1.0 gnome-terminal-data libandroid-properties1
  225. libhardware2 libhybris-common1 libpulsedsp libxss1 obexd-client pulseaudio-utils rtkit
  226. 0 upgraded, 0 newly installed, 11 to remove and 0 not upgraded.
  227. After this operation, 3881 kB disk space will be freed.
  228. Do you want to continue [Y/n]? y
  229. (Reading database ... 87702 files and directories currently installed.)
  230. Removing chromium-codecs-ffmpeg-extra ...
  231. Removing gir1.2-gnomebluetooth-1.0 ...
  232. Removing gnome-terminal-data ...
  233. Removing libhardware2 ...
  234. Removing libhybris-common1 ...
  235. Removing libandroid-properties1 ...
  236. Removing pulseaudio-utils ...
  237. Removing libpulsedsp:armhf ...
  238. Removing libxss1:armhf ...
  239. Removing obexd-client ...
  240. Removing rtkit ...
  241. Processing triggers for gconf2 ...
  242.  
  243. (gconftool-2:2265): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
  244. Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
  245. Processing triggers for libc-bin ...
  246. Processing triggers for man-db ...
  247. linaro-nano:~> st
  248. start startpar status strings
  249. start-stop-daemon startpar-upstart-inject stdbuf strip
  250. startlxde stat stop stty
  251. linaro-nano:~> start
  252. start startlxde startpar-upstart-inject
  253. start-stop-daemon startpar
  254. linaro-nano:~> startlxde
  255. Agent pid 2608
  256. ** Message: main.vala:96: Session is LXDE
  257. ** Message: main.vala:97: DE is LXDE
  258.  
  259. (lxsession:2600): Gtk-WARNING **: cannot open display:
  260. linaro-nano:~> sudo apt-get install blender
  261. Reading package lists... Done
  262. Building dependency tree
  263. Reading state information... Done
  264. The following extra packages will be installed:
  265. fonts-droid libavcodec53 libavdevice53 libavformat53 libavutil51 libboost-locale1.53.0
  266. libboost-thread1.53.0 libdc1394-22 libglew1.8 libgsm1 libilmbase6 libjs-jquery libopenal-data
  267. libopenal1 libopenexr6 libopenjpeg2 libschroedinger-1.0-0 libsdl1.2debian libspnav0 libswscale2
  268. libva1
  269. Suggested packages:
  270. libtiff4 yafaray-exporter glew-utils javascript-common libportaudio2 libroar-compat2 spacenavd
  271. The following NEW packages will be installed:
  272. blender fonts-droid libavcodec53 libavdevice53 libavformat53 libavutil51 libboost-locale1.53.0
  273. libboost-thread1.53.0 libdc1394-22 libglew1.8 libgsm1 libilmbase6 libjs-jquery libopenal-data
  274. libopenal1 libopenexr6 libopenjpeg2 libschroedinger-1.0-0 libsdl1.2debian libspnav0 libswscale2
  275. libva1
  276. 0 upgraded, 22 newly installed, 0 to remove and 0 not upgraded.
  277. Need to get 37.1 MB of archives.
  278. After this operation, 100 MB of additional disk space will be used.
  279. Do you want to continue [Y/n]? y
  280. WARNING: The following packages cannot be authenticated!
  281. fonts-droid libavutil51 libgsm1 libschroedinger-1.0-0 libva1 libavcodec53 libavformat53
  282. libdc1394-22 libavdevice53 libboost-thread1.53.0 libboost-locale1.53.0 libglew1.8 libilmbase6
  283. libopenexr6 libsdl1.2debian libswscale2 libopenal-data libopenal1 libopenjpeg2 libjs-jquery
  284. libspnav0 blender
  285. Authentication warning overridden.
  286. Get:1 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe fonts-droid all 1:4.2.r1-2 [3039 kB]
  287. Get:2 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libavutil51 armhf 6:0.8.7-1ubuntu2 [62.6 kB]
  288. Get:3 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libgsm1 armhf 1.0.13-4 [25.0 kB]
  289. Get:4 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libschroedinger-1.0-0 armhf 1.0.11-2 [287 kB]
  290. Get:5 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libva1 armhf 1.1.1-3 [34.9 kB]
  291. Get:6 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libavcodec53 armhf 6:0.8.7-1ubuntu2 [2470 kB]
  292. Get:7 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libavformat53 armhf 6:0.8.7-1ubuntu2 [512 kB]
  293. Get:8 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libdc1394-22 armhf 2.2.1-1ubuntu1 [80.4 kB]
  294. Get:9 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libavdevice53 armhf 6:0.8.7-1ubuntu2 [28.6 kB]
  295. Get:10 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libboost-thread1.53.0 armhf 1.53.0-6+exp3ubuntu8 [27.1 kB]
  296. Get:11 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe libboost-locale1.53.0 armhf 1.53.0-6+exp3ubuntu8 [234 kB]
  297. Get:12 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libglew1.8 armhf 1.9.0.is.1.8.0-0ubuntu2 [186 kB]
  298. Get:13 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libilmbase6 armhf 1.0.1-6 [114 kB]
  299. Get:14 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libopenexr6 armhf 1.6.1-7 [197 kB]
  300. Get:15 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libsdl1.2debian armhf 1.2.15-5ubuntu2 [168 kB]
  301. Get:16 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libswscale2 armhf 6:0.8.7-1ubuntu2 [66.5 kB]
  302. Get:17 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe libopenal-data all 1:1.14-4ubuntu1 [8482 B]
  303. Get:18 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe libopenal1 armhf 1:1.14-4ubuntu1 [165 kB]
  304. Get:19 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe libopenjpeg2 armhf 1.3+dfsg-4.6ubuntu2 [60.2 kB]
  305. Get:20 http://ports.ubuntu.com/ubuntu-ports/ saucy/main libjs-jquery all 1.7.2+dfsg-2ubuntu1 [78.8 kB]
  306. Get:21 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe libspnav0 armhf 0.2.2-1ubuntu1 [8238 B]
  307. Get:22 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe blender armhf 2.66a-3ubuntu2 [29.2 MB]
  308. Fetched 37.1 MB in 1min 16s (485 kB/s)
  309. Selecting previously unselected package fonts-droid.
  310. (Reading database ... 87479 files and directories currently installed.)
  311. Unpacking fonts-droid (from .../fonts-droid_1%3a4.2.r1-2_all.deb) ...
  312. Selecting previously unselected package libavutil51:armhf.
  313. Unpacking libavutil51:armhf (from .../libavutil51_6%3a0.8.7-1ubuntu2_armhf.deb) ...
  314. Selecting previously unselected package libgsm1:armhf.
  315. Unpacking libgsm1:armhf (from .../libgsm1_1.0.13-4_armhf.deb) ...
  316. Selecting previously unselected package libschroedinger-1.0-0:armhf.
  317. Unpacking libschroedinger-1.0-0:armhf (from .../libschroedinger-1.0-0_1.0.11-2_armhf.deb) ...
  318. Selecting previously unselected package libva1:armhf.
  319. Unpacking libva1:armhf (from .../libva1_1.1.1-3_armhf.deb) ...
  320. Selecting previously unselected package libavcodec53:armhf.
  321. Unpacking libavcodec53:armhf (from .../libavcodec53_6%3a0.8.7-1ubuntu2_armhf.deb) ...
  322. Selecting previously unselected package libavformat53:armhf.
  323. Unpacking libavformat53:armhf (from .../libavformat53_6%3a0.8.7-1ubuntu2_armhf.deb) ...
  324. Selecting previously unselected package libdc1394-22:armhf.
  325. Unpacking libdc1394-22:armhf (from .../libdc1394-22_2.2.1-1ubuntu1_armhf.deb) ...
  326. Selecting previously unselected package libavdevice53:armhf.
  327. Unpacking libavdevice53:armhf (from .../libavdevice53_6%3a0.8.7-1ubuntu2_armhf.deb) ...
  328. Selecting previously unselected package libboost-thread1.53.0:armhf.
  329. Unpacking libboost-thread1.53.0:armhf (from .../libboost-thread1.53.0_1.53.0-6+exp3ubuntu8_armhf.deb) ...
  330. Selecting previously unselected package libboost-locale1.53.0:armhf.
  331. Unpacking libboost-locale1.53.0:armhf (from .../libboost-locale1.53.0_1.53.0-6+exp3ubuntu8_armhf.deb) ...
  332. Selecting previously unselected package libglew1.8:armhf.
  333. Unpacking libglew1.8:armhf (from .../libglew1.8_1.9.0.is.1.8.0-0ubuntu2_armhf.deb) ...
  334. Selecting previously unselected package libilmbase6:armhf.
  335. Unpacking libilmbase6:armhf (from .../libilmbase6_1.0.1-6_armhf.deb) ...
  336. Selecting previously unselected package libopenexr6:armhf.
  337. Unpacking libopenexr6:armhf (from .../libopenexr6_1.6.1-7_armhf.deb) ...
  338. Selecting previously unselected package libsdl1.2debian:armhf.
  339. Unpacking libsdl1.2debian:armhf (from .../libsdl1.2debian_1.2.15-5ubuntu2_armhf.deb) ...
  340. Selecting previously unselected package libswscale2:armhf.
  341. Unpacking libswscale2:armhf (from .../libswscale2_6%3a0.8.7-1ubuntu2_armhf.deb) ...
  342. Selecting previously unselected package libopenal-data.
  343. Unpacking libopenal-data (from .../libopenal-data_1%3a1.14-4ubuntu1_all.deb) ...
  344. Selecting previously unselected package libopenal1:armhf.
  345. Unpacking libopenal1:armhf (from .../libopenal1_1%3a1.14-4ubuntu1_armhf.deb) ...
  346. Selecting previously unselected package libopenjpeg2:armhf.
  347. Unpacking libopenjpeg2:armhf (from .../libopenjpeg2_1.3+dfsg-4.6ubuntu2_armhf.deb) ...
  348. Selecting previously unselected package libjs-jquery.
  349. Unpacking libjs-jquery (from .../libjs-jquery_1.7.2+dfsg-2ubuntu1_all.deb) ...
  350. Selecting previously unselected package libspnav0.
  351. Unpacking libspnav0 (from .../libspnav0_0.2.2-1ubuntu1_armhf.deb) ...
  352. Selecting previously unselected package blender.
  353. Unpacking blender (from .../blender_2.66a-3ubuntu2_armhf.deb) ...
  354. Processing triggers for fontconfig ...
  355. Processing triggers for gnome-menus ...
  356. Processing triggers for desktop-file-utils ...
  357. Processing triggers for mime-support ...
  358. Processing triggers for hicolor-icon-theme ...
  359. Processing triggers for man-db ...
  360. Processing triggers for menu ...
  361. Setting up fonts-droid (1:4.2.r1-2) ...
  362. Setting up libavutil51:armhf (6:0.8.7-1ubuntu2) ...
  363. Setting up libgsm1:armhf (1.0.13-4) ...
  364. Setting up libschroedinger-1.0-0:armhf (1.0.11-2) ...
  365. Setting up libva1:armhf (1.1.1-3) ...
  366. Setting up libavcodec53:armhf (6:0.8.7-1ubuntu2) ...
  367. Setting up libavformat53:armhf (6:0.8.7-1ubuntu2) ...
  368. Setting up libdc1394-22:armhf (2.2.1-1ubuntu1) ...
  369. Setting up libavdevice53:armhf (6:0.8.7-1ubuntu2) ...
  370. Setting up libboost-thread1.53.0:armhf (1.53.0-6+exp3ubuntu8) ...
  371. Setting up libboost-locale1.53.0:armhf (1.53.0-6+exp3ubuntu8) ...
  372. Setting up libglew1.8:armhf (1.9.0.is.1.8.0-0ubuntu2) ...
  373. Setting up libilmbase6:armhf (1.0.1-6) ...
  374. Setting up libopenexr6:armhf (1.6.1-7) ...
  375. Setting up libsdl1.2debian:armhf (1.2.15-5ubuntu2) ...
  376. Setting up libswscale2:armhf (6:0.8.7-1ubuntu2) ...
  377. Setting up libopenal-data (1:1.14-4ubuntu1) ...
  378. Setting up libopenal1:armhf (1:1.14-4ubuntu1) ...
  379. Setting up libopenjpeg2:armhf (1.3+dfsg-4.6ubuntu2) ...
  380. Setting up libjs-jquery (1.7.2+dfsg-2ubuntu1) ...
  381. Setting up libspnav0 (0.2.2-1ubuntu1) ...
  382. Setting up blender (2.66a-3ubuntu2) ...
  383. Processing triggers for libc-bin ...
  384. Processing triggers for menu ...
  385. linaro-nano:~> xtemp
  386. xtemp: Command not found.
  387. linaro-nano:~> ./ztemp.sh
  388. ./ztemp.sh: Command not found.
  389. linaro-nano:~> locate ztemp
  390. locate: Command not found.
  391. linaro-nano:~> blender
  392. Color management: using fallback mode for management
  393. Unable to open a display
  394. Abort
  395. linaro-nano:~> sudo apt-get install locate
  396. Reading package lists... Done
  397. Building dependency tree
  398. Reading state information... Done
  399. The following NEW packages will be installed:
  400. locate
  401. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  402. Need to get 55.3 kB of archives.
  403. After this operation, 273 kB of additional disk space will be used.
  404. WARNING: The following packages cannot be authenticated!
  405. locate
  406. Authentication warning overridden.
  407. Get:1 http://ports.ubuntu.com/ubuntu-ports/ saucy/universe locate armhf 4.4.2-6ubuntu1 [55.3 kB]
  408. Fetched 55.3 kB in 0s (138 kB/s)
  409. Selecting previously unselected package locate.
  410. (Reading database ... 88362 files and directories currently installed.)
  411. Unpacking locate (from .../locate_4.4.2-6ubuntu1_armhf.deb) ...
  412. Processing triggers for man-db ...
  413. Setting up locate (4.4.2-6ubuntu1) ...
  414. linaro-nano:~>
Advertisement
Add Comment
Please, Sign In to add comment