sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
zibolo has quit [Ping timeout: 256 seconds]
zibolo_ has joined #u-boot
vagrantc has quit [Quit: leaving]
alpernebbi has quit [Ping timeout: 260 seconds]
alpernebbi has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
camus has joined #u-boot
blmaier has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
blmaier has joined #u-boot
Crofton has quit [Ping timeout: 264 seconds]
ccaione has quit [Ping timeout: 264 seconds]
behanw has quit [Ping timeout: 268 seconds]
tucanae47_ has quit [Ping timeout: 260 seconds]
Tartarus has quit [Ping timeout: 260 seconds]
ezequielg has quit [Ping timeout: 260 seconds]
paulbarker has quit [Ping timeout: 260 seconds]
lvrp16 has quit [Ping timeout: 245 seconds]
khilman has quit [Ping timeout: 260 seconds]
NishanthMenon has quit [Ping timeout: 260 seconds]
ullbeking has quit [Ping timeout: 260 seconds]
georgem has quit [Ping timeout: 260 seconds]
mithro has quit [Ping timeout: 260 seconds]
sjg1 has quit [Ping timeout: 260 seconds]
ezequielg has joined #u-boot
robher has quit [Ping timeout: 264 seconds]
drewfustini has quit [Ping timeout: 268 seconds]
narmstrong has quit [Ping timeout: 260 seconds]
khilman has joined #u-boot
lvrp16 has joined #u-boot
tucanae47_ has joined #u-boot
drewfustini has joined #u-boot
paulbarker has joined #u-boot
ccaione has joined #u-boot
robher has joined #u-boot
georgem has joined #u-boot
Crofton has joined #u-boot
behanw has joined #u-boot
Tartarus has joined #u-boot
sjg1 has joined #u-boot
ullbeking has joined #u-boot
NishanthMenon has joined #u-boot
mithro has joined #u-boot
narmstrong has joined #u-boot
camus has quit [Quit: camus]
camus has joined #u-boot
camus has quit [Client Quit]
camus has joined #u-boot
Guest8314 has quit [Read error: Connection reset by peer]
macromorgan has quit [Read error: Connection reset by peer]
FredO has quit [Ping timeout: 260 seconds]
runtux has quit [Ping timeout: 264 seconds]
ac_slater has quit [Ping timeout: 264 seconds]
cengiz_io has quit []
cengiz_io has joined #u-boot
gsz has joined #u-boot
runtux has joined #u-boot
tambarus has joined #u-boot
ac_slater has joined #u-boot
camus has quit [Ping timeout: 256 seconds]
camus has joined #u-boot
FredO has joined #u-boot
camus has quit [Ping timeout: 264 seconds]
camus has joined #u-boot
ad__ has joined #u-boot
ad__ has quit [Changing host]
smartin has joined #u-boot
redbrain has joined #u-boot
mmu_man has joined #u-boot
camus has quit [Remote host closed the connection]
camus has joined #u-boot
finga has joined #u-boot
<finga>
I am unable to enable the serial console in order to login to an OpenWrt started by uboot.. So far I have only access to u-boot and I tried setting the env variables "bootargs=console=ttyS0,115200", "bootargs=serial=ttyS0,115200" and "console=console=ttyS0,115200" in uboot but that did not help :( any help/ideas would be appreciated
smartin1 has joined #u-boot
smartin has quit [Ping timeout: 256 seconds]
smartin1 is now known as smartin
ac_slater has quit [Ping timeout: 256 seconds]
qschulz has quit [Read error: Connection reset by peer]
qschulz has joined #u-boot
qschulz has quit [Quit: qschulz]
tambarus has quit [Quit: Connection closed for inactivity]
<Forty-Bot>
do you see any output at all on the console after U-Boot?
<urja>
you should figure out what that particular serial port is called in linux (it might or might not be ttyS0... might not be zero, or the driver might not be S*)
<urja>
but this question in general (as long as you can figure out that the bootargs are delivered and the kernel starts up normally) is more openwrt than u-boot ... sorta
<dormito>
is there a correct/good way to debug FIT image creation failures? mkimage just says "verify_header failed for FIT"... which doesn't quite tell me where things went wrong
<dormito>
ah. it does not like node address for the creation of FIT images any more. Too bad the error case doesn't actually print that out ( but good that there's a comment in the source explaining it, once you dig far enough)