Advertisement
pfeerick

uboot-spi-flash-0.6.35

May 14th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. == Notes ==
  2. Rock64 1GB v1.1 with Samsung EVO 16GB microSD. SPI had already been erased, so boot was entirely from the microSD.
  3.  
  4. Flash seemed a little slower than previously, and LED did *NOT* flash at the end of the write (device-tree change?)
  5. Was erased by 1m35s after power on, and new SPI uboot flashed by 1m58s.
  6.  
  7. == Output (power connect) ==
  8.  
  9. DDR version 1.12 20180104
  10. In
  11. LPDDR3
  12. 786MHz
  13. Bus Width=32 Col=11 Bank=8 Row=14/14 CS=2 Die Bus-Width=32 Size=2048MB
  14. ddrconfig:7
  15. OUT
  16.  
  17. U-Boot SPL 2017.09-ga0a2b48 (May 14 2018 - 10:52:37)
  18. setup_ddr_param 1
  19. booted from SD
  20. Trying to boot from MMC2
  21. NOTICE: BL31: v1.3(debug):9d3f591
  22. NOTICE: BL31: Built : 14:39:02, Jan 17 2018
  23. NOTICE: BL31:Rockchip release version: v1.3
  24. INFO: ARM GICv2 driver initialized
  25. INFO: Using opteed sec cpu_context!
  26. INFO: boot cpu mask: 1
  27. INFO: plat_rockchip_pmu_init: pd status 0xe
  28. INFO: BL31: Initializing runtime services
  29. WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK
  30. ERROR: Error initializing runtime service opteed_fast
  31. INFO: BL31: Preparing for EL3 exit to normal world
  32. INFO: Entry point address = 0x200000
  33. INFO: SPSR = 0x3c9
  34.  
  35.  
  36. U-Boot 2017.09-ga0a2b48 (May 14 2018 - 10:52:52 +0000), Build: jenkins-linux-build-rock-64-217
  37.  
  38. Model: Pine64 Rock64
  39. DRAM: 2 GiB
  40. MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
  41. *** Warning - bad CRC, using default environment
  42.  
  43. In: serial@ff130000
  44. Out: serial@ff130000
  45. Err: serial@ff130000
  46. Model: Pine64 Rock64
  47. misc_init_r
  48. cpuid=55524b4e34313032330000000005152f
  49. serial=68af6727c1560c6
  50. Net: eth0: ethernet@ff540000
  51. Hit any key to stop autoboot: 0
  52. Card did not respond to voltage select!
  53. mmc_init: -95, time 10
  54. switch to partitions #0, OK
  55. mmc1 is current device
  56. Scanning mmc 1:6...
  57. Found U-Boot script /boot.scr
  58. reading /boot.scr
  59. 449 bytes read in 3 ms (145.5 KiB/s)
  60. ## Executing script at 00500000
  61. SF: Detected w25q128bv with page size 256 Bytes, erase size 4 KiB, total 16 MiB
  62.  
  63. MMC read: dev # 1, block # 64, count 8000 ... 8000 blocks read: OK
  64. SF: 4096000 bytes @ 0x8000 Erased: OK
  65. device 0 offset 0x8000, size 0x3e8000
  66. SF: 4096000 bytes @ 0x8000 Written: OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement