Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 769 Bytes

getroot.md

File metadata and controls

22 lines (13 loc) · 769 Bytes

Getting Root Access

Using U-Boot

  1. Boot into Uboot(press a Key when booting)
  2. Use the following Command to get a Root-Shell

setenv bootargs console=ttyS1,115200n8 mem=104M@0x0 ispmem=8M@0x6800000 rmem=16M@0x7000000 init=/bin/sh rootfstype=squashfs root=/dev/mtdblock2 rw mtdparts=jz_sfc:256k(boot),2048k(kernel),3392k(root),640k(driver),4736k(appfs),2048k(backupk),640k(backupd),2048k(backupa),256k(config),256k(para),-(flag)

  1. Boot into the Root-Shell using "boot"

Using normal login

Use following Credentials:

Username: root Password: ismart12

Attention: You will get a lot of Debug-Messages, and you wont be able to work "normal"

You can try to disable the iCamera, but it will restart the System(there is a watchdog) kill -9 (pidof iCamera)