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*
lurchi_ has quit [Ping timeout: 246 seconds]
<karlp> yeah I'm missing it then. so "sunxi-fel spl <binary from 32bit build>" then write a 64bit uImage? which file in the uboot build is the uImage?
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
nuuuciano_ has joined #linux-sunxi
<anarsoul|2> karlp: write?
Keziolio has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
asker has joined #linux-sunxi
asker has left #linux-sunxi [#linux-sunxi]
banned-why has joined #linux-sunxi
banned-why has left #linux-sunxi [#linux-sunxi]
banned-why has joined #linux-sunxi
<banned-why> hello
nuuuciano_ has quit [Remote host closed the connection]
<banned-why> I have a a10 based tablet that is obscure god knows why
<banned-why> I can't find anything on internet
<banned-why> no ROM, no software
<banned-why> the sunxi wiki bring me here :D
<banned-why> I'm trying to run linux on it but even the ready made builds struggle to run...
<banned-why> guess its related to hardware... but still want to know your opinion about this
<banned-why> I'll leave pictures of the hardware
<BenG83> start by making a wiki site for your device
<BenG83> first step would be to find out how you can connect a serial console
<BenG83> is the board similar to one already on the wiki:
<banned-why> BenG83: I think its not. Its pretty slim compared to all the boards available on wiki
<banned-why> Will do that soon
<BenG83> find out what DRAM configuration is uses by looking at the chips
<BenG83> *it
<banned-why> BenG83: setting up a serial connection would take some time as I do not have the necessary equips here.. but I can do that
<banned-why> ok, let me inspect it for a sec
<BenG83> so there is no original software image on it atm?
<banned-why> no. It was like this since the start
<banned-why> bought it off for a penny
<banned-why> guess the owner tried to do something nasty on it
<banned-why> it doesn't contain volume buttons
<banned-why> probably tried to write an android rom and couldn't get recover the device from a failed install
<banned-why> it has a power button, the FEL mode and home
<banned-why> take a look
<banned-why> imgur turned images low res automatically. Will do an upload of it elsewhere
nuuuciano has joined #linux-sunxi
<banned-why> BenG83: the more similar hardware specification to this board is the Rikomagic mk802
<banned-why> however the hardware itself seems pretty different in how it is built and the shape of board
<DonkeyHotei> board says A702 on it
<banned-why> mine is a10 / 512mib of ddr3 / 4gb nand / mini-hdmi c / 5v @ 2A / rtl8188eu/s / 1 usb port / 1 mini-usb port / sd-card slot
<banned-why> yes.
<banned-why> I took a look on the 702 on wiki but it doesn't match.
<banned-why> the wifi is different
<banned-why> and the resolution of the display is different
<banned-why> mine is 1024x600
<banned-why> I tried to flash some roms found on web but some didn't work as expected presenting me a black screen upon start
<banned-why> two of them give video but out of aspect/resolution with a resized screen
<BenG83> well if you have images that somewhat work and you can find the uart pins for console you can find out some things to see which A10 board dts fits maybe
<BenG83> or adapt one to the board
<BenG83> by video output do you mean on LCD or HDMI?
<banned-why> lcd
<banned-why> exactly what I was thinking but didn't read enough to have a different point of view in which approach would fit better for this device
<BenG83> lcd is good since then you can find out what BSP linux driver it uses
<banned-why> it seems to be very different from everything on wiki already documented
<BenG83> and the parameters from the dtb blob maybe
<banned-why> how can I start?
<BenG83> find the serial port :)
<banned-why> :P
<banned-why> I guess it is already labeled on board
<banned-why> with black marker on 4 pins
<banned-why> the only problem is I don't have a capable converter/ttl to connect into
<BenG83> well those you can get for 5-10$ on ebay/amazon etc
<banned-why> booted some linux distros couple of hours ago but all of them would bring me to a black screen after loading the kernel
<BenG83> with mainline?
<banned-why> no. I tried to run the debian installer first
<banned-why> didn't work, would lead to a black screen after loading kernel. a uart connection would be good to know a workaround for this
<banned-why> this image boots correctly but I don't think it loads any gpu driver
<BenG83> yeah some things on A10 can only be connected in one way
<BenG83> but for anything more you need to adapt a devicetree file for your board where all the pinouts are correct
<BenG83> you probably can get HDMI and USB easy
<BenG83> LCD is tricky
<BenG83> but if you have some image where LCD works you can extract the information from that
<banned-why> the pinout is erased when a new rom is flashed right? with the script.bin file
<BenG83> I don't know much about booting AW devices from flash, but I think it's partitioned
<BenG83> so you might have still some dtb blob on there
<BenG83> you can convert script.bin to fex I think
<BenG83> and look at the config
<BenG83> but do you have a script bin that matches your tablet?
Keziolio has joined #linux-sunxi
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
<banned-why> no. It matches the rom flashed
<banned-why> every rom flashed overwrites the old file
<banned-why> and I've done that numerous times
<BenG83> if it drives the LCD, that's better than nothing
<banned-why> although sound didn't seem to work correctly
<banned-why> wifi neither since its a driver that has no support in current available distros from what I read
<BenG83> what wifi is on the board?
<banned-why> 8188eus
<banned-why> yeah, you must be thinking he got it wrong, it meant CUS
<banned-why> it is not...
<banned-why> unfortunately
<BenG83> that's a pretty common wifi chipset used in those things
<banned-why> that is good to hear. because all the android roms have the 8192.ko driver
<BenG83> what do you want to run in the end?
<banned-why> only one of them have the 8188eu.ko but this rom didn't want to boot in my device
<banned-why> BenG83: anything that is capable of, as recovering the android rom for this one seems like impossible task
<banned-why> and to build and add the device description to the sunxi wiki :D
<BenG83> start with a minimal A10 devicetree and add stuff as you go
<BenG83> that's what I would do
<BenG83> but it's a bit of work to figure all out
<BenG83> for LCD you want to look at the script.bin/fex file config for the LCD at least
popolon has quit [Quit: WeeChat 2.3]
<BenG83> first of all, figure out what dram is installed on the board
<banned-why> how do I found out?
<banned-why> all I have is the partner number and serial number printed on the chip
<BenG83> yeah look if you find a datasheet with that?
<banned-why> fine
<BenG83> look through the a10 devices already supported
<BenG83> find one that is close
<BenG83> tricky part is finding out what is connected how to the PMIC rails
<BenG83> e.g. the voltages and which regulator powers what
<JuniorJPDJ> BenG83: where's minimal a10 dts? I saw there are great bases for tablet with a31s and a13, which I've actually used, but I'm going to port also a10 tablet, which doesn't have this things.
<JuniorJPDJ> Also I need help with getting sound working on a31s
<BenG83> just look at a board dts and disable all the things that you dont need really
<BenG83> look at the SoC dts and see what's there
<BenG83> and then enable things step by step in your board
<BenG83> while you figure out the connections
<banned-why> seems to be a good idea
<BenG83> some things like USB can be only connected in one way more or less
<BenG83> those are easy to test
Andy-D has quit [Ping timeout: 268 seconds]
<BenG83> other things like LCD or sound may need enabling power rails and setting GPIOs
<BenG83> which can be different for each board
Andy-D has joined #linux-sunxi
<BenG83> usually those tablets follow all the same reference design
<BenG83> so it's a good guess to see how those things are wired up on devices that already work
<banned-why> I have a question, why some stuff have multiple entries on the dts board?
<banned-why> file
<BenG83> but first connect a serial console and see if spl/u-boot configure your dram correctly
<BenG83> like?
<banned-why> uart
<banned-why> multiple entries
victhor has quit [Remote host closed the connection]
<banned-why> why multiple of them if only one is available physically?
<banned-why> or I'm being ignorant?
<banned-why> :P
<BenG83> the SoC dts lists all of the uarts in the SoC of course
<BenG83> but your board dts may only enable some of them
<BenG83> e.g. those that are physically connected
<BenG83> describes the SoC
<BenG83> describes a board based on that SoC
<BenG83> #include "sun4i-a10.dtsi"
<BenG83> #include "sunxi-common-regulators.dtsi"
<BenG83> it includes the SoC dts and some other things
<BenG83> and you enable nodes that you need
<BenG83> like here:
<BenG83> &uart0 {
<BenG83> pinctrl-0 = <&uart0_pb_pins>;
<BenG83> pinctrl-names = "default";
<BenG83> status = "okay";
<BenG83> };
<BenG83> enable uart0 on the portb pins
<banned-why> interesting
<BenG83> read up a bit on how devicetree works
<BenG83> devicetree is generally used to describe the SoC/board/periphery to u-boot and linux, or any other OS
<banned-why> cool. remember dsdt tables. are they different or do we have them on such devices too?
<banned-why> or the dts files are the 'dsdt' files for such devices?
<BenG83> some ARM board support ACPI too
<BenG83> more in the server market
<banned-why> interesting
<BenG83> but for embedded devices, it's usually devicetree
<BenG83> Allwinner used their own thing, fex files
<BenG83> they get converted to devicetree blobs in the end
<BenG83> but that's onlt for their legacy/bsp kernel stuff
<BenG83> e.g. what their Android stuff runs on
<BenG83> mainline Linux and u-boot use devicetree
<banned-why> understood.
<banned-why> the hyundai a7hd must have the lcd chapter I need
<banned-why> because its rom worked correctly for my device for video output on the lcd
<BenG83> that's good
<BenG83> if you can get the fex file from script.bin
<BenG83> you can see how the lcd was configured and maybe setup that in your devicetree
<BenG83> also probably the configuration for other things
<banned-why> you can regulate voltage inside the dts?
anarsoul|2 has quit [Ping timeout: 268 seconds]
<BenG83> for some outputs of the PMIC
<BenG83> ther should be an AXP209 or sth on your board
<BenG83> that controls all the voltages
<BenG83> see here for the cubiboard example
<BenG83> it configures some AXP209 nodes
<banned-why> it is an axp209 indeed
<banned-why> BenG83: hyundaia7hd doesn't seem to have a section that controls lcd
<BenG83> that can either be because LCD support wasnt there at the time, no one updated it yet or the info is missing :)
<BenG83> the mainline dts usually get updated once support for the hardware is there, but it also needs someone with the device to actually test it
<BenG83> for LCDs in particular you also need to know how the power is controller, and the backlight
<BenG83> *controlled
<BenG83> which usually involves a couple GPIOs and a PWM output
<banned-why> is it possible to found out about that on my own?
<banned-why> without a working device?
<BenG83> well you have the image that can drive your LCD?
<BenG83> and the script.bin?
<banned-why> yes
<banned-why> I'm going to test another one just to see if something else can get working...
ganbold has joined #linux-sunxi
NiteHawk has quit [Quit: Bye.]
sqozz has quit [Excess Flood]
NiteHawk has joined #linux-sunxi
sqozz has joined #linux-sunxi
dddddd has quit [Remote host closed the connection]
Andy-D has quit [Ping timeout: 250 seconds]
Andy-D has joined #linux-sunxi
scelestic has quit [Ping timeout: 272 seconds]
jelle has quit [Ping timeout: 246 seconds]
jelle has joined #linux-sunxi
scelestic has joined #linux-sunxi
leviathanch has joined #linux-sunxi
<banned-why> good news BenG83, the mini-hdmi display works under the hyundaia7hd rom
<banned-why> had to make a little edit on the script.bin to make the usb available, before it wasn't working because its set to not work by default
<banned-why> otherwise I couldn't get mouse and keyboard working too..
<banned-why> and the 8192cu wifi module that also works under the usb
megi has quit [Ping timeout: 250 seconds]
nuuuciano has quit [Ping timeout: 246 seconds]
merlin1991 has quit [Remote host closed the connection]
kelvan has quit [Remote host closed the connection]
merlin1991 has joined #linux-sunxi
kelvan has joined #linux-sunxi
IgorPec has joined #linux-sunxi
Magma has joined #linux-sunxi
Magma has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
f0xx has joined #linux-sunxi
NiteHawk has quit [Ping timeout: 264 seconds]
sqozz has quit [Excess Flood]
sqozz has joined #linux-sunxi
NiteHawk has joined #linux-sunxi
NiteHawk has quit [Ping timeout: 264 seconds]
NiteHawk has joined #linux-sunxi
sqozz has quit [Excess Flood]
sqozz has joined #linux-sunxi
BenG83 has quit [Ping timeout: 250 seconds]
jaganteki has joined #linux-sunxi
maz has joined #linux-sunxi
maz has quit [Remote host closed the connection]
Guest20428 has joined #linux-sunxi
Guest20428 is now known as maz
clemens3 has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
clemens3_ has joined #linux-sunxi
clemens3 has quit [Ping timeout: 268 seconds]
msimpson has joined #linux-sunxi
kaspter has quit [Ping timeout: 246 seconds]
banned-why has quit [Ping timeout: 256 seconds]
f0xx has quit [Ping timeout: 246 seconds]
f0xx has joined #linux-sunxi
tnovotny has joined #linux-sunxi
f0xx has quit [Ping timeout: 246 seconds]
foxx_ has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
f0xx has joined #linux-sunxi
foxx_ has quit [Ping timeout: 268 seconds]
florianH has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
yangxuan has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 250 seconds]
<tuxillo> hi
yangxuan has quit [Ping timeout: 250 seconds]
leviathanch has quit [Read error: Connection reset by peer]
popolon has joined #linux-sunxi
<tuxillo> where in Documentation are the mm/ details described?
yangxuan has joined #linux-sunxi
<tuxillo> I'm trying to find out what linux does to avoid fragmentation
<tuxillo> hmm maybe Documentation/vm ?
yangxuan has quit [Remote host closed the connection]
yangxuan has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
yangxuan has quit [Remote host closed the connection]
vagrantc has quit [Ping timeout: 252 seconds]
vagrantc has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
banned-why has joined #linux-sunxi
merbzt has quit [Ping timeout: 252 seconds]
banned-why has left #linux-sunxi [#linux-sunxi]
banned-why has joined #linux-sunxi
banned-why has left #linux-sunxi [#linux-sunxi]
banned-why has joined #linux-sunxi
banned-why has left #linux-sunxi [#linux-sunxi]
banned-why has joined #linux-sunxi
<banned-why> .
<banned-why> ,ww
dddddd has joined #linux-sunxi
merbzt has joined #linux-sunxi
BenG83 has joined #linux-sunxi
leviathanch has joined #linux-sunxi
maz has quit [Ping timeout: 250 seconds]
<jaganteki> Hi mripard,
Gerwin_J has joined #linux-sunxi
Keziolio has quit [Read error: Connection reset by peer]
mhlavink has joined #linux-sunxi
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
Keziolio has joined #linux-sunxi
maz has joined #linux-sunxi
maz has quit [Client Quit]
maz has joined #linux-sunxi
maz has quit [Quit: Leaving]
maz has joined #linux-sunxi
yangxuan has joined #linux-sunxi
chewitt has joined #linux-sunxi
Keziolio has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Keziolio has joined #linux-sunxi
jaganteki has quit [Ping timeout: 256 seconds]
afaerber has quit [Quit: Leaving]
Gerwin_J has quit [Ping timeout: 264 seconds]
f0xx has quit [Ping timeout: 246 seconds]
f0xx has joined #linux-sunxi
afaerber has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
f0xx has quit [Ping timeout: 246 seconds]
foxx_ has joined #linux-sunxi
banned-why has quit [Ping timeout: 256 seconds]
Keziolio has quit [Ping timeout: 250 seconds]
nuuuciano has joined #linux-sunxi
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
Keziolio has joined #linux-sunxi
aalm has quit [Quit: xyz 2.2]
lurchi__ has joined #linux-sunxi
forkbomb has quit [*.net *.split]
IgorPec has quit [Ping timeout: 250 seconds]
yangxuan has quit [Ping timeout: 250 seconds]
yangxuan has joined #linux-sunxi
martinayotte has joined #linux-sunxi
martin__ has quit [Ping timeout: 246 seconds]
dlan has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
JohnDoe_71Rus has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 268 seconds]
afaerber has quit [Quit: Leaving]
<MoeIcenowy> jernej: successfully built mali midgard r22p0 kbase on H6
<MoeIcenowy> but when inserting it into the kernel, sometimes it works, sometimes it hangs after "Linked as a consumer to regulator.2"
\\Mr_C\\ has quit [Quit: (Read error: Connection reset by beer)]
<plaes> which regulator is it?
<MoeIcenowy> plaes: of course, vdd-gpu
<plaes> maybe it has similar issue as axp209's LDO3
\\Mr_C\\ has joined #linux-sunxi
wasutton3_mobile has joined #linux-sunxi
maz has quit [Ping timeout: 246 seconds]
reinforce has joined #linux-sunxi
afaerber has joined #linux-sunxi
<jernej> MoeIcenowy: I don't remember such issues
<jernej> it worked pretty stable
<jernej> did you tested any app?
<MoeIcenowy> jernej: no app to test
<MoeIcenowy> I didn't apply fbdev hack
<jernej> I'm not sure hack is needed for all apps
lurchi__ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
<MoeIcenowy> jernej: issue will happen when unloaded the mali module then reload it
<plaes> oh..
<jernej> ah, I haven't done that
<jernej> but anyway, it can be fixed eventually
<jernej> MoeIcenowy: Would be this good enough for AW to make GBM driver?
<MoeIcenowy> I will try to send them to AW
<anarsoul> MoeIcenowy: haha, proprietary modules are rarely safe to remove :)
<MoeIcenowy> jernej: btw I hacked the DT binding to conform to mainline binding
<MoeIcenowy> and I sent a patch to mainline binding for H6
<jernej> if you prove with your driver that it works, please send DT entry upstream
jaganteki has joined #linux-sunxi
yangxuan has quit [Ping timeout: 268 seconds]
<MoeIcenowy> jernej: tested with kbase driver or with userspace driver?
<MoeIcenowy> jernej: strangely add a dev_info at the end of power_control_init() fixes the hang
<anarsoul> :)
<jernej> so, synchronization/timing issue - worst kind
aalm has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 264 seconds]
Gerwin_J has joined #linux-sunxi
clemens3_ has quit [Ping timeout: 250 seconds]
msimpson has quit [Read error: Connection reset by peer]
Mr__Anderson has joined #linux-sunxi
raspo666 has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 268 seconds]
anarsoul|2 has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
jaganteki has quit [Ping timeout: 256 seconds]
BroderTuck has joined #linux-sunxi
IgorPec has joined #linux-sunxi
kurain has quit [Quit: kurain]
maz has joined #linux-sunxi
<BroderTuck> I saw while reading the logs that someone was trying to add LCD support for an A10 device, and realized it may be time to do so for my http://linux-sunxi.org/PengPod_1000 as well. I should be able to more or less clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/sun4i-a10-inet1.dts?h=v4.20-rc4 since they come in the same tablet casing. The differences I see are differing wifi chips (
<BroderTuck> but then again, early pp1k and later pp1k had different chips...), and the fact that the pp1k has an internal sd-card slot (came prefilled with an 4gb card in my tablet)
romainmahoux[m] has quit [Remote host closed the connection]
t4h4[m] has quit [Remote host closed the connection]
freddor[m] has quit [Remote host closed the connection]
mic-e[m] has quit [Read error: Connection reset by peer]
z3ntu has quit [Remote host closed the connection]
YannSoubeyrand[m has quit [Read error: Connection reset by peer]
MartijnBraam has quit [Read error: Connection reset by peer]
k40s[m] has quit [Remote host closed the connection]
oliver[m] has quit [Remote host closed the connection]
fevv8[m] has quit [Remote host closed the connection]
kuhn[m] has quit [Write error: Connection reset by peer]
ildar has quit [Read error: Connection reset by peer]
JuniorJPDJ has quit [Read error: Connection reset by peer]
GuLinux[m] has quit [Remote host closed the connection]
tuxillo has quit [Ping timeout: 268 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
<BroderTuck> I would need help from somewone who 1) speaks dts, and 2) knows which config options to use for turning on a10 sun4i_drm with lcd and/or hdmi support.
k40s[m] has joined #linux-sunxi
<BroderTuck> in kernel and/or u-boot
<fALSO> looking at that, it should work
<fALSO> ahhh lcd.... just normal HDMI should work
foxx_ has quit [Ping timeout: 246 seconds]
vagrantc has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
forkbomb has joined #linux-sunxi
romainmahoux[m] has joined #linux-sunxi
mic-e[m] has joined #linux-sunxi
oliver[m] has joined #linux-sunxi
kuhn[m] has joined #linux-sunxi
fevv8[m] has joined #linux-sunxi
t4h4[m] has joined #linux-sunxi
GuLinux[m] has joined #linux-sunxi
freddor[m] has joined #linux-sunxi
ildar has joined #linux-sunxi
YannSoubeyrand[m has joined #linux-sunxi
z3ntu has joined #linux-sunxi
JuniorJPDJ has joined #linux-sunxi
MartijnBraam has joined #linux-sunxi
leviathanch has quit [Remote host closed the connection]
romainmahoux[m] has quit [Read error: Connection reset by peer]
oliver[m] has quit [Remote host closed the connection]
t4h4[m] has quit [Read error: Connection reset by peer]
JuniorJPDJ has quit [Remote host closed the connection]
k40s[m] has quit [Remote host closed the connection]
kuhn[m] has quit [Write error: Connection reset by peer]
z3ntu has quit [Read error: Connection reset by peer]
mic-e[m] has quit [Remote host closed the connection]
MartijnBraam has quit [Read error: Connection reset by peer]
fevv8[m] has quit [Read error: Connection reset by peer]
freddor[m] has quit [Remote host closed the connection]
YannSoubeyrand[m has quit [Remote host closed the connection]
GuLinux[m] has quit [Remote host closed the connection]
ildar has quit [Read error: Connection reset by peer]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 246 seconds]
k40s[m] has joined #linux-sunxi
Keziolio has quit [Ping timeout: 246 seconds]
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
Keziolio has joined #linux-sunxi
Keziolio has quit [Ping timeout: 246 seconds]
fevv8[m] has joined #linux-sunxi
freddor[m] has joined #linux-sunxi
GuLinux[m] has joined #linux-sunxi
oliver[m] has joined #linux-sunxi
mic-e[m] has joined #linux-sunxi
ildar has joined #linux-sunxi
kuhn[m] has joined #linux-sunxi
t4h4[m] has joined #linux-sunxi
YannSoubeyrand[m has joined #linux-sunxi
romainmahoux[m] has joined #linux-sunxi
MartijnBraam has joined #linux-sunxi
z3ntu has joined #linux-sunxi
JuniorJPDJ has joined #linux-sunxi
victhor has joined #linux-sunxi
megi has joined #linux-sunxi
NeuroScr has quit [Read error: Connection reset by peer]
NeuroScr has joined #linux-sunxi
maz has quit [Ping timeout: 250 seconds]
reinforce has quit [Quit: Leaving.]
Keziolio has joined #linux-sunxi
Keziolio has quit [Changing host]
Keziolio has joined #linux-sunxi
Keziolio has quit [Ping timeout: 250 seconds]
Mr__Anderson has quit [Remote host closed the connection]
BroderTuck has quit [Quit: L8r]
netlynx has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 268 seconds]
Keziolio has joined #linux-sunxi
florianH has quit [Quit: Connection closed for inactivity]
wasutton3_mobile has joined #linux-sunxi
lurchi__ is now known as lurchi_
clemens3_ has joined #linux-sunxi
IgorPec has quit [Ping timeout: 246 seconds]
clemens3_ has quit [Remote host closed the connection]
clemens3 has joined #linux-sunxi
prof_work has joined #linux-sunxi
prof_work has quit [Remote host closed the connection]
<karlp> so on a h3, if I've loaded uboot+spl via FEL, I should be able to usethat uboot to boot a kernel+initramfs right? is there something simply I'm missing? https://zerobin.net/?3721efc2696caf53#Ccbs8XoZ4uDAy/wBFGBQPdQ20x3sPtZfWYRzXmcPfuo=
<karlp> I've loaded similar images from uboot on other boards, with uboot in flash, but that shouldn't really make any difference should it?
xyntrix has quit [Quit: Leaving]
<anarsoul|2> what about dtb?
\\Mr_C\\ has quit [Quit: (Read error: Connection reset by beer)]
<karlp> I would have expected the kernel to start and then complain in that case?
<anarsoul|2> how would it know what machine it's running on?
<anarsoul|2> and what serial driver to use?
<karlp> I'm prettttty sure that openwrt builds include an appended dtb, but I can check.
paulliu has quit [Quit: Leaving.]
\\Mr_C\\ has joined #linux-sunxi
raspo666 has quit [Remote host closed the connection]
afaerber has quit [Quit: Leaving]
wasutton3_mobile has quit [Ping timeout: 268 seconds]
<karlp> just needed more magic.... https://zerobin.net/?4bb01756d81f8378#kA+dtPHPUvz5t5nS5MJ/PwieLy5h8EC+9FUIWFoQCfg=
wasutton3_mobile has joined #linux-sunxi
<karlp> has sunxi-fel and uboot changed spl versions again? the wiki has notes abotu version 1 vs version 2 incompatibilities, but i'm getting "found 0x3> maximum supported 0x02" and I'm running latest git from sunxi-tools
<karlp> ok, wonderufl changing it to v3 works... hopefully nothign else broke :)
kurain has joined #linux-sunxi
BenG83 has quit [Remote host closed the connection]
BenG83 has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 268 seconds]