LainExperiments has quit [Ping timeout: 240 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 268 seconds]
goliath has quit [Quit: SIGSEGV]
Jones42 has quit [Ping timeout: 260 seconds]
Jones42 has joined #u-boot
persmule has quit [Ping timeout: 264 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
naoki has quit [Ping timeout: 260 seconds]
sakman_ has joined #u-boot
sakman has quit [Ping timeout: 272 seconds]
persmule has joined #u-boot
dsimic has quit [Ping timeout: 244 seconds]
dsimic has joined #u-boot
enok has joined #u-boot
enok has quit [Remote host closed the connection]
sakman_ is now known as sakman
enok has joined #u-boot
xroumegue has quit [Ping timeout: 272 seconds]
clamor has joined #u-boot
xroumegue has joined #u-boot
zsoltiv_ has quit [Ping timeout: 252 seconds]
naoki has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
enok has joined #u-boot
enok has quit [Read error: Connection reset by peer]
enok71 has joined #u-boot
sally_ has joined #u-boot
sally has quit [Ping timeout: 260 seconds]
enok71 has quit [Ping timeout: 245 seconds]
ikarso has joined #u-boot
persmule has quit [Ping timeout: 264 seconds]
persmule has joined #u-boot
clamor has quit [Ping timeout: 246 seconds]
clamor has joined #u-boot
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
gsz has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
gsz has quit [Ping timeout: 268 seconds]
enok has joined #u-boot
warpme has joined #u-boot
enok has quit [Ping timeout: 246 seconds]
gsz has joined #u-boot
naoki has quit [Read error: Connection reset by peer]
naoki has joined #u-boot
jistr has joined #u-boot
mmu_man has joined #u-boot
ldevulder has joined #u-boot
leah has quit [Ping timeout: 272 seconds]
leah has joined #u-boot
leah has quit [Excess Flood]
leah has joined #u-boot
leah has quit [Ping timeout: 268 seconds]
leah has joined #u-boot
sszy has joined #u-boot
naoki has quit [Quit: naoki]
leah has quit [Ping timeout: 252 seconds]
leah has joined #u-boot
clamor has quit [Ping timeout: 272 seconds]
clamor has joined #u-boot
goliath has joined #u-boot
ldevulder has quit [Ping timeout: 244 seconds]
Jones42 has quit [Ping timeout: 268 seconds]
sbach has joined #u-boot
f_[x] has quit [Ping timeout: 260 seconds]
sbach has quit [Ping timeout: 260 seconds]
sbach has joined #u-boot
sbach has quit [Changing host]
f_[x] has joined #u-boot
ldevulder has joined #u-boot
hellodub has joined #u-boot
enok has joined #u-boot
hellodub has quit [Ping timeout: 260 seconds]
hellodub has joined #u-boot
enok71 has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has quit [Ping timeout: 272 seconds]
enok71 is now known as enok
leah has quit [Quit: WeeChat 4.5.2]
warpme has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
leah has joined #u-boot
enok71 has joined #u-boot
Jones42 has joined #u-boot
enok has quit [Ping timeout: 245 seconds]
enok71 is now known as enok
enok has quit [Ping timeout: 276 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jones42 has quit [Ping timeout: 244 seconds]
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #u-boot
warpme has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
enok has joined #u-boot
ungeskriptet_ has joined #u-boot
ungeskriptet has quit [Ping timeout: 260 seconds]
ungeskriptet_ is now known as ungeskriptet
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
sakman_ has joined #u-boot
sakman has quit [Ping timeout: 252 seconds]
rockosov has quit [Read error: Connection reset by peer]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
enok has quit [Remote host closed the connection]
ssm_ has joined #u-boot
Jones42 has joined #u-boot
Jones42 has quit [Ping timeout: 268 seconds]
mripard has quit [Quit: WeeChat 4.5.2]
clamor has quit [Remote host closed the connection]
clamor has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
enok has joined #u-boot
sakman_ is now known as sakman
ldevulder has quit [Ping timeout: 276 seconds]
enok has quit [Read error: Connection reset by peer]
enok has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
ldevulder has joined #u-boot
gsz has joined #u-boot
vagrantc has joined #u-boot
mmu_man has quit [Read error: Connection reset by peer]
mischief has quit [Ping timeout: 272 seconds]
mischief has joined #u-boot
<ssm_>
hey all, I'm new to u-boot and have a nanopi r1 I want to install openbsd on. I was able to find a prebuilt dtb that's compatible with the device, but I can't find a u-boot.bin. I was able to successfully get the board to boot with the nanopi neo u-boot-sunxi-with-spl.bin with the docs here: https://ftp.openbsd.org/pub/OpenBSD/7.6/armv7/INSTALL.armv7 using command `dd
<ssm_>
if=/usr/local/share/u-boot/board/u-boot-sunxi-with-spl.bin of=/dev/sdXc bs=1024 seek=8` to write the u-boot, and then using env in u-boot to edit fdtfile to the correct dtb file. I have two questions, how do I know the correct offset (8192 bytes in this case) to write u-boot (seems different per board?), and when writing to the same offset when installing to the emmc, u-boot was unable to find any mmc
<ssm_>
devices and I couldn't even reach the u-boot cli (I wrote the u-boot after installing openbsd)
<ssm_>
I also tried copying u-boot with dd off a vendor image but it seems to panic after I run bootefi
vardhan_ has quit [Ping timeout: 260 seconds]
<marex>
ssm_: did you try some older version of mainline u-boot around the time the board support got added ?