<fda>
hello, i cant get a raspberry 2 boot with openwrt. i used several other device with openwrt before. i attached a display to the PI and i see booting until "cam-dummy-reg: disabling". then noting happens, also no login prompt. this is a complete new install without any config, just the unpacked self compiled openwrt-bcm27xx-bcm2709-rpi-2-squashfs-sysupgrade.img.gz
<fda>
should the be a login prompt on the attached display? i think the ip should be 192.168.1.1 like all openwrt devices, but ping get no reply
<dwfreed>
there's a "factory" image for those
<dwfreed>
that's probably what you should be using
MAbeeTT5 has quit [Ping timeout: 480 seconds]
<fda>
both are ~27mb, the factory is 10 kb smaller. i will try
<fda>
i never can remember the difference between sysupgrade and factory
<jow>
susupgrade = upgrade from openwrt to openwrt
<jow>
factory the rest
<fda>
beside that: should a raspberry show a "login" prompt on a attached display?
<Borromini>
it should if the display is recognised (which it probably is if you see a boot log)
<Borromini>
but one usually needs to hit Enter to have the screen cleared and prompt displayed AFAIK
<Znevna>
and you should probably start with an official image instead of self build ones
<Znevna>
self built*
hanetzer has joined #openwrt-devel
<lynxis>
I've created the channel #openwrt-fosdem for everyone who is at fosdem this evening and want to meet up.
<lynxis>
*this weekend
<jow>
oh nice, ipaddress san support in mbedtls
<jow>
was stumbling over the very same issue recently
<Borromini>
seems there is no consensus in moving completely to mbedtls and ditching wolfssl for hostapd?
<Borromini>
if mbedtls works I'd figure it would be a no-brainer to move back instead of supporting both wolfssl and mbedtls with official images (the meeting notes suggested keeping wolfssl for more modern hardware with more flash)
<jow>
I'd go with either openssl or mbeldtls
<jow>
and ditch wolfssl
<karlp>
:+1:
<hauke>
Borromini: someone has to do the switch
<hauke>
by preparing some patches
<Znevna>
the switch of ramips to 5.15? yes please
<f00b4r0>
hauke: I thought that's what #11626 did?
<hauke>
f00b4r0: ok, haven't seen that
<f00b4r0>
hauke: ah sorry, I thought you did. Ansuel pinged there.
<Borromini>
hauke: yes there's a PR for switching to mbedtls AFAIK
<Borromini>
jow: couldn't agree more :P
<Borromini>
Znevna: you okay? :P
bluew has quit [Ping timeout: 480 seconds]
<fda>
well, well, well, .. i have a etc/config/network file for every device to change the default ip. the raspberry is new and has not yet such a file. but from a build before there was still a file. and i just did not knew the ip
<fda>
so it worked all the time perfect, with both images, facotry+sysupgrad
<fda>
also there is no login prompt on raspberry's attached display (i have no usb keyboard attached)
<stintel>
neggles: looks like there were 3 of those XD2-240 :P
<f00b4r0>
rmilecki: I haven't checked what the current status is in fw4 but I think what's missing here is a configuration system for conntrack-extra. In fw3, having the package installed implies that all protocol handlers are activated by default, which is less than ideal imho
Borromini has joined #openwrt-devel
philipp64 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
gladiac has joined #openwrt-devel
<aparcar[m]>
how do I correctly create a configuration for devices with SMALL_FLASH enabled?
<aparcar[m]>
it seems to keep those packages from regular flash ones in the .config file
<aparcar[m]>
nick: btw are you aware of LOW_MEMORY_FOOTPRINT? I remember you though about adding a SMALL_MEMORY variable
<Borromini>
aparcar[m]: where are you seeing that decision that there will be an mbedtls/openssl split?
<Borromini>
i am not seeing that in the meeting notes
<Borromini>
aparcar[m]: sure, but the sentence is led in by a 'maybe'
<Borromini>
To me, that reads more like thinking out loud and not a statement of fact or a decision. But I am no native speaker.
<Borromini>
Most of point 6 sounds open-ended, not like a decision was taken, the way it's phrased
<aparcar[m]>
Yup, at the end it was summarized by suggesting that I make the pr
<aparcar[m]>
anyway, mbedtls sounds fine to me
goliath has joined #openwrt-devel
<f00b4r0>
i'd tend to think we do not have the resources to maintain two concurrent TLS implementations tbh. Mbedtls for all would have my preference, but I'm no expert.
<f00b4r0>
power users who need bleeding edge performance I'm sure would be capable of using something else
<Borromini>
i am using OpenSSL on anything mt7621/mvebu/x86_64 already
<Borromini>
but yeah, I roll my own, so I can f*ck up by myself as well :P
<Borromini>
even if mbedTLS becomes default, I suppose people using OpenSSL will have an 'issue' with 23.xx at some point since 1.1.1 will be EOL in September
<yolo>
best, both be supported equally, even for 8MB flash I think openssl still can be used.