From d34c152e68017f48aa28a408823e4d5f2f05aadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Wir=C4=81mu=20Pauling?= Date: Mon, 1 Jul 2019 16:06:37 +1200 Subject: [PATCH] Added 64mb devices (#1087) --- hacks/getroot.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hacks/getroot.md b/hacks/getroot.md index dfe1497..48cae86 100644 --- a/hacks/getroot.md +++ b/hacks/getroot.md @@ -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"