I downloaded the image from 
http://download.opensuse.org/repositories/devel:/ARM:/13.1:/Contrib:/RaspberryPi/images/
Used the command "xzcat [image].raw.xz | dd bs=4M of=/dev/sdc; sync" to write 
the image to the SD card.
While the SD card was still plugged in, I gave the command
# parted /dev/sdc --script -- resize 1 1049kB 185MB
which changed the FAT partition to 185MB, see the output below.
# parted /dev/sdc --script print
Model: SD/MMC Card Reader (scsi)
Disk /dev/sdc: 3980MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size   Type     File system  Flags
 1      1049kB  185MB  184MB  primary  fat16        boot, lba, type=0e
 2      212MB   976MB  764MB  primary  ext4         type=83

Running this SD card in the Raspberry Pi does not bring up the network, 
although I do see activity on the network.

-- 
fr.gr.

member openSUSE
Freek de Kruijf

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to