tweety7472
Ist oft hier
- Registriert
- 4. Februar 2008
- Beiträge
- 162
- Reaktionspunkte
- 56
- Punkte
- 270
Also, erst mal meine system.sh:@ der Wolf alles als Root machen poste mal deine System.sh
#!/bin/sh
#copy as "system.sh" and tweak for your system
ARCH=$(uname -m)
#ARM Native gcc compiler (running gcc on arm target)
if [ "x${ARCH}" = "xarmv7l" ] ; then
#Native arm gcc compiler
CC=
fi
###REQUIRED:
#ARM GCC CROSS Compiler:
#if CC is not set, a known working linaro based gcc compiler will be downloaded and utilized.
#CC=<enter full path>/bin/arm-none-eabi-
CC=arm-linux-gnueabi-
#CC=<enter full path>/bin/arm-linux-gnueabihf-
###OPTIONAL:
###OPTIONAL: LINUX_GIT: specify location of locally cloned git tree.
#
LINUX_GIT=/home/ubuntu/bone/linux-stable/
###OPTIONAL: GIT_OVER_HTTP: clone over http vs git: git clone http://
#
#GIT_OVER_HTTP=1
###OPTIONAL: ZRELADDR: used by mkimage when copying files to target
# with: ./tools/install_kernel.sh...
#
##For TI: OMAP3/4/AM35xx
ZRELADDR=0x80008000
#
##For Freescale: i.mx51:
#ZRELADDR=0x90008000
#
##For Freescale: i.mx53:
#ZRELADDR=0x70008000
#
##For Freescale: i.mx6q/dl/solo:
#ZRELADDR=0x10008000
#
##For Freescale: i.mx6sl:
#ZRELADDR=0x80008000
#
##For Atmel: AT91 & SAMA5
#ZRELADDR=0x20008000
#
##For Atmel: AT91SAM9G45
#ZRELADDR=0x70008000
###OPTIONAL: MMC: (REQUIRED FOR RUNNING: tools/install_kernel.sh)
#Note: This operates on raw disks, NOT PARTITIONS..
#
#WRONG: MMC=/dev/mmcblk0p1
#CORRECT: MMC=/dev/mmcblk0
#
#WRONG: MMC=/dev/sde1
#CORRECT: MMC=/dev/sde
#
MMC=/dev/sdd
###ADVANCED:
###ADVANCED: RUN_BISECT: used with ./scripts/bisect.sh
#
#RUN_BISECT=1
###ADVANCED: AUTO_BUILD: Easier integration with Jenkins/Buildbot/etc..
#
#AUTO_BUILD=1
@mickey wenn nach Preis geht
Sie müssen registriert sein, um Links zu sehen
Oder hier lieferbar
Sie müssen registriert sein, um Links zu sehen
Gesendet von meinem iPhone mit Tapatalk
Sie sind Privatkunde, möchten aber auf das umfangreiche Produktangebot von Farnell zugreifen? Wenden Sie sich bitte an unseren autorisierten Fachhandelspartner (Sie müssen registriert sein, um Links zu sehen).
Ja, manchmal sdc, manchmal sdd.Deine System.sh sucht die Sd auf /dev/sdd du hattest doch geschrieben es ist sdc?
ubuntu@ubuntu-System-Product-Name:~/bone/linux-dev$ [B][COLOR=#ff0000]./tools/install_kernel.sh[/COLOR][/B]
[sudo] password for ubuntu:
I see...
fdisk -l:
Disk /dev/sde: 250.1 GB, 250059350016 bytes
Disk /dev/sdc: 7861 MB, 7861174272 bytes
lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdc 8:32 1 7,3G 0 disk
├─sdc1 8:33 1 1M 0 part /media/BOOT_ARMHF
└─sdc2 8:34 1 1,8G 0 part /media/rootfs_armhf.com
sde 8:64 0 232,9G 0 disk
├─sde1 8:65 0 230,9G 0 part /
├─sde2 8:66 0 1K 0 part
└─sde5 8:69 0 2G 0 part [SWAP]
sr1 11:1 1 442,5M 0 rom /media/HPPP
-----------------------------
Are you 100% sure, on selecting [/dev/sdc] (y/n)? y
Debug: Existing Partition on drive:
-----------------------------
Disk /dev/sdc: 7861 MB, 7861174272 bytes
242 heads, 62 sectors/track, 1023 cylinders, total 15353856 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/sdc1 * 2048 4095 1024 1 FAT12
/dev/sdc2 4096 3751935 1873920 83 Linux
Unmounting Partitions
-----------------------------
Starting Partition Search
-----------------------------
Trying: [/dev/sdc1]
Partition: [/dev/sdc1] trying: [vfat], [ext4]
Partition: [vfat]
Installing 3.13.0-rc8-bone4 to /dev/sdc1
[COLOR=#ff0000]mkimage: Write error on /home/ubuntu/bone/linux-dev/deploy/disk/uImage: [B]No space left on device[/B][/COLOR]
ubuntu@ubuntu-System-Product-Name:~/bone/linux-dev$ [B][COLOR=#ff0000]sudo ./tools/install_kernel.sh[/COLOR][/B]
I see...
fdisk -l:
Disk /dev/sde: 250.1 GB, 250059350016 bytes
Disk /dev/sdc: 7861 MB, 7861174272 bytes
lsblk:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdc 8:32 1 7,3G 0 disk
├─sdc1 8:33 1 1M 0 part /home/ubuntu/bone/linux-dev/deploy/disk
└─sdc2 8:34 1 1,8G 0 part
sde 8:64 0 232,9G 0 disk
├─sde1 8:65 0 230,9G 0 part /
├─sde2 8:66 0 1K 0 part
└─sde5 8:69 0 2G 0 part [SWAP]
sr1 11:1 1 442,5M 0 rom /media/HPPP
-----------------------------
Are you 100% sure, on selecting [/dev/sdc] (y/n)? y
Debug: Existing Partition on drive:
-----------------------------
Disk /dev/sdc: 7861 MB, 7861174272 bytes
242 heads, 62 sectors/track, 1023 cylinders, total 15353856 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/sdc1 * 2048 4095 1024 1 FAT12
/dev/sdc2 4096 3751935 1873920 83 Linux
Unmounting Partitions
-----------------------------
Starting Partition Search
-----------------------------
Trying: [/dev/sdc1]
Partition: [/dev/sdc1] trying: [vfat], [ext4]
Partition: [vfat]
Installing 3.13.0-rc8-bone4 to /dev/sdc1
[COLOR=#ff0000]mkimage: Write error on /home/ubuntu/bone/linux-dev/deploy/disk/uImage: [B]Success[/B][/COLOR]
ubuntu@ubuntu-System-Product-Name:~/bone/linux-dev$
root@skywalker:~# uname -a
Linux skywalker 3.13.1-bone5 #1 SMP Wed Feb 5 19:42:35 CET 2014 armv7l GNU/Linux
root@skywalker:~# uptime
20:47:27 up 9 days, 3:04, 1 user, load average: 0.10, 0.13, 0.13
Wir verwenden Cookies und ähnliche Technologien für die folgenden Zwecke:
Akzeptieren Sie Cookies und diese Technologien?
Wir verwenden Cookies und ähnliche Technologien für die folgenden Zwecke:
Akzeptieren Sie Cookies und diese Technologien?