Hi,
I would appreciate if someone could help me with the below issue:
I have been trying to install F22 on my Wandboard Dual. These are the steps I have been following:
I have tried several times but to no avail. Any help would be very much appreciated! :)
I would appreciate if someone could help me with the below issue:
I have been trying to install F22 on my Wandboard Dual. These are the steps I have been following:
Code:
sudo fdisk /dev/mmcblk1
Welcome to fdisk (util-linux 2.23.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): o
Building a new DOS disklabel with disk identifier 0xd31d9133.
Command (m for help): n
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): p
Partition number (1-4, default 1): 1
First sector (2048-15564799, default 2048):
Using default value 2048
Last sector, +sectors or +size{K,M,G} (2048-15564799, default 15564799):
Using default value 15564799
Partition 1 of type Linux and of size 7.4 GiB is set
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
Code:
sudo parted /dev/mmcblk1
GNU Parted 3.1
Using /dev/mmcblk1
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: SD SD08G (sd/mmc)
Disk /dev/mmcblk1: 7969MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 7969MB 7968MB primary ext3
(parted) toggle 1 boot
parted) print
Model: SD SD08G (sd/mmc)
Disk /dev/mmcblk1: 7969MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 7969MB 7968MB primary ext3 boot
Code:
xzcat Fedora-Minimal-armhfp-22-3-sda.raw.xz | sudo dd of=/dev/mmcblk1
Code:
sync
Code:
sudo partprobe /dev/mmcblk1
Code:
sudo mkdir /tmp/root
Code:
sudo mount /dev/mmcblk0p3 /tmp/root
Code:
sudo dd if=/tmp/root/usr/share/uboot-wandboard-dl/u-boot.imx of=/dev/mmcblk1 bs=1k seek=1 conv=fsync
Code:
sync