Hello;
As I commented in an older post I am trying to install something different to Agstrom Distribution in my T20 because I have a software incompatibility. I am trying this tutorial for the developer site:NVIDIA L4T rootfs - Apalis, Colibri Tegra based Modules
First of all as the second and the third wget links are not working I searched by my own founding this: Linux For Tegra R16 | NVIDIA Developer
I downloaded ventana, ventana codecs and sample filesystem. I unpacked them without problems and I followed the tutorial instructions. I run sudo ./apply_binaries.sh command successfully. When I get to the last step I write this command:
sudo ./update.sh -r 256 -v V1_2 -o /media/ander/319D-AD26
But I get this response:
Colibri T20 rootfs detected
./update.sh: 1: ./update.sh: tegra-uboot-flasher/cbootimage: not found
Program cbootimage not available. 32bit compatibility libs? Aborting.
I tried twice with the same result. Any idea about what is wrong? Thanks in advance.
***************************** Update 28 of July*************************
I am updating my question because my explanation may not be good, because I am a beginner. For anyy question ask please.
So I can write the image okey to sd card. Then I run the commands to install it on the Colibri T20. The process seems to not go okey, and when reboots I get this response in my rs233 console.
init : Failed to create pty - disabling logging for job
init : Failed to create pty - disabling logging for job
init : Failed to create pty - disabling logging for job
…
Ubuntu 12.04 lts tegra-ubuntu ttys0
colibri_t20
tegra-ubuntu login:
Then the screen gets black and I can not write anything in my serial console application on directly in the colibri with a keyboard.
Finally I managed to catch my error that I think causes to break the installation process. This is the error:
157704192 bytes written to volume rootfs
22 bytes written to volume dtb
reading colibri_t20/tegra20-colibri-eval-v3.dtb
Unable to read file colibri_t20/tegra20-colibri-eval-v3.dtb
size > volume size! Aborting!
resetting…
I do not know if I am correct or not. If anyone can help me I would be very grateful, because I have a great urgency with this project. Thanks a lot