@whycan
定位问题是内存这里报错,不知道怎么解决
M
MaihuanyiLV 5
@Maihuanyi
Latest posts made by Maihuanyi
-
Reply: 通过USB共享使D1s上的tina联网(RNDIS Gadget)
@whycan sys_config.fex里面没有修改cpu的频率
;---------------------------------------------------------------------------------- ;storage_type = boot medium, 0-nand, 1-sd, 2-emmc, 3-nor, 4-emmc3, 5-spinand -1(defualt)auto scan ;---------------------------------------------------------------------------------- [target] boot_clock = 1008 storage_type = 1
;***************************************************************************** ;sdram configuration ; ;***************************************************************************** [dram_para] dram_clk = 528 dram_type = 2 dram_zq = 0x07b7bf9 dram_odt_en = 0x00 dram_para1 = 0x000000d2 dram_para2 = 0x00000000 dram_mr0 = 0x00000E73 dram_mr1 = 0x02
难道是dram_clk、boot_clock???
我改了没有效果... -
Reply: 通过USB共享使D1s上的tina联网(RNDIS Gadget)
@sdtee 使用虚拟网卡传输文件会死机,你有遇到过吗
root@TinaLinux:/# random: sshd: uninitialized urandom read (32 bytes read) random: sshd: uninitialized urandom read (32 bytes read) random: sftp-server: uninitialized urandom read (32 bytes read) random: sshd: uninitialized urandom read (32 bytes read) random: sshd: uninitialized urandom read (32 bytes read) ------------[ cut here ]------------ kernel BUG at mm/slub.c:3995! Kernel BUG [#1] Modules linked in: pwrdngpio(O) djibatgpio(O) gpioled(O) e34gpio(O) btgpio(O) gpiokey(O) beep(O) ch341 usbserial usb_storage CPU: 0 PID: 0 Comm: swapper Tainted: G O 5.4.61 #245 sepc: ffffffe0000a38b0 ra : ffffffe0000a3880 sp : ffffffe00056b9f0 gp : ffffffe0005c7f98 tp : ffffffe000570670 t0 : 6d99feea10b6aaa5 t1 : 2d4da631d6d0e31f t2 : 659139479badf51b s0 : ffffffe00056ba40 s1 : ffffffe003fc1dc0 a0 : ffffffe003fc1dc0 a1 : 0000000000000000 a2 : 0000000000000074 a3 : ffffffe002e882bc a4 : 0000000000000000 a5 : 0000000000000000 a6 : 4b74ffab150d1112 a7 : 7eb4787c647c9008 s2 : ffffffe0005a8728 s3 : 0000000000000000 s4 : ffffffe002e88042 s5 : ffffffe001b60590 s6 : 000000000000007a s7 : 0000000000000200 s8 : 0000000000000001 s9 : ffffffd004056004 s10: 000000000000007a s11: 000000000000007a t3 : e453c24597201865 t4 : 05bf9ed9991e8f30 t5 : 8b36fe4c753b25db t6 : ffffffe001b522bc sstatus: 0000000200000100 sbadaddr: 0000000000000000 scause: 0000000000000003 ---[ end trace 0e4c88a1db2c99aa ]--- Kernel panic - not syncing: Fatal exception in interrupt ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---
-
Reply: D1s使用rndis的网口传输SFTP文件,会死机
@whycanservice 等random初始化成功再连接sftp,传送文件还是会死机。
-
D1s使用rndis的网口传输SFTP文件,会死机
通过RNDIS虚拟网口登录ssh,ssh的操作都是正常的,但使用sftp传输文件时会死机
死机后的log如下:root@TinaLinux:/# random: sshd: uninitialized urandom read (32 bytes read) random: sshd: uninitialized urandom read (32 bytes read) random: sftp-server: uninitialized urandom read (32 bytes read) random: sshd: uninitialized urandom read (32 bytes read) random: sshd: uninitialized urandom read (32 bytes read) ------------[ cut here ]------------ kernel BUG at mm/slub.c:3995! Kernel BUG [#1] Modules linked in: pwrdngpio(O) djibatgpio(O) gpioled(O) e34gpio(O) btgpio(O) gpiokey(O) beep(O) ch341 usbserial usb_storage CPU: 0 PID: 0 Comm: swapper Tainted: G O 5.4.61 #245 sepc: ffffffe0000a38b0 ra : ffffffe0000a3880 sp : ffffffe00056b9f0 gp : ffffffe0005c7f98 tp : ffffffe000570670 t0 : 6d99feea10b6aaa5 t1 : 2d4da631d6d0e31f t2 : 659139479badf51b s0 : ffffffe00056ba40 s1 : ffffffe003fc1dc0 a0 : ffffffe003fc1dc0 a1 : 0000000000000000 a2 : 0000000000000074 a3 : ffffffe002e882bc a4 : 0000000000000000 a5 : 0000000000000000 a6 : 4b74ffab150d1112 a7 : 7eb4787c647c9008 s2 : ffffffe0005a8728 s3 : 0000000000000000 s4 : ffffffe002e88042 s5 : ffffffe001b60590 s6 : 000000000000007a s7 : 0000000000000200 s8 : 0000000000000001 s9 : ffffffd004056004 s10: 000000000000007a s11: 000000000000007a t3 : e453c24597201865 t4 : 05bf9ed9991e8f30 t5 : 8b36fe4c753b25db t6 : ffffffe001b522bc sstatus: 0000000200000100 sbadaddr: 0000000000000000 scause: 0000000000000003 ---[ end trace 0e4c88a1db2c99aa ]--- Kernel panic - not syncing: Fatal exception in interrupt ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---
有人遇到这样的问题吗,或者有什么解决的思路分享一下。