ChanServ changed the topic of #radxa to: http://radxa.com/ - Logs: http://irclog.whitequark.org/radxa
<naobsd> Adibek: which kernel source are you using? probably fbcon will not work with RR kernel (=I pushed github/linux-rockchip/rockchip-3.0)
<naobsd> surely LCDC0/1 need to be enabled propery to show fb to display, but if issue is "desktop is shown, but console is not", then it's not "did you enable LCDC0/1?" thing
<naobsd> Adibek: sorry, I cannot understand "on kernel build hwclock -r display error". what's "kernel build"? you tried your own kernel with my ramdisk?
naobsd has quit [Quit: Page closed]
hipboi_ has joined #radxa
_hipboi_ has quit [Ping timeout: 240 seconds]
hipboi_ has quit [Quit: Leaving]
hipboi has joined #radxa
<hipboi> morning
hipboi has quit [Ping timeout: 272 seconds]
hipboi has joined #radxa
hipboi has quit [Ping timeout: 240 seconds]
hipboi has joined #radxa
rellla has joined #radxa
hipboi has quit [Ping timeout: 272 seconds]
hipboi has joined #radxa
ganbold_ has joined #radxa
hipboi_ has joined #radxa
hipboi has quit [Ping timeout: 248 seconds]
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
Adibek has joined #radxa
<Adibek> hi all
naobsd has joined #radxa
<Adibek> hi naobsd :)
<Adibek> i have to tell some more about the hwclock problem
<Adibek> when i boot to you multiboot system and use hwclock -r i have right time from rtc but when i boot my sytem from the same kernel and write hwclock -r i have only something like this "hwclock: select() to /dev/rtc0 to wait for clock tick timed out: Success"
<naobsd> is "ls -l /dev/rtc0" same for both?
nighty^ has joined #radxa
<Adibek> i have crw------- 1 root root 253, 0 paz 20 23:08 /dev/rtc0 on system
<naobsd> sorry, no idea for now
<Adibek> no problem but when i try to read from rtc in dmesg i have line like this rtc: hym8563_rtc_set_alarm: stay awake 2s and rtc: hym8563_work_func: stay awake 2s
<Adibek> naobsd i have some news about console on hdmi :) the console on tty1 is active a can login and start aps but i can't see antything but hdmi is active
<Adibek> on dmesg i have info like this [ 0.000000] console [tty0] enabled, bootconsole disabled [ 0.311572] console [ttyFIQ0] enabled
<Adibek> and like this
<Adibek> lcdc0 is used as external display device contoller!
<Adibek> lcdc1 is used as primary display device controller
<naobsd> on RR, lcdc0 is analog video, lcdc1 is hdmi, it's very clear http://radxa.com/specification/
<naobsd> please don't confused by other information for no-document product
<naobsd> which kernel source are you using? I think fbcon will not work with RR kernel source
<Adibek> this is RR kernel source so i know why fbcon is not working
tonikasch has joined #radxa
nighty^ has quit [Remote host closed the connection]
Adibek has quit [Ping timeout: 250 seconds]
<ganbold_> naobsd: https://wiki.freebsd.org/FreeBSD/arm/Radxa%20Rock I hope rkcrc and rkflashtool part correct. please let me know
ganbold_ has quit [Remote host closed the connection]
* tonikasch ciao!
tonikasch has quit [Quit: Bye!]
<naobsd> ganbold: basically ok, links to Makefile and rkflashtool.c seems wrong.
<naobsd> ganbold: if rkflashtool need to be modified for FreeBSD's libusb, then no need to get it from github
<naobsd> ganbold: only rkcrc.c and rkflashtool.c are necessary
<naobsd> ganbold: well, /usr/obj/arm.armv6/usr/src/sys/RADXA/kernel is binary, not elf?
<naobsd> for "rkflashtool w offset size < kernel.img", you may explain parm.txt where these values comes from
<ganbold> naobsd: kernel is elf
<naobsd> RK bootloader support elf?