SystemError has quit [Remote host closed the connection]
SystemError has joined #linux-rockchip
stikonas has quit [Ping timeout: 260 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
vagrantc has quit [Quit: leaving]
qschulz has quit [Remote host closed the connection]
qschulz has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
naoki has quit [Quit: naoki]
kevery has joined #linux-rockchip
CounterPillow has quit [Ping timeout: 264 seconds]
CounterPillow has joined #linux-rockchip
warpme has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stat_headcrabed has joined #linux-rockchip
Stat_headcrabed has quit [Client Quit]
warpme has joined #linux-rockchip
ldevulder has joined #linux-rockchip
ldevulder_ has quit [Ping timeout: 246 seconds]
naoki has joined #linux-rockchip
naoki has quit [Client Quit]
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #linux-rockchip
mort has quit [Ping timeout: 268 seconds]
mort has joined #linux-rockchip
<Kwiboo>
warpme: I thought there was an issue loading FIT from emmc on my Radxa Zero 3W using generic-rk3568 but turned out to not work because I had been using boot partition as source for FIT last time I tested, that prevented it from loading FIT from normal user partition :-)
<warpme>
Kwiboo: thx. I still have more generic issue with my non-working emmc: can't see it at all on my zero3w. How emmc dt fragment looks in your working kernel?
psydroid has joined #linux-rockchip
<Kwiboo>
warpme: just tested starting latest openSUSE Tumbleweed aarch64 network install snapshot and its kernel find the emmc: mmc0: new HS200 MMC card at address 0001
<Kwiboo>
CONFIG_MMC_SDHCI_OF_DWCMSHC=y is enabled in kernel?
raster has joined #linux-rockchip
<warpme>
argh - was not :-( My bad! Let me recompile....
tortoise has quit [Ping timeout: 252 seconds]
tortoise has joined #linux-rockchip
<warpme>
Kwiboo: qll have it now :-) Having your expertise: if i want to have boot from emmc - can i simply go with "echo 0 > /sys/block/${emmc_dev}boot0/force_ro" then write idbloader.img & u-boot.itb to ${emmc_dev}boot0 or some extra actions are needed?
warpme has quit [Read error: Connection reset by peer]
warpme_ has joined #linux-rockchip
<Kwiboo>
warpme: you would write to it same as for sd-card: "dd if=u-boot-rockchip.bin of=/dev/${emmc_dev} bs=32k seek=1 conv=fsync"
<Kwiboo>
the boot0/1 partitions is not read/used by bootrom/u-boot, only the normal "user partition"