rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
Mangy_Dog has quit [Ping timeout: 258 seconds]
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 265 seconds]
ChriChri_ is now known as ChriChri
vagrantc has quit [Quit: leaving]
suprothunderbolt has joined #linux-sunxi
camus1 has joined #linux-sunxi
kaspter has quit [Ping timeout: 256 seconds]
camus1 is now known as kaspter
<willmore> by hand. Oh, they left.
tuxd3v has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
dddddd has quit [Ping timeout: 258 seconds]
xqdzn has joined #linux-sunxi
<xqdzn> Guys, how do I get this address? ``0x43000000`` in http://linux-sunxi.org/U-Boot#Booting_with_boot.cmd
<karlp> xqdzn: it's "somewhere in ram, probably not used by uboot already"
<karlp> for sunxi, you can use $kernel_addr_r instead of a hard number
<karlp> (it's still a hard number, just that osmeone else thought of it for you)
<xqdzn> https://stackoverflow.com/questions/9108077/how-to-change-u-boot-memory-map what I understand so far, it's based on board.
<xqdzn> for sunxi_mem_map, in example, usable ram address is start from 0x40000000UL
<karlp> correct.
<xqdzn> but, how do i know kernel is in 0x43xxxxxx or 0x410xxxxxx
<xqdzn> or fdt is in 0x4xxxxxx
<karlp> because it can actually be anywhere.
<xqdzn> is it based on size?
<karlp> you just need to choose _somewhere_ in ram that won't load on top of what uboot is already using
<karlp> and so that fdt won't load on top of kernel and vice versa
<xqdzn> oh
<xqdzn> i get it
<xqdzn> it's not how i take it
<xqdzn> but it's where i want to put it
<xqdzn> right?
<karlp> yes
<xqdzn> man, been searching for this for 2 days
<xqdzn> you saved my ass
<karlp> with load mmc <addr> <file> it's "load this file from mmmc to this address"
<karlp> "help load" might have helped too :)
<karlp> it still would have been a magic number, but .... yeha
<karlp> so uboot has $kernel_addr_r and $fdt_addr_r pre-defiend as available for you to use,
<karlp> (ideally uboot would have those variable names standardized for all targets, but at least within sunxi, those are the names)
<xqdzn> `fatload mmc 0 ${kernel_addr} ${kernel}` so this means, we're telling uboot to load kernel file, to prepared (in hexa) register.
<karlp> http://linux-sunxi.org/FEL/USBBoot#Booting_the_whole_system_over_USB_.28U-Boot_.2B_kernel_.2B_initramfs.29 see this for instance, where it also links to where the addresses come from
<xqdzn> and ${kernel}, ${fdtfile}, is a variable uboot already know since we compiled it with dts source?
<karlp> not a register, a memory address.
<karlp> yes, your command yuou write assume someone has defined kernel_addr and kernel already
<karlp> "printenv" will show you what they are
<xqdzn> and boot.scr helped defining those file?
tllim has quit [Remote host closed the connection]
tllim has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]
[7] has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
macc24 has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 256 seconds]
ElectroStrong has joined #linux-sunxi
ElectroStrong has quit [Client Quit]
ElectroStrong has joined #linux-sunxi
vagrantc has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 256 seconds]
airgapp has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
book` has quit [Quit: Leaving]
book` has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
florian has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
gsz has joined #linux-sunxi
tdebrouw has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
tnovotny has joined #linux-sunxi
macc24 has joined #linux-sunxi
tl_lim has quit [Read error: Connection reset by peer]
return0e has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
macc24 has quit [Ping timeout: 250 seconds]
return0e has quit [Read error: Connection reset by peer]
return0e has joined #linux-sunxi
lkcl has quit [Ping timeout: 256 seconds]
xqdzn has quit [Remote host closed the connection]
ldevulder_ is now known as ldevulder
JohnDoe5 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 258 seconds]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
dddddd has joined #linux-sunxi
JohnDoe5 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
mauz555 has joined #linux-sunxi
aloo_shu has quit [Ping timeout: 264 seconds]
aloo_shu has joined #linux-sunxi
macc24 has joined #linux-sunxi
popolon has joined #linux-sunxi
lkcl has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
gsz has quit [Remote host closed the connection]
gsz has joined #linux-sunxi
lurchi_ is now known as lurchi__
iyzsong has joined #linux-sunxi
huawei has quit [Quit: ZNC - https://znc.in]
huawei has joined #linux-sunxi
gsz has quit [Ping timeout: 264 seconds]
sbbg has quit [Ping timeout: 265 seconds]
buZz has joined #linux-sunxi
buZz has joined #linux-sunxi
buZz has quit [Changing host]
jbrown has quit [Ping timeout: 246 seconds]
gsz has joined #linux-sunxi
iyzsong- has joined #linux-sunxi
iyzsong has quit [Ping timeout: 256 seconds]
fl_0 has quit [Ping timeout: 264 seconds]
fl_0 has joined #linux-sunxi
jbrown has joined #linux-sunxi
suprothunderbolt has quit [Ping timeout: 258 seconds]
florian has quit [Ping timeout: 265 seconds]
florian has joined #linux-sunxi
tdebrouw has quit [Quit: Leaving.]
tdebrouw has joined #linux-sunxi
tdebrouw has quit [Quit: Leaving.]
airgapp has quit [Quit: airgapp]
lurchi__ is now known as lurchi_
gsz has quit [Ping timeout: 250 seconds]
gsz has joined #linux-sunxi
lurchi_ is now known as lurchi__
iyzsong- has quit [Quit: ZNC 1.7.1 - https://znc.in]
gsz has quit [Ping timeout: 258 seconds]
NeuroScr has quit [Quit: NeuroScr]
gaston1980 has joined #linux-sunxi
macc24 has quit [Ping timeout: 264 seconds]
suprothunderbolt has joined #linux-sunxi
xqdzn has joined #linux-sunxi
macc24 has joined #linux-sunxi
tnovotny has quit [Ping timeout: 250 seconds]
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
AneoX has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
tllim has joined #linux-sunxi
gsz has joined #linux-sunxi
<xqdzn> Is sunxi_defconfig in mainline kernel fixed? I have few different patch to let kernel detect my mmc and boot from it.
<jernej> montjoie: Did you noticed any issue with dwmac-sun8i on 5.6.0 (H6)?
<jernej> I get: NETDEV WATCHDOG: eth0 (dwmac-sun8i): transmit queue 0 timed out
<jernej> full dmesg: http://ix.io/2ihZ
lurchi__ is now known as lurchi_
aloo_shu has quit [Ping timeout: 250 seconds]
aloo_shu has joined #linux-sunxi
macc24 has joined #linux-sunxi
vagrantc has joined #linux-sunxi
ganbold_ has quit [Read error: Connection reset by peer]
ganbold has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
tnovotny has joined #linux-sunxi
macc24 has joined #linux-sunxi
xqdzn has quit [Remote host closed the connection]
gsz has quit [Ping timeout: 250 seconds]
luke-jr has joined #linux-sunxi
gsz has joined #linux-sunxi
tdebrouw has joined #linux-sunxi
florian has quit [Ping timeout: 258 seconds]
<montjoie> jernej: let me check
<jernej> thanks
<montjoie> jernej: 5.6.0 or any 5.6.x ?
<jernej> just for info, I noticed this once, after reset this message was not logged
<jernej> I currently use 5.6.0
<jernej> I don't even know how reproducable it is
<ElectroStrong> well this conversation has me curious - I have an older A10 (Hackberry) on a 3.4.29 kernel that I compiled years ago - have the commits from the linux-sunxi kernel been integrated into the mainline so I can just download and compile the mainline kernel with A10 support?
<vagrantc> i run a cubieboard-a10 without a patched kernel ... although it's running a pretty old mainline kernel
tnovotny has quit [Remote host closed the connection]
<ElectroStrong> thx vagrantc - do you know the kernel version by chance? The cubieboard is very similar to the hackberry from what I recall
<montjoie> ElectroStrong: I see sun4i-a10-hackberry in mainline linux, so any version should be fine
<ElectroStrong> thx montjoie - I'll check it out
<vagrantc> ElectroStrong: apparently 3.16
<vagrantc> so not a lot newer than what you were running
<vagrantc> it's a simple headless system though; don't know what you're using the hackberry for
<vagrantc> really ought to upgrade/obsolete that system
<ElectroStrong> vagrantc: ya, but a good minimum to consider - thx again for the info - mine is similar right now (headless) but I'll probably hook up an LCD to create a remote audio player for one of my speaker systems
macc24 has quit [Quit: WeeChat 2.8]
<ElectroStrong> usually I just leave them if they just work, but since I'm dusting it off, wanted to bring it to a bit more of a current configuration
<ElectroStrong> (or at least try to)
macc24 has joined #linux-sunxi
macc24 has quit [Client Quit]
AneoX has quit [Quit: Textual IRC Client: www.textualapp.com]
florian_kc has joined #linux-sunxi
<montjoie> jernej: nothing on my side for dwmac-sun8i
gsz has quit [Quit: Konversation terminated!]
vagrantc_ has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
vagrantc_ is now known as vagrantc
macc24 has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
ElectroStrong has quit [Ping timeout: 265 seconds]
florian_kc is now known as florian
ElectroStrong has joined #linux-sunxi
ElectroStrong has quit [Ping timeout: 250 seconds]
lurchi_ is now known as lurchi__
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
mauz555 has quit [Read error: Connection reset by peer]
Nakaori has quit [Remote host closed the connection]
Nakaori has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
macc24 has joined #linux-sunxi
florian has quit [Quit: Ex-Chat]
jstein has joined #linux-sunxi
mauz555 has joined #linux-sunxi
lurchi__ is now known as lurchi_
camh has quit [Read error: Connection reset by peer]
camh has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
mauz555 has quit [Remote host closed the connection]
mauz555 has joined #linux-sunxi
Nakaori has quit [Remote host closed the connection]
Nakaori has joined #linux-sunxi
macc24 has quit [Quit: WeeChat 2.8]
tdebrouw has quit [Quit: Leaving.]
NeuroScr has joined #linux-sunxi
mauz555 has quit [Read error: Connection reset by peer]
mauz555 has joined #linux-sunxi
aloo_shu has quit [Ping timeout: 264 seconds]
aloo_shu has joined #linux-sunxi
mauz555 has quit [Remote host closed the connection]
lurchi_ is now known as lurchi__
ldevulder_ has joined #linux-sunxi
ldevulder_ has quit [Remote host closed the connection]
ldevulder_ has joined #linux-sunxi
ldevulder has quit [Ping timeout: 250 seconds]
fl__0 has joined #linux-sunxi
fl_0 has quit [Ping timeout: 264 seconds]
mauz555 has joined #linux-sunxi
popolon has quit [Quit: WeeChat 2.8]
gaston1980 has quit [Quit: Konversation terminated!]
Nemo_bis has quit [Ping timeout: 256 seconds]
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #linux-sunxi
parazyd has quit [Remote host closed the connection]
paulk-leonov has quit [Ping timeout: 240 seconds]
paulk-leonov has joined #linux-sunxi