Re: Debian on Action Tech SG200 and MI424WR-rev-I February 13, 2021 08:39PM |
Admin Registered: 10 years ago Posts: 15,082 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 13, 2021 08:57PM |
Admin Registered: 10 years ago Posts: 15,082 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 13, 2021 10:19PM |
Registered: 15 days ago Posts: 1 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 13, 2021 10:53PM |
Admin Registered: 10 years ago Posts: 15,082 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 14, 2021 01:40PM |
Registered: 20 days ago Posts: 5 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 14, 2021 02:00PM |
Registered: 20 days ago Posts: 5 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 14, 2021 04:06PM |
Admin Registered: 10 years ago Posts: 15,082 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I February 14, 2021 05:03PM |
Admin Registered: 10 years ago Posts: 15,082 |
load_uimage=ext2load usb 0:1 0x800000 /boot/uImage load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd usb_boot=echo Booting Debian ...; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000 usb_bootcmd=run usb_set_bootargs; run usb_boot bootcmd_debian=usb start; run usb_bootcmd; usb stop; reset bootcmd_stock=echo Booting Stock ...; ru jfs; ru jrun mtdparts=mtdparts=orion_nand:2M(U-Boot),32M(JFFS2),80M(Firmware) usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 ${mtdparts} earlyprintk=serial bootcmd=run bootcmd_debian; run bootcmd_stock
dev: size erasesize name mtd0: 00200000 00020000 "U-Boot" mtd1: 02000000 00020000 "JFFS2" mtd2: 05000000 00020000 "Firmware"
# MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd0 0xc0000 0x1000 0x20000