public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: alex94 <aleksandar.nedelkovski@vorteksed.com.mk>
To: u-boot@lists.denx.de
Subject: [U-Boot] Rockchip RV1108 eMMC initialization fail
Date: Tue, 13 Nov 2018 08:46:34 -0700 (MST)	[thread overview]
Message-ID: <1542123994456-0.post@n7.nabble.com> (raw)
In-Reply-To: <CAP9ODKoxgwzyyPsDtaLA=jkduogxrGRC5Don+q9EQguTdjjz3A@mail.gmail.com>

I tried that, but the same error happens. 


I saw that here in the first post:

http://u-boot.10912.n7.nabble.com/Rockchip-RV1108-eMMC-support-not-working-td343843.html#a343866

in the U-boot log, GPLL is 384000000, where in my log is 1188000000.


Also, in the same post from above, what kind of MMC card is used?


And here is the U-boot log, when I enable debug in 
include/common.h
just to put more information.

DDR Version V1.03 20180118
set vdd core 1.15v
In
600MHz
DDR3
Bus Width=16 Col=10 Bank=8 Row=13 CS=1 Die Bus-Width=16 Size=128MB
mach:2
OUT
uclass_find_device_by_seq: 0 -1
uclass_find_device_by_seq: 0 0
   - -1 -1 'root_driver'
   - not found
uclass_find_device_by_seq: 0 2
   - 2 -1 'serial at 10210000'
   - not found
ofnode_read_u32: reg-offset: (not found)
ofnode_read_u32: reg-shift: 0x2 (2)
ofnode_read_u32: clock-frequency: 0x16e3600 (24000000)


U-Boot 2018.11-rc3-00069-g72b191da5a-dirty (Nov 13 2018 - 16:02:21 +0100)

Model: Rockchip RV1108 Evaluation board
DRAM:  128 MiB
uclass_find_device_by_seq: 0 -1
uclass_find_device_by_seq: 0 0
   - -1 -1 'root_driver'
   - not found
ofnode_read_u32_array: ranges: ofnode_read_string: regulator-name:
vcc5v0_otg
uclass_find_device_by_seq: 0 2
   - 2 -1 'serial at 10210000'
   - 1 -1 'serial at 10220000'
   - 0 -1 'serial at 10230000'
   - not found
uclass_find_device_by_seq: 0 -1
uclass_find_device_by_seq: 0 0
   - -1 -1 'pinctrl'
   - not found
uclass_find_device_by_seq: 0 -1
uclass_find_device_by_seq: 0 0
   - -1 -1 'syscon at 10300000'
   - -1 -1 'syscon at 20060000'
   - -1 -1 'syscon at 202a0000'
   - not found
ofnode_read_u32_array: interrupts: ofnode_read_u32_array: interrupts:
ofnode_read_u32_array: interrupts: ofnode_read_u32: reg-offset: (not found)
ofnode_read_u32: reg-shift: 0x2 (2)
uclass_find_device_by_seq: 0 -1
uclass_find_device_by_seq: 0 0
   - -1 -1 'oscillator'
   - -1 -1 'clock-controller at 20200000'
   - not found
ofnode_read_u32_array: interrupts: APLL: 600000000 DPLL:1200000000
GPLL:1188000000
ACLK_BUS: 148500000 ACLK_PERI:148500000 HCLK_PERI:148500000
PCLK_PERI:74250000
ofnode_read_u32: clock-frequency: 0x16e3600 (24000000)
MMC:   uclass_find_device_by_seq: 0 0
   - 0 -1 'dwmmc at 30110000'
   - not found
uclass_find_device_by_seq: 1 0
   - 0 -1 'dwmmc at 30110000'
   - found
uclass_find_device_by_seq: 0 0
   - 0 -1 'dwmmc at 30110000'
   - not found
ofnode_read_u32_array: interrupts: ofnode_read_u32: bus-width: 0x8 (8)
ofnode_read_bool: non-removable: true
ofnode_read_u32: fifo-depth: 0x100 (256)
ofnode_read_bool: fifo-mode: false
ofnode_read_u32_array: clock-freq-min-max: uclass_find_device_by_seq: 0 1
   - 0 0 'dwmmc at 30110000'
   - not found
uclass_find_device_by_seq: 1 1
   - 0 0 'dwmmc at 30110000'
   - not found
dwmmc at 30110000: 0
In:    serial at 10210000
Out:   serial at 10210000
Err:   serial at 10210000
Model: Rockchip RV1108 Evaluation board
=> 




--
Sent from: http://u-boot.10912.n7.nabble.com/

  reply	other threads:[~2018-11-13 15:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-12  9:23 [U-Boot] Rockchip RV1108 eMMC initialization fail alex94
2018-11-12 13:47 ` Otavio Salvador
2018-11-12 15:20   ` alex94
2018-11-12 13:48 ` Marek Vasut
2018-11-12 15:25   ` alex94
2018-11-12 18:22     ` Marek Vasut
2018-11-13  9:23       ` alex94
2018-11-13 10:34     ` Otavio Salvador
2018-11-13 15:46       ` alex94 [this message]
2018-11-13 18:59         ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1542123994456-0.post@n7.nabble.com \
    --to=aleksandar.nedelkovski@vorteksed.com.mk \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox