Changes between Version 6 and Version 7 of sparx


Ignore:
Timestamp:
04/27/11 15:08:15 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sparx

    v6 v7  
    4040Stop the cat of the /proc/kmsg and look for the output of wpthis.
    4141
    42 
     42=== additional information about the emmc ===
     43Use the following command (assuming that you still have the tmpfs mounted on /temp) to retrieve some additional info about the emmc
     44(in the adb shell, all in one line, without the #)
     45{{{
     46# mkdir /temp/debug; mount -t debugfs none /temp/debug; cat /temp/debug/mmc0/ios; cat /temp/debug/mmc0/mmc0:0001/ext_csd; cat /sys/block/mmcblk0/device/csd
     47}}}
    4348
    4449== test of the new root method ==