|
Edited by bronco at 2015-12-8 19:55
Got it running on a Banana Pi M3 after compiling the most recent version of sunxi-tools (the one included in most distro images is too old):
- root@bananapi:~/fel-boot-lima-memtester-on-orange-pi-pc# lsusb
- Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 001 Device 005: ID 1f3a:efe8 Onda (unverified) V972 tablet in flashing mode
- Bus 001 Device 003: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
- Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- root@bananapi:~/fel-boot-lima-memtester-on-orange-pi-pc# ./fel-boot-lima-memtester-on-orange-pi-pc 480
- Stack pointers: sp_irq=0x00002000, sp=0x00005E08
- MMU is not enabled by BROM
- Generating the new MMU translation table at 0x00044000
- => Executing the SPL... done.
- Setting write-combine mapping for DRAM.
- Setting cached mapping for BROM.
- Writing back the MMU translation table.
- Enabling I-cache, MMU and branch prediction... done.
- Writing image "U-Boot 2016.01-rc1-00441-g75507d", 321065 bytes @ 0x4A000000.
- 0.2 kB written in 0.0 sec (speed: 69.6 kB/s)
- Passing boot info via sunxi SPL: script address = 0x43100000
- 36.0 kB written in 0.0 sec (speed: 737.2 kB/s)
- 7048.2 kB written in 7.6 sec (speed: 922.7 kB/s)
- Starting U-Boot (0x4A000000).
- Now the Orange Pi PC board should boot and show a spinning cube on
- a HDMI monitor. If the cube stops spinning or does not show up in
- the first place, then the selected DRAM clock speed is unreliable.
- Also one of the LEDs should be blinking. If this LED stops blinking,
- then the test has failed. When the second LED lights up while the
- first one still keeps blinking, then enough time has passed already
- and we can consider the test a success. The LEDs allow to use this
- test even when no monitor is connected.
- You still can keep the test running for a longer period (for example
- overnight) for extra confidence. Also please consider to have some
- extra safety headroom. For example, if the test seems to run fine at
- 'X MHz', but fails at 'X + 24MHz', then it may be reasonable to use
- 'X - 24MHz' setup in the end. Good luck.
Copy code
First test with 672 MHz immediately crashed
600 MHz crashed after 2 minutes, now I let 552 MHz try... also crashed after 2 minutes. Woohoo
528 MHz also broken, now trying 480 MHz...
|
|