05-23-2020, 04:33 PM
(05-23-2020, 04:23 PM)dukla2000 Wrote:(05-23-2020, 03:52 PM)a-wai Wrote: ...
It can be generated using the following command:
Code:mkimage -T script -A arm64 -C none -n pinephone -d /boot/boot.cmd /boot/boot.scr
Thanks
With 600
Code:$ ./mem.sh
17 tests completed with these patterns:
4c494e5558726c7a
eeeeeeeeeeeeeeee
dddddddddddddddd
bbbbbbbbbbbbbbbb
7777777777777777
cccccccccccccccc
9999999999999999
6666666666666666
3333333333333333
8888888888888888
4444444444444444
2222222222222222
1111111111111111
aaaaaaaaaaaaaaaa
5555555555555555
ffffffffffffffff
0000000000000000
Tested memory region 0x0000000040000000 to 0x00000000b7bfb000 (1915MB)
0x0000000040000000 - 0x0000000040080000 GOOD
0x000000004106f000 - 0x0000000049505000 GOOD
0x000000004950e080 - 0x0000000049511000 GOOD
0x000000004a000000 - 0x00000000b7bcd330 GOOD
0x00000000b7bcd361 - 0x00000000b7bcd368 GOOD
0x00000000b7bcd397 - 0x00000000b7bcd398 GOOD
0x00000000b7bfaffc - 0x00000000b7bfb000 GOOD
No errors found
Going to try 624
Nice to see my script is working
Let's just hope it still works after encountering an error, I think I managed to figure it out but I want to know for sure before I dare say it's working properly.