kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-rockchip
robogoat has quit [Ping timeout: 240 seconds]
tl_lim has joined #linux-rockchip
robogoat has joined #linux-rockchip
robogoat has quit [Ping timeout: 248 seconds]
robogoat has joined #linux-rockchip
nighty- has joined #linux-rockchip
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
_whitelogger has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
tl_lim has quit [Ping timeout: 258 seconds]
nasuga has quit [Ping timeout: 240 seconds]
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
stdint has quit [Ping timeout: 240 seconds]
tl_lim has joined #linux-rockchip
stdint has joined #linux-rockchip
tl_lim has quit [Ping timeout: 264 seconds]
tl_lim has joined #linux-rockchip
tl_lim has quit [Ping timeout: 252 seconds]
tl_lim has joined #linux-rockchip
lurchi_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 258 seconds]
_whitelogger has joined #linux-rockchip
vagrantc has joined #linux-rockchip
vstehle has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
_whitelogger has joined #linux-rockchip
vagrantc has joined #linux-rockchip
kloczek_ has joined #linux-rockchip
kloczek has quit [Ping timeout: 248 seconds]
kloczek_ is now known as kloczek
tl_lim has quit [Read error: Connection reset by peer]
tl_lim has joined #linux-rockchip
tl_lim has quit [Read error: Connection reset by peer]
wzyy2 has quit [Remote host closed the connection]
stdint has quit [Ping timeout: 248 seconds]
wzyy2 has joined #linux-rockchip
wouterstreamit has joined #linux-rockchip
stdint has joined #linux-rockchip
<wouterstreamit>
I am trying to configure u-boot SPL to prioritize SD boot over eMMC boot if available - changing rk3288.dtsi to set mmc0=sdmmc mmc1=emmc works but is there a better way? I am not sure if this breaks something
<wouterstreamit>
I found some other boards use the board_boot_order function but I believe this function is not called in my configuration - do I need to change something elsewhere to get that to be called?
<Ke>
can't you configure the spl to read envfile and configure the boot order there?
<wouterstreamit>
envfile?
<Ke>
well whatever source of u-boot environment
vagrantc has quit [Quit: leaving]
<Ke>
wouterstreamit: you know of u-boot environment in general?
wouterstreamit_ has joined #linux-rockchip
<wouterstreamit_>
Ke: not a lot
wouterstreamit has quit [Ping timeout: 260 seconds]
lurchi_ has quit [Ping timeout: 264 seconds]
<wouterstreamit_>
I see that the logic in include/config_distro_bootcmd.h is currently used to determine boot device and I see there's a different logic to select boot device in common/spl/spl.c but I do not understand why one method is chosen over another