-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daa48df
commit d2a1647
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
baudrate=115200 | ||
bootargs=console=ttyS1,115200n8 mem=39M@0x0 ispmem=5M@0x2700000 rmem=20M@0x2c00000 init=/linuxrc root=/dev/mmcblk0p1 rootwait rootfstype=ext3 rw mtdparts=jz_sfc:256k(boot),2176k(kernel),3328k(root),2304k(system),64k(factory),64k(param) | ||
bootcmd=ext4load mmc 0:1 0x80600000 kernel.bin;bootm 0x80600000 | ||
bootdelay=1 | ||
ethact=Jz4775-9161 | ||
ethaddr=00:11:22:33:44:55 | ||
gatewayip=193.169.4.1 | ||
ipaddr=193.169.4.81 | ||
loads_echo=1 | ||
netmask=255.255.255.0 | ||
serverip=193.169.4.2 | ||
stderr=serial | ||
stdin=serial | ||
stdout=serial |