robert_cz Posted August 8, 2015 Share Posted August 8, 2015 Witam, Czy ktoś wie czy uda się coś takiego skompilować na nasze tunerki: https://github.com/jnavila/memtester Mam tuner który dziwnie mi się zachowuje i wydaje mi się, że to może być błąd pamięci, wszystko inne włącznie z dodatkowym chłodzeniem już sprawdziłem. Quote Link to comment Share on other sites More sharing options...
Guest smarkusg Posted August 8, 2015 Share Posted August 8, 2015 ... Mam tuner który dziwnie mi się zachowuje i wydaje mi się, że to może być błąd pamięci, wszystko inne włącznie z dodatkowym chłodzeniem już sprawdziłem. Plik z debiana pod sh4 , powinien działać GraterliaOS:~# uname -an&&./memtester Linux GraterliaOS 2.6.32.61_stm24_0214 #36 PREEMPT Wed Oct 1 23:45:04 CEST 2014 sh4 GNU/Linux memtester version 4.3.0 (32-bit) Copyright (C) 2001-2012 Charles Cazabon. Licensed under the GNU General Public License version 2 (only). pagesize is 4096 pagesizemask is 0xfffff000 need memory argument, in MB Usage: ./memtester [-p physaddrbase [-d device]] <mem>[b|K|M|G] [loops] memtester.zip Quote Link to comment Share on other sites More sharing options...
robert_cz Posted August 10, 2015 Author Share Posted August 10, 2015 Dzięki za pomoc, okazuje się, że podejrzenia miałem słuszne, to błąd pamięci: memtester version 4.3.0 (32-bit) Copyright (C) 2001-2012 Charles Cazabon. Licensed under the GNU General Public License version 2 (only). pagesize is 4096 pagesizemask is 0xfffff000 want 5MB (5242880 bytes) got 5MB (5242880 bytes), trying mlock ...locked. Loop 1: Stuck Address : ok Random Value : ok Compare XOR : ok Compare SUB : ok Compare MUL : ok FAILURE: 0x00000001 != 0xa2000a01 at offset 0x000ce274. FAILURE: 0x00000000 != 0x3d00b000 at offset 0x000ce278. FAILURE: 0x00000000 != 0x3000b400 at offset 0x000e2584. FAILURE: 0x00000001 != 0x9300e601 at offset 0x000e2588. Compare DIV : FAILURE: 0x7fff9d53 != 0xffff9f53 at offset 0x000ce274. FAILURE: 0x7fff9d52 != 0x7fffbd52 at offset 0x000ce278. FAILURE: 0x7fff9d52 != 0x7fffbd52 at offset 0x000e2584. FAILURE: 0x7fff9d53 != 0xffffff53 at offset 0x000e2588. Compare OR : FAILURE: 0x77fb0403 != 0xf7fb0603 at offset 0x000ce274. FAILURE: 0x77fb0402 != 0x77fb2402 at offset 0x000ce278. FAILURE: 0x77fb0402 != 0x77fb2402 at offset 0x000e2584. FAILURE: 0x77fb0403 != 0xf7fb6603 at offset 0x000e2588. Compare AND : Sequential Increment: ok Solid Bits : ok Block Sequential : testing 38FAILURE: 0x25262526 != 0x26262626 at offset 0x001ec810. FAILURE: 0x25262526 != 0x26262626 at offset 0x001ec814. Checkerboard : ok Bit Spread : ok Bit Flip : ok Walking Ones : ok Walking Zeroes : testing 11FAILURE: 0x00000400 != 0x00000800 at offset 0x00199c08. FAILURE: 0x00000400 != 0x00000800 at offset 0x00199c0c. 8-bit Writes : ok 16-bit Writes : ok Można prosić o dodanie programu jako opcjonalnej paczki? Pytanie off-topic: Jak po adresach zlokalizować o którą kość chodzi? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.