June 12, 2012

smartsarath2003 smartsarath2..
Lab Rat
4 posts

QtonPi SD Card image with RaspberryPi

 

Hi,
Has anyone tried with Qtonpi SD card image. I have tried using **# bzcat qtonpi-sdcard-0.2.img.bz2 > /dev/sdb; sync ** (from SD card image section of http://qt-project.org/wiki/Create#1b825bfe50d3793bdec3827e53945528)

The image seemed to have copied OK, but when I tried to boot the RPi board, it didn’t boot. Following is what tried in my Linux terminal.

  1. sarath@ubuntu:/dev$ sudo fdisk -l
  2. [sudo] password for sarath:
  3.  
  4. Disk /dev/sda: 17.2 GB, 17179869184 bytes
  5. 255 heads, 63 sectors/track, 2088 cylinders
  6. Units = cylinders of 16065 * 512 = 8225280 bytes
  7. Sector size (logical/physical): 512 bytes / 512 bytes
  8. I/O size (minimum/optimal): 512 bytes / 512 bytes
  9. Disk identifier: 0x00032a41
  10.  
  11.    Device Boot      Start         End      Blocks   Id  System
  12. /dev/sda1   *           1        2038    16368640   83  Linux
  13. /dev/sda2            2038        2089      407552    5  Extended
  14. /dev/sda5            2039        2089      406528   82  Linux swap / Solaris
  15.  
  16. Disk /dev/sdb: 1990 MB, 1990197248 bytes
  17. 64 heads, 63 sectors/track, 964 cylinders
  18. Units = cylinders of 4032 * 512 = 2064384 bytes
  19. Sector size (logical/physical): 512 bytes / 512 bytes
  20. I/O size (minimum/optimal): 512 bytes / 512 bytes
  21. Disk identifier: 0x00000000
  22.  
  23.    Device Boot      Start         End      Blocks   Id  System
  24. /dev/sdb1               1         964     1943358+   6  FAT16
  25.  
  26. root@ubuntu:/home/sarath/Desktop/qtonpi-0.2/sdcard-img# pwd
  27. /home/sarath/Desktop/qtonpi-0.2/sdcard-img
  28. root@ubuntu:/home/sarath/Desktop/qtonpi-0.2/sdcard-img# bzcat qtonpi-sdcard-0.2.img.bz2 >/dev/sdb1; sync
  29. root@ubuntu:/home/sarath/Desktop/qtonpi-0.2/sdcard-img#

There was a lot of wait after the last command as I believe the image was copied to card. I was using ubuntu 10.04 with VmWare Player.I have tried couple of times, but of no use. I have the Debian squeeze image working with another SD card on the same board. So board is powered correctly and no hardware issues.
Can someone please help resolve this….

Thanks in Advance
Smartsarath2003

8 replies

June 12, 2012

SteveKing SteveKing
Lab Rat
105 posts

The 0.2 image definitely works as I’ve been running with it for the last couple of weeks. I put the image onto the SD card from Windows, so I can’t help with the Linux side of things.

June 12, 2012

smartsarath2003 smartsarath2..
Lab Rat
4 posts

Hi,
Did you used any tool to copy image in windows or did you copied over just like a normal file on disk. I remember I tried this in windows with 0.1 image (FAT16 2GB SD card) and it didn’t worked. I will try again with 0.2..
Thanks

June 13, 2012

SteveKing SteveKing
Lab Rat
105 posts

I used Win32DiskImager to write the SD card image, I followed the instructions here [raspberrypi.org] to install it. You can’t just drag the image onto the card.

June 14, 2012

borut123 borut123
Lab Rat
72 posts

It works for me also. I use Ubuntu to copy the image to the SD card.

June 14, 2012

smartsarath2003 smartsarath2..
Lab Rat
4 posts

Hi
Win32DiskImager did worked when I tried on different laptop.
I can’t use this tool on my laptop as this tool doesn’t recognize SD card drive, so I used flashnul and linux method which didn’t worked
Thanks for the help

July 3, 2012

Thomas_M Thomas_M
Lab Rat
1 posts

This reply may be too late to be useful, but in case it’s helpful:

This line

  1. bzcat qtonpi-sdcard-0.2.img.bz2 >/dev/sdb1; sync

should be

  1. bzcat qtonpi-sdcard-0.2.img.bz2 >/dev/sdb; sync

Note sdb not sdb1.
I installed QtonPi this way and it worked fine.

Thomas

October 28, 2012

mrj2 mrj2
Lab Rat
1 posts

I have had the same problem. Did you manage to sort the problem out. If so, how did you do it?

Thanks

October 29, 2012

ApteryxOz ApteryxOz
Lab Rat
10 posts

I have the same issue, but not with rasperian :-( I have the 512Mb version, I’m thinking that is the issue ?????

Has anybody got it working on RPi 512Mb??

 
  ‹‹ QtSvg on RPi      Qt with Raspberry Pi ››

You must log in to post a reply. Not a member yet? Register here!