VAR-SOM-SD600 fastboot: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 5: Line 5:
== Pre-built package ==
== Pre-built package ==


*Plug-in the supplied SD card to your Linux machine, run dmesg and see which device is added (i.e. /dev/sdX or /dev/mmcblk0)
- boot.img: Linux Kernel + Ramdisk boot
*Download mx6qd-som-nand-recovery-sd.v23.img.gz (or latest which is available on Variscite's FTP)
- cache.img: Android Cache partition
*For the Dual lite download mx6dl-som-nand-recovery-sd.v23.img.gz
- emmc_appsboot.mbn: Fastboot bootloader
*For the Solo download mx6solo-som-nand-recovery-sd.v23.img.gz
- flashall.sh: A script to flash images over fastboot
<pre>$ gunzip mx6qd-som-nand-recovery-sd.v23.img.gz
- persist.img: Android persist partition
$ sudo dd if=mx6qd-som-nand-recovery-sd.v23.img of=/dev/sdX bs=128k
- recovery.img: Recovery image
- system.img: Android system partition
- userdata.img: Android data partition
 
== Installing binaries to eMMC storage ==
 
*execute the fastboot script
<pre>$cd /path to prebuilt imagages folder
$sudo ./flashall
</pre>
</pre>
== Recover Nand Flash: ==


*Insert the SD card into the SD/MMC slot of the custom board
*Press and hold the boot-select button, power-off and power-on the board
*The board will automatically boot into Linux from SD-Card


The following should be displayed on ubuntu host:
<pre>"waiting for device"
</pre>
Connect device to PC:


*


=== Flash from GUI ===
=== Flash from GUI ===


*Press the right arrow on the upper right corner to change the desktop into Utilities.
*Press the right arrow on the upper right corner to change the desktop into Utilities.

Revision as of 14:20, 30 April 2014

General information

Qualcomm's propietary bootloaders (SBLs) can not be shared with customers Bad installation of either SBLs or LK bootloader (fastboot), will result in sending SOM back to Variscite for an RMA procedure.

Pre-built package

- boot.img: Linux Kernel + Ramdisk boot 
- cache.img: Android Cache partition 
- emmc_appsboot.mbn: Fastboot bootloader 
- flashall.sh: A script to flash images over fastboot 
- persist.img: Android persist partition 
- recovery.img: Recovery image 
- system.img: Android system partition 
- userdata.img: Android data partition 

Installing binaries to eMMC storage

  • execute the fastboot script
$cd /path to prebuilt imagages folder
$sudo ./flashall


The following should be displayed on ubuntu host:

"waiting for device"

Connect device to PC:

Flash from GUI

  • Press the right arrow on the upper right corner to change the desktop into Utilities.




  • Push FlashAndroid or FlashYocto icon.


Flash from command line

  • Login as root (no password)
  • From Linux command line, type: "nand-recovery.sh" (This will install Yocto/Linux on the NAND)
  • To install Android type: "nand-recovery.sh -o Android".
  • Reboot and Unplug the SD card