Done Flashing as per the User Guide.
Once board is powered ON, Ubuntu 14.04 LTS opens and then blank screen appears.
I can able to access the board through SSH.
So, I followed general steps and the following are the errors.
ubuntu@tegra-ubuntu:~$ sudo apt-get update
E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (2: No such file or directory)
ubuntu@tegra-ubuntu:~$ sudo apt-get upgrade
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened
The Command: sha1sum -c /etc/nv_tegra_release => returned all OK.
Then I Followed few more steps based on Previous Forums troubleshooting techniques:
ubuntu@tegra-ubuntu:~$ sudo apt-get install --reinstall unity
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
ubuntu@tegra-ubuntu:~$ sudo apt-get install --reinstall ubuntu-desktop
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
ubuntu@tegra-ubuntu:~$ sudo nvidia-xconfig
Using X configuration file: “/etc/X11/xorg.conf”.
WARNING: No Screen specified, constructing implicit screen section.
WARNING: No Layout specified, constructing implicit layout section using screen “Default
Screen”.
WARNING: Unable to find CorePointer in X configuration; attempting to add new CorePointer
section.
WARNING: The CorePointer device was not specified explicitly in the layout; using the first
mouse device.
WARNING: Unable to find CoreKeyboard in X configuration; attempting to add new CoreKeyboard
section.
WARNING: The CoreKeyboard device was not specified explicitly in the layout; using the
first keyboard device.
Backed up file ‘/etc/X11/xorg.conf’ as ‘/etc/X11/xorg.conf.nvidia-xconfig-original’
ERROR: Unable to write file size for ‘/etc/X11/xorg.conf.backup’ (No space left on device)
So, I had did the following which can give more information to troubleshoot:
ubuntu@tegra-ubuntu:~$ sudo parted -l
Error: /dev/mmcblk0rpmb: unrecognised disk label
Model: MMC SEM16G (sd/mmc)
Disk /dev/mmcblk0: 15.8GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 256MB 255MB primary boot
2 256MB 15.0GB 14.8GB primary
3 15.0GB 15.8GB 716MB extended
5 15.0GB 15.8GB 716MB logical
ubuntu@tegra-ubuntu:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 12G 12G 0 100% /
devtmpfs 850M 4.0K 850M 1% /dev
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 175M 724K 174M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 874M 76K 874M 1% /run/shm
none 100M 8.0K 100M 1% /run/user
overflow 1.0M 4.0K 1020K 1% /tmp
All these problems are routing to same issue: Disk Full.
Is there any way out?