While trying to prepare a driver to be installed on my beaglebone black I came across the following error
E: Unable to locate package linux-headers-3.8.13-bone30
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone30'
I got the following message
I see...
fdisk -l:
Disk /dev/mmcblk0: 15.9 GB, 15931539456 bytes
Disk /dev/mmcblk1: 1920 MB, 1920991232 bytes
Disk /dev/mmcblk1boot1: 1 MB, 1048576 bytes
Disk /dev/mmcblk1boot0: 1 MB, 1048576 bytes
lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk1boot0 179:16 0 1M 1 disk
mmcblk1boot1 179:24 0 1M 1 disk
mmcblk0 179:0 0 14.9G 0 disk
|-mmcblk0p1 179:1 0 1M 0 part /home/ubuntu/linux-dev-3.8.13-bone30/depl
`-mmcblk0p2 179:2 0 14.9G 0 part /
mmcblk1 179:8 0 1.8G 0 disk
|-mmcblk1p1 179:9 0 96M 0 part
`-mmcblk1p2 179:10 0 1.7G 0 part
-----------------------------
Are you 100% sure, on selecting [/dev/mmcblk0] (y/n)? y
Debug: Existing Partition on drive:
-----------------------------
Disk /dev/mmcblk0: 15.9 GB, 15931539456 bytes
4 heads, 16 sectors/track, 486192 cylinders, total 31116288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x80008000
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 2048 4095 1024 1 FAT12
/dev/mmcblk0p2 4096 31116287 15556096 83 Linux
Unmounting Partitions
-----------------------------
Starting Partition Search
-----------------------------
Trying: [/dev/mmcblk0p1]
Partition: [/dev/mmcblk0p1] trying: [vfat], [ext4]
Partition: [vfat]
Installing 3.8.13-bone30 to /dev/mmcblk0p1
`/home/ubuntu/linux-dev-3.8.13-bone30/deploy/3.8.13-bone30.zImage' -> `/home/ubuntu/linux-dev-3.8.13-bone30/deploy/disk/zImage'
cp: writing `/home/ubuntu/linux-dev-3.8.13-bone30/deploy/disk/zImage': No space left on device
cp: failed to extend `/home/ubuntu/linux-dev-3.8.13-bone30/deploy/disk/zImage': No space left on device
:
In the system.sh file I have set MMC=/dev/mmcblk0
And for your information, I have an expanded file system in which I have installed ubuntu desktop.
Anyone help me solve this issue. Thanks in advance.