View Single Post
Old 12-30-2015, 02:25 AM   #15
MadMAXXX
Member
MadMAXXX began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Dec 2015
Device: Kindle Paperwhite 3 (2015)
Do I have to flash the uImage to the primary kernel (cmd "kernel") or to the main system (root) partition (cmd "system") ?

The fastboot (Windows Version) commands:
Spoiler:

Code:
>fastboot ?

usage: fastboot [ <option> ] <command>

commands:
  getvar <variable>                        display a bootloader or idme variable

  setvar <variable> <value>                sets an idme variable
  download <filename>                      download data to memory for use with

                                             future commands
  verify <partition> [ <filename> ]        verify downloaded data. required if
                                             bootloader is secure
  flash <partition> [ <filename> ]         flash downloaded data
  eraseall                                 wipe the entire flash memory
  erase <partition>                        erase a flash partition
  check <partition>                        crc32 hash test the flash memory
  boot [ <filename> ]                      boot downloaded data
  continue                                 exit fastboot and return to
                                             bootloader
  reboot                                   reboot the device
  powerdown                                shuts down the device
  pass                                     sets LED to green
  fail                                     sets LED to red

variables:
  version-bootloader                       (read only) version string for the
                                             bootloader
  version                                  (read only) version of fastboot
                                             protocol supported
  product                                  (read only) name of the product
  serialno                                 (read only) fastboot serial number
  secure                                   (read only) if "yes" boot images
                                             must be signed
  serial                                   (read write) serial number
  accel                                    (read write) accelerometer
                                             calibration data
  mac                                      (read write) MAC address
  sec                                      (read write) manufacturing code
  pcbsn                                    (read write) PCB serial number
  bootmode                                 (read write) diags, fastboot,
                                             factory, reset, or main (default)
  postmode                                 (read write) slow, factory, or
                                             normal (default)

partitions:
  bootloader                               bootloader, 376KiB
  prod                                     overlaps bootloader, 120KiB
  bist                                     bist, 256KiB
  userdata                                 userdata, 5KiB
  userpartition                            userpartition
  mbr                                      master boot record
  kernel                                   primary kernel
  diags_kernel                             diags kernel
  system                                   main system (root) partition
  diags                                    secondary system (diags) partition
  data                                     user data

options:
  -s <serial number>                       specify device serial number
  -i <vendor id>                           specify a custom USB vendor id

Last edited by MadMAXXX; 12-30-2015 at 06:36 AM.
MadMAXXX is offline   Reply With Quote