L4T on Acer Chromebook 13 CB5

@NoDiskNoFun

Do you have any idea why ‘blender’ won’t run?

@NoDiskNoFun
I used your latest script from post #38 last weekend.
I needed to edit it, some directory was hardcoded:
wget -P ${l4tdir} http://developer.download.nvidia.com/embedded/L4T/r21_Release_v3.0/${l4t}

must be:
wget -P ${l4tdir} http://developer.download.nvidia.com/embedded/L4T/r21_Release_v4.0/${l4t}
(at least now)

After find that, it all worked quite well.
I have a few issues:

  • (known) CUDA wont do. I can apply all the steps in
    Jetson/Installing CUDA - eLinux.org
    and the file is cuda-repo-l4t-r21.3-6-5-prod_6.5-42_armhf.deb
    The deviceQuery code works and reports back correctly but
    I can not execute any other CUDA codes (they do compile however).
    The error is with malloc or such.
    Is this being worked on? By anyone? Any suggestions?

  • the glmark2 reports about half the speed than on my jetson tk1

  • I so far failed to get proper key bindings working (any manager, currently GNOME).

  • i.e. POS1, END, PAGEUP/DOWN (maybe on ALT+cursor keys)

It did work to control audio via a new keybind, however.
Any experiences here in the forum on that?

Thanks alot for any help/ideas.

This interesting topic is sort of spread across two threads.
I was able to get back CUDA functionality by using a script to compile (and use) and older kernel.
See here: