mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-02 20:52:41 +02:00
Added 64mb devices (#1087)
This commit is contained in:
committed by
jmtatsch
parent
a7b39538e6
commit
d34c152e68
@@ -2,8 +2,10 @@
|
||||
## Using U-Boot
|
||||
1. Boot into Uboot(press a Key when booting)
|
||||
2. Use the following Command to get a Root-Shell
|
||||
|
||||
### 128MB Devices
|
||||
`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)`
|
||||
### 64MB Devices (S1 etc)
|
||||
`setenv bootargs console=ttyS1,115200n8 mem=41700K@0x0 ispmem=8M@0x28B9000 rmem=15644K@0x30B9000 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)`
|
||||
|
||||
3. Boot into the Root-Shell using "boot"
|
||||
|
||||
|
Reference in New Issue
Block a user