Last modified by Leon Poon on 2021/07/16 18:40

From version 5.1
edited by Leon Poon
on 2019/02/16 05:58
Change comment: Uploaded new attachment "openwrt-ramips-mt7621-ea8100-squashfs-sysupgrade.bin", version 1.1
To version 6.1
edited by Leon Poon
on 2019/02/16 06:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,9 +3,15 @@
3 3  
4 4  [[https:~~/~~/github.com/LeonPoon/openwrt/compare/master...master-linksys_ea8100>>https://github.com/LeonPoon/openwrt/compare/master...master-linksys_ea8100]]
5 5  
6 -b90086cc98a15a2774382b691f1249f4ad11a1c7:
6 +b90086cc98a15a2774382b691f1249f4ad11a1c7 Download (no wifi):
7 7  
8 -<code>check env def auto_recovery no
8 +* [[initramfs-kernel.bin>>attach:openwrt-ramips-mt7621-ea8100-initramfs-kernel.bin]]
9 +* [[squashfs-sysupgrade.bin>>attach:openwrt-ramips-mt7621-ea8100-squashfs-sysupgrade.bin]]
10 +
11 +Dmesg:
12 +
13 +{{code language="plain"}}
14 +check env def auto_recovery no
9 9  check env def auto_recovery yes
10 10  check env def boot_part 1
11 11  check env def boot_part_ready 3
... ... @@ -15,7 +15,7 @@
15 15  boot_count:1, next_record:4
16 16  
17 17  3: System Boot system code via Flash.
18 -~#~# Booting image at be980000 ...
24 +## Booting image at be980000 ...
19 19   Image Name: MIPS OpenWrt Linux-4.14.101
20 20   Image Type: MIPS Linux Kernel Image (lzma compressed)
21 21   Data Size: 1908285 Bytes = 1.8 MB
... ... @@ -24,8 +24,8 @@
24 24  .............................. Verifying Checksum ... OK
25 25   Uncompressing Kernel Image ... OK
26 26  No initrd
27 -~#~# Transferring control to Linux (at address 80001000) ...
28 -~#~# Giving linux memsize in MB, 256
33 +## Transferring control to Linux (at address 80001000) ...
34 +## Giving linux memsize in MB, 256
29 29  
30 30  Starting kernel ...
31 31  
... ... @@ -269,19 +269,19 @@
269 269  
270 270  BusyBox v1.30.1 () built-in shell (ash)
271 271  
272 - ~_~_~_~_~_~__ ~_~_~_~_~_~_~_~_ ~_~_
273 - ~| |.~-~-~-~--.~-~-~-~--.~-~-~-~--.| | | |.~-~-~-~-.| |_
274 - ~| - || _ | -~_~_| || | | || _|| _|
275 - ~|~_~_~_~_~_~__|| ~_~_|~_~_~_~__|~_~_|~_~_||~_~_~_~_~_~_~_~_||~_~_| |~_~_~_~_|
276 - ~|~_~_| W I R E L E S S F R E E D O M
277 - ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--
278 + _______ ________ __
279 + | |.-----.-----.-----.| | | |.----.| |_
280 + | - || _ | -__| || | | || _|| _|
281 + |_______|| __|_____|__|__||________||__| |____|
282 + |__| W I R E L E S S F R E E D O M
283 + -----------------------------------------------------
278 278   OpenWrt SNAPSHOT, r9254+122-3b40121530
279 - ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~--
280 -~=== WARNING! =====================================
285 + -----------------------------------------------------
286 +=== WARNING! =====================================
281 281  There is no root password defined on this device!
282 282  Use the "passwd" command to set up a new password
283 283  in order to prevent unauthorized SSH logins.
284 -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
290 +--------------------------------------------------
285 285  root@OpenWrt:/# free
286 286   total used free shared buff/cache available
287 287  Mem: 253572 23256 224316 60 6000 203516
... ... @@ -292,4 +292,5 @@
292 292  tmpfs 123.8M 60.0K 123.8M 0% /tmp
293 293  /dev/ubi0_1 28.3M 36.0K 26.8M 0% /overlay
294 294  overlayfs:/overlay 28.3M 36.0K 26.8M 0% /
295 -tmpfs 512.0K 0 512.0K 0% /dev</code>
301 +tmpfs 512.0K 0 512.0K 0% /dev
302 +{{/code}}