mnemoc changed the topic of #arm-netbook to: EOMA: Embedded Open Modular Architecture - Don't ask to ask. Just ask! - http://elinux.org/Embedded_Open_Modular_Architecture/EOMA-68 - ML arm-netbook@lists.phcomp.co.uk - Logs http://ibot.rikers.org/%23arm-netbook or http://irclog.whitequark.org/arm-netbook/ - http://rhombus-tech.net/
hg_5 has quit [Ping timeout: 245 seconds]
lerc_ has joined #arm-netbook
lerc has quit [Ping timeout: 248 seconds]
<TestModule_> Is USB (mouse) support not baked in in defconfig?
<TestModule_> it's getting power but not data over a hub that's on the OTG port
freakazoid0223 has joined #arm-netbook
hp__ has quit [Ping timeout: 264 seconds]
SouL_ has joined #arm-netbook
SouL_ has left #arm-netbook [#arm-netbook]
voronaam has quit [Quit: Leaving.]
stefanro has joined #arm-netbook
stefanro1 has quit [Ping timeout: 245 seconds]
freakazoid0223 has quit [Quit: Leaving]
L84Supper2 has joined #arm-netbook
L84Supper2 has quit [Changing host]
L84Supper2 has joined #arm-netbook
L84Supper2 has quit [Ping timeout: 245 seconds]
L84Supper2 has joined #arm-netbook
L84Supper2 has joined #arm-netbook
dyoung-away is now known as dyoung
servili007 has joined #arm-netbook
herdingcat has joined #arm-netbook
aholler_ has joined #arm-netbook
aholler has quit [Ping timeout: 248 seconds]
Mazon has quit [Ping timeout: 256 seconds]
KoH__ has joined #arm-netbook
huli_ has joined #arm-netbook
KoH_ has quit [Ping timeout: 252 seconds]
Mazon has joined #arm-netbook
herdingcat has quit [Ping timeout: 244 seconds]
huli_ has quit [Client Quit]
L84Supper2 has quit [Ping timeout: 248 seconds]
hark has quit [Read error: Connection reset by peer]
dyoung is now known as dyoung-away
dyoung-away is now known as dyoung
<TestModule_> My mk802 1gb is showing 306MB total in free -m, but i edited the fex and i'm using the mini-x-1gb uboot >.>
dyoung is now known as dyoung-away
<WarheadsSE> doesn't the SPL setup the ram, though
<TestModule_> Where does the BSP put that? Is it supposed to be in a sep partition or in with the script.bin / u-boot?
<WarheadsSE> it gets written to block 8
<WarheadsSE> it's on the wiki.
Jef91 has quit [Remote host closed the connection]
<TestModule_> I don't see that within the partitions, or the file within either
<rm> because it is not a file
<rm> it is written with 'dd' directly to the SD card, into space before the first partition
<TestModule_> During the uboot
<TestModule_> Which i set to mini-x-1gb
<TestModule_> so if it's pulling the info from the config and not the manual input, is that not a bug?
<rm> how do you "set it to"?
servili007 has quit [Read error: Connection reset by peer]
<TestModule_> make mini-x-1gb CROSS_COMPILE=arm-linux-gnueabihf-
<TestModule_> whilst set after an interupt
<TestModule_> I did as told
<rm> told by whom/where
<rm> make of what
<rm> of which sources
<rm> you give zero details, just some scraps of I dunno what
hp__ has joined #arm-netbook
gimli has joined #arm-netbook
Quarx has joined #arm-netbook
<libv> hrm, colours suck.
<libv> is that telling us that maybe linux-sunxi should not happen in the eoma channel of #arm-netbook?
Ershov has joined #arm-netbook
<TestModule_> rm -> HNO
<rm> I could point out that you answered only 1 out of 4 questions I asked
<rm> but to not waste more time on this, I will guess that you are probably following something like http://linux-sunxi.org/First_Steps
<rm> this "make" command is executed in a directory with the u-boot source code
rz2k has joined #arm-netbook
<rm> so if you scroll down the instruction, the actual installation of the U-boot SPL and U-boot that you have built, is:
<rm> dd if=/home/blah/bleh/u-boot-sunxi/spl/sunxi-spl.bin of=/dev/mmcblkx bs=1024 seek=8
<rm> dd if=/home/blah/bleh/u-boot-sunxi/u-boot.bin of=/dev/mmcblkx bs=1024 seek=32
<rm> have you done both of those
<rm> ?
hg_5 has joined #arm-netbook
ZaEarl has quit [Ping timeout: 255 seconds]
Avernos has quit [Quit: No Ping reply in 180 seconds.]
Avernos has joined #arm-netbook
Avernos has joined #arm-netbook
Avernos has quit [Changing host]
rellla has joined #arm-netbook
<TestModule_> It should be in the BSP
<TestModule_> rm
gimli has quit [Ping timeout: 248 seconds]
rellla2 has joined #arm-netbook
rellla has quit [Ping timeout: 246 seconds]
pcat has joined #arm-netbook
rellla2 is now known as rellla
<br-> anyone know of an eink controller with a usb interface?
<br-> thinking of a neat hack involving a framed eink display to act as a hanging calendar
<br-> (tied to internetty calendars)
herdingcat has joined #arm-netbook
<RaYmAn> not as fun, but I suspect it might be easier/cheaper to get a hackable ereader and do it on that =P
<br-> seems i.mx6 has integrated EPD
<br-> RaYmAn: looks like you're right
<br-> would be super neat to have something solar powered that woke up once an hour or something
<br-> no input, just static display
<RaYmAn> with a cheap ereader you could even have simple touch input
<rm> TestModule_, if you are using a BSP, do you really need to also compile u-boot yourself...
<TestModule_> uhhhh yes.
<TestModule_> because of the RAM
<rm> as WarheadsSE said above the RAM might be handled by SPL
<rm> SPL should be also created when you compile u-boot, no?
<TestModule_> Since i cannot do this the BSP way then, how is it corrected (both parts)?
<TestModule_> Here is what i see
<TestModule_> two partitions
<TestModule_> first one, fat, script.bin , u-boot, uimage
<TestModule_> 2nd, filesystem + hwpack mali , etc
<TestModule_> that's it
<rm> u-boot is not in a partition
<rm> it's placed in the gap between the disk start and the first partition
<rm> first the SPL, then U-boot there
<TestModule_> i know i can see it rm
<TestModule_> i can't see the gap, so if you can tell me how to just dd to that block, that would be great
<TestModule_> i know where it is
<TestModule_> i don't know what needs to be there vs what is there
<TestModule_> or why it did that in the first place given the edited fex which i thought identified which spl
<TestModule_> or what in the spl
<rm> <rm> so if you scroll down the instruction, the actual installation of the U-boot SPL and U-boot that you have built, is:
<rm> <rm> dd if=/home/blah/bleh/u-boot-sunxi/spl/sunxi-spl.bin of=/dev/mmcblkx bs=1024 seek=8
<rm> <rm> dd if=/home/blah/bleh/u-boot-sunxi/u-boot.bin of=/dev/mmcblkx bs=1024 seek=32
<rm> <rm> ?
<rm> <rm> have you done both of those
rz2k has quit [Read error: Connection reset by peer]
sspiff has joined #arm-netbook
<TestModule_> yes, but it is incorrect
<TestModule_> Not the method, but the result
popolon has joined #arm-netbook
<RaYmAn> so by any chance, anyone have a tegra2 or tegra3 devboard/device with JTAG access? :P
<libv> RaYmAn: they were handing out tegra2s like candy mints at embedded world in nue last march
<libv> you'll have to dig through its datasheets to find whether it has jtag exposed or not
<RaYmAn> yeah, I have far too many tegra devices already, but no JTAG :( I just need a dump of some stuff tbh
herdingcat has quit [Ping timeout: 252 seconds]
herdingcat has joined #arm-netbook
pcat has quit [Ping timeout: 240 seconds]
Alex1269 has quit [Quit: Page closed]
Kebianizao|work has joined #arm-netbook
<mnemoc> any comments regarding merging the stage branches?
<rm> TestModule_, I just tested this for myself
<TestModule_> and?
<TestModule_> i'm running 3.4
<rm> got the bootloader/*.bin files from there
<rm> wrote them to my SD card as mentioned above
<rellla> mnemoc: haven't tried the latest, but so far no issues here with (3.0)
<rm> and after a reboot I got 1 GB of RAM instead of 512
<rm> TestModule_, the kernel version is irrelevant, u-boot and u-boot SPL are the same
<TestModule_> i did it right because i literally copy/pasted from HNO
<TestModule_> literally whilst submitting the 1gb MK802 info
<mnemoc> rellla: when was your last update of stage?
<buZz> hmmm, what about iMX6 ?
<buZz> is it a nice platform?
<rm> TestModule_, you seem to be more interesed in proving that you are "right" or you are doing it "correctly", rather than solving the problem...
<mnemoc> buZz: yes
<rm> why do you compile u-boot in the first place? there is a pre-compiled one with 1GB of RAM support, by the link I posted above
<TestModule_> because it is flawed, as stated by HNO
<buZz> hmmm
<buZz> not so many imx6 devices on aliexpress
<rm> mkay, wait for hno then, maybe he will be able to help you better :)
<TestModule_> which is why he told me to use the mini-x one
<mnemoc> buZz: the hi802 is kind of the only one :p
<RaYmAn> mnemoc: there are a few tablets as well afaik
<buZz> mnemoc: well i am hunting for a 'debian-capable tablet'
<mnemoc> rm: there is a 1GB model too
<rm> in any case, when something is labeled just "MiniX" it is unsafe to assume it's the 1GB variant
<mnemoc> true
<TestModule_> did already
pcat has joined #arm-netbook
<mnemoc> TestModule_: name?
<TestModule_> you were here
<TestModule_> no idea. i sent the info in a pastebin and a wikisend.com to HNO
<TestModule_> in this chat
<TestModule_> he said ok, downloaded, said my script.bin was shit because of the pmu being fubar
<TestModule_> said someone would add a 1gb
<rellla> mnemoc: oops. seems that my version of stage has already been merged... so no feedback from me.
<mnemoc> rellla: :<
SouL_ has joined #arm-netbook
SouL_ has left #arm-netbook [#arm-netbook]
tinti has joined #arm-netbook
<hno> TestModule_, what are you trying to do?
<TestModule_> replace the spl of a mk802 1gb that shows up as 1gb
<TestModule_> right now it is at 512 (306)
<rellla> mnemoc: imo https://github.com/linux-sunxi/linux-sunxi/issues/102 could be closed. someone should provide a patch to fix the fex-file and remove the emac_power-line.
<rellla> on my boxes and on ml, it was reported to work.
<mnemoc> rellla: it's kind of disturbing to need to take that out...
<mnemoc> emac_power is supposed to be a real thing
<mnemoc> and NULL/undefined if not wired
<mnemoc> but in your cases the .fex was explicitly pointing out of a GPIO
<mnemoc> s/of/to/
<rellla> in mele_a1000g.fex -> emac_power = ""
<rellla> in cubieboard.fex -> no emac_power - line
<rellla> so what is it for?
<mnemoc> iirc the hackberry and others use a gpio to enable/disable the PHY
<mnemoc> unless they disabled it in source and "forgot" to remove the line from .fex
<Gumboot> Who owns the linux-sunxi.org wiki? Can it be modified to accept .patch files?
<mnemoc> Gumboot: would prefer to get "patches" commited instead of attached
<Gumboot> Patches against third-party code.
<Gumboot> Bad ones.
eebrah has joined #arm-netbook
<mnemoc> Gumboot: try
<Gumboot> Try to upstream a bad patch into third-party code?
<mnemoc> try to upload the patch to the wiki
<Gumboot> Javascript stopped me.
<Gumboot> Oh, or have you changed it?
<mnemoc> yes. try
<Gumboot> Yep, cool, that worked.
<mnemoc> gut
hansg has joined #arm-netbook
<buZz> hehe hansg
<buZz> i saw you also bought an OYO ebookreader :D
matt_ has joined #arm-netbook
matt_ is now known as Guest53385
<RaYmAn> Gumboot: do you happen to know if the bootrom is protected from being read back on tegra2/3? :P The TRM's indicates access should be possible, but having issues accessing anything past the first page :( (it reads back as the hex equivalent of 'b .' instruction)
<Guest53385> Hi all, If the new A31 tablet still use text-based configuration file for boot device/pin selection like A10, and we can get UART/JTAG using microsd?
<RaYmAn> it definitely still uses script.bin if that's what you mean (someone posted one on the mailing list)
<Guest53385> RaYmAn, thank you. sorry for my english
<Guest53385> RaYmAn, i will check the port right now
<Guest53385> i will check the post right now
<Guest53385> RaYmAn, thanks.
<Gumboot> RaYmAn: Haven't looked at bootloader stuff, sorry.
<RaYmAn> Gumboot: okay, np - was worth a shot :) Also attempted bothering srwarren about it, but he hasn't responded yet
<Guest53385> it seems A31 will still use script.bin, so we can still get UART/JTAG by using pin on MicroSD slot, am i right?
<RaYmAn> assuming they haven't changed pinmux configuration too much
ganbold_ has joined #arm-netbook
<Guest53385> RaYmAn, Is it will clear when datasheet of A31 is available?
<RaYmAn> I don't think they ever release the datasheet for a10 publicly, so no. iirc it was leaked
<mnemoc> only if a device manufacturer decides to share it
rz2k has joined #arm-netbook
<slapin> is there any AW CPU in -40 +60 C thermal range?
* slapin wants to start a new project to replace s3c24xx
<mnemoc> slapin: will need to ask wits
<hansg> buzz, yeh but I plan to just use it as an (extra) e-reader not to do much hacking on it, the A1x stuff takes all of my spare time already ...
<mnemoc> hansg: any feeling regarding a merge of the stage branches?
<hansg> mnemoc, let me check what is in there ...
Guest53385 has quit [Quit: Leaving]
<buZz> hansg: thats fine ;) i think there are many in hands of ppl that do want to do something like that with it
<hansg> mnemoc, go for it :)
pcat has quit [Ping timeout: 252 seconds]
<mnemoc> hansg: cool
<slapin> can anybody advice non-crap laptop? with RS232 included?
<mnemoc> rs232???
<slapin> mnemoc: yes the requirement
<rellla> buZz: do you have cedarx working with vlc or xbmc?
<hansg> slapin, better to just buy a *good* usb <-> rs232 converter
<mnemoc> +1
<buZz> rellla: with vlc
<rellla> ok. and none of the reported issues?
* mnemoc has a nice usb to 4xDB9
<slapin> hansg: such things doesn't exist and is too tender for field work
<buZz> which are the reported issues?
<hansg> So none of that chinese crap. And in general anything below 20 usd is crap
<buZz> mnemoc: at the hackerspace we have some usb to 16x DB9 device, totally bizar :P
<buZz> 1U 19" device
<hansg> slapin, such a thing does exist, and to tender for field work is sort of a non argument
<mnemoc> uh
<buZz> rellla: i dont see any actual problem on that page
* hansg has been dissecting a lot of usb <-> serial converters since they need special handling wrt usb redirection to a vm
<rellla> buZz: e.g. http://linux-sunxi.org/CedarXVideoRenderingChart sample 4+7+8? i haven't tried vlc, but xbmc (empat0) runs in productive state.
<buZz> rellla: all those 'issues' are just facts, questions or weird stuff
<buZz> rellla: ah, i just tried some samples i found on my harddrive
<buZz> i dont really even desire to play 1080p video :P
<buZz> i could try those samples this evening if you want?
<buZz> rellla: anyway, all the tools using CedarX use the exact same decoding, so if a video doesnt work in one player, it will not work in all players
<rellla> buZz: imo it's not clear, if the binary is broken, or it's faulty implemented in e.g. xbmc.
pcat has joined #arm-netbook
<slapin> mnemoc: ast lenovo e43 was killed by field people and I need something new. USB stuff just dies too fast and can't br relied upon.
<slapin> s/ ast/last/
<ibot> slapin meant: mnemoc:last lenovo e43 was killed by field people and I need something new. USB stuff just dies too fast and can't br relied upon.
<buZz> rellla: for me its clear, CedarX has limited support, the XBMC people wanted better support, Allwinner said 'oh sure!' and then later said 'HAHAHA FOOLED YOU' and now XBMC devs are pissed like some teenage girl
<rellla> buZz: anyway. most of the codecs work. at least the most common. surely it would be better for devs to have some sources.
<rellla> gimli not here ^^ ;-)
<buZz> well of course it would be better, but very NOT plausible
<buZz> its like asking McDonalds for the recipe for their Special Sauce
<buZz> it would be nice to have
<buZz> but not likely you will get it
<libv> not all is bad in the userspace driver world, i am now hitting 212fps for the spinning companion cube while the gles2 equivalent on the binary drivers are hitting 145 :)
<slapin> buZz: or want it knowing what's inside...
<andoma> libv: \o/
<buZz> libv: sweet :)
<buZz> any idea when lima driver will be usuable? :D
<libv> limare is not a driver though, so it can cut corners that the opengles2 driver cannot
* slapin hates compainon cube
<libv> i will soon stop the research phase and start implementing an actual driver
<buZz> awesome
<slapin> cool
<libv> but it is still nice to have higher performance than the original driver, this means that no secrets are there or have been overlooked
<libv> we could be just as fast in free software as with the binary blobs
<libv> but of course, mesa will try to work against that
<libv> and we have the proof in hand to stop moping, and actually go and fix mesa :)
<rellla> buZz: i'm good with libs, as long you can fit them together with some wrapper and get a working result. the result. is good enough for me here.
<rellla> anyway, someone should test, if the problem-sample-files work with mxplayer/android, so libcedar can basically handle them...
<rellla> s/libs/binarys/
<buZz> mxplayer doesnt use CedarX
<buZz> the 'hw accel' in mxplayer is just NEON
<rellla> ah.
<rellla> so all the a10-android- video-hw accel is based on NEON?
<buZz> what?
<buZz> which is 'all' ?
<rellla> video decoding
<buZz> which?
<rellla> how is the decoding of h264-files handled on a10 devices running android?
<buZz> maybe through stagefright?
<buZz> i dont know, i dont run android
<buZz> rellla: http://linux-sunxi.org/CedarX#Benefits_to_Allwinner.27s_CedarX_technology_and_libraries:
<buZz> rellla: that mentions that all the interfacing happens within the media player
<rellla> i wanted to say, that i would be interested, if this files work with this media player, or if there is also an error in implementation or cedarx-code.
<buZz> well, go boot android then :P
<rellla> ;)
<buZz> i really doubt the latter
hno has quit [Quit: Coyote finally caught me]
<buZz> (that there is an error with implementation)
<rellla> me too
<buZz> i discovered that WMV9 files for example work fine with CedarX
<buZz> but WMV8 files dont
hno has joined #arm-netbook
<rellla> why do you think, they don't? regarding to docs, libcedar should be able to handle it.
<buZz> they dont what?
<buZz> wait, which doc are you talking about?
<buZz> ah didnt read that
<buZz> i dont see conclusively mentioned in that file which codecs with which parameters are supported
<buZz> just saying 'MPEG4' doesnt say anything about it
<buZz> like they say > In MPEG4 decoder, we implement several standards
<buZz> such as XVID, DIVX3, DIVX4, DIVX5, H263, VP6 and so on.
<rellla> wmv7/8 is only mentioned in the "preface"
<buZz> mainly those last 3 words ;)
<buZz> yeah the document is totally vague
<buZz> anyway the document is about the interface
<buZz> not about the actual decoding
<rellla> but in the headers you can define a CEDARV_MPEG4_SUB_FORMAT_WMV1 or CEDARV_MPEG4_SUB_FORMAT_WMV1, whatever codec is meant there.
<buZz> > The first version of the codec, WMV 7, was introduced in 1999, and was built upon Microsoft's implementation of MPEG-4 Part 2.
<buZz> so actually, its quote possible that the 1st WMV, WMV7 is called WMV1 by Allwinner, and is actually decoded with the mpeg4 decoder
<buZz> who knows, this document will not tell us
Kebianizao|work has quit [Remote host closed the connection]
huli_ has joined #arm-netbook
Ershov has quit [Quit: Ershov]
herdingcat has quit [Ping timeout: 264 seconds]
huli_ has quit [Quit: Leaving]
rsalveti_ has joined #arm-netbook
rsalveti_ has quit [Remote host closed the connection]
rsalveti_ has joined #arm-netbook
rsalveti has quit [Ping timeout: 255 seconds]
rsalveti_ is now known as rsalveti
<rellla> you probably are right. could be that fourcc is meant. can you check out the fourcc-identifier for your WMV9-file?
<buZz> not now
<buZz> maybe tonight
<rellla> don't hurry and feel free to edit the wiki-chart ;-)
<buZz> ;)
von_fritz has joined #arm-netbook
tom_say has joined #arm-netbook
<slapin> dunno what is wiki-chart
<slapin> that is so cool - you just need to type a lot, say 1-2 obscene workd per minute, and nobody disturbs you thinking you're busy working instead of trying not to fall asleep.
<Workboot> Only 1-2 per minute?
<buZz> hehe
<buZz> we call that 'epibreren' in dutch
<buZz> working really hard at pretending to be working
<Workboot> My old boss back in NZ showed me how to roll up a piece of paper, drop a biro in the middle of it, and hold it in such a way as to prop up your chin while you slept.
<Workboot> The idea was that any disturbance at all would leave everything in position to look like you'd been working all along.
<Workboot> And with no evidence that you had something propping up your chin while you slept.
<slapin> wow, cool technique, I accidentally fell asleep at this workplace several times already - keyboard imprints on face are not nice :(
<slapin> especially my desk is trashed with heaps ov various crappy hardware no one knows from where, so it is dangerous to have uncontrolled sleep these days
L84Supper2 has joined #arm-netbook
L84Supper2 has quit [Changing host]
L84Supper2 has joined #arm-netbook
techn has joined #arm-netbook
techn is now known as Guest1232
<slapin> and these materials control girls tend to do pranks on sleeping people leaving lipstick spots on face or something more evil
* slapin needs to hide somewhere and get at least 2hr sleep
datagutt has joined #arm-netbook
techn_ has quit [Ping timeout: 248 seconds]
<rm> "no one knows from where" <- I'm going to bet on 'from China'
<rm> :)
<Workboot> Get an out-of-order sign and hang it on a toilet stall door. Then lock yourself in.
<rm> doing things Out-of-Order is useful in CPUs, not so much in toilet
<rm> imagine if you would... err
<rm> ok nevermind
<Workboot> Even more incentive for nobody to open that door!
<slapin> rm: this is domestic hardware, made in Russia, s3c24xx, Wavecom, atmel, telit, Geostar, and damn wtf who knows what, antennas, etc, all in heaps on table, as returning this to store is too much hussle - I will have to explain too much.
<Workboot> Better yet; in some airports they have diagrams onthe doors indicating what kind of toilet it is. Make up your own nonsense diagram and put it on the door to scare people off.
<slapin> Workboot: I've got electric hazard sign somewhere here, for up to 1000V DC, but that requires reader knowledge what that means...
<Workboot> Something acrobatic, perhaps.
<Workboot> With a trapezium and a vertically-mounted seat.
<slapin> Workboot: also I've got one of these "you don't exist, please go away" T-shorts, might hang it on the door, as they all are S-sized
<slapin> probably I can print something on printer and laminate it, but can't find anything creative
<slapin> also I need to think of some excuses for building guards
L84Supper2 has quit [Ping timeout: 246 seconds]
Kebianizao|work has joined #arm-netbook
ZaEarl has joined #arm-netbook
Jef91 has joined #arm-netbook
andoma has quit [Ping timeout: 264 seconds]
fragmint has quit [Quit: No Ping reply in 180 seconds.]
fragmint has joined #arm-netbook
pcat has quit [Read error: Connection reset by peer]
matt_ has joined #arm-netbook
matt_ is now known as Guest19014
andoma has joined #arm-netbook
andoma has quit [Ping timeout: 246 seconds]
sspiff has quit [Quit: Leaving]
rellla has quit [Remote host closed the connection]
leowt has joined #arm-netbook
<leowt> are AMLogic "hackable"?
<leowt> or is it too closed?
andoma has joined #arm-netbook
<drachensun> they opened some source
<drachensun> big gaps between releases
<leowt> i see
<leowt> well, ill keep a10
<leowt> =P
<leowt> tnks
vinifm has joined #arm-netbook
fragmint has quit [Ping timeout: 255 seconds]
Guest1232 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
techn has joined #arm-netbook
fragmint has joined #arm-netbook
techn is now known as Guest3886
freakazoid0223 has joined #arm-netbook
Jonathan_Eyre has joined #arm-netbook
<Jonathan_Eyre> I have compiled aosp and have made a system.img and a boot.img. I have also used the A10 linux flash kitchen to create an image based on a working image, and the images I compiled.
<Guest19014> Hi, all. Is there a way that we can get the pinmux configuration of the running SoC?
<Jonathan_Eyre> I used PhoenixCard to place the livesuit flash kitchen output on my sdcard. The checksums in phoenix said the image was good.
<mnemoc> Guest19014: or you want to read the "current state" of them?
<Guest19014> mnemoc, sorry, i mean i want to get the "current state"
<Jonathan_Eyre> I then plugged the sdcard into the A10 laptop, and it ran through the installer for about two-three minutes. The green progressbar was going across the screen and there was a constant clicking sound. So it seemed like all was good.
<mnemoc> Guest19014: `pio -m` from sunxi-tools lets you look and play from userspace
<Jonathan_Eyre> Then, I got the error "sprite update error: fail to open part file i@@m" and on the secind line "CARD OK"
<Jonathan_Eyre> Does anyoen know what this error means?
<Guest19014> mnemoc, thanks, but if not A10 chip, is there a more generic way?
<mnemoc> Guest19014: if your soc is mainlined and properly maintained you can see the pinctrl info in /sys
<Guest19014> mnemoc, thanks, i found some resources by using the keyword "pinctrl"
<mnemoc> yw
hansg has quit [Quit: Leaving]
eebrah has quit [Ping timeout: 252 seconds]
<Jonathan_Eyre> In using the A10 flash kitchen, just extracting and creating an image on the output results in a much smaller image...
Jef91 has quit [Ping timeout: 252 seconds]
Jef91 has joined #arm-netbook
Quarx has quit []
eFfeM has joined #arm-netbook
popolon has quit [Quit: Quitte]
TestModule_ has quit [Ping timeout: 245 seconds]
leowt has quit [Quit: leowt]
netchip has joined #arm-netbook
<netchip> hi
<netchip> how can i install kernel-headers (manually) on ARMHF (Debian)?
Kebianizao|work has quit [Remote host closed the connection]
<netchip> I guess it's make install_headers? ...
<netchip> Although I didn't compile on that phone
<jelly-home> netchip: do you know there's a make deb-pkg
<zumbi> netchip: apt-get install linux-headers ?
<netchip> zumbi, It's a custom rootfs :)
<netchip> jelly-home, nope...
<netchip> zumbi, If I do that, I can choose between OMAP etc, but I have an Exynos :P
Guest19014 has quit [Quit: Leaving]
<jelly-home> whether it works in a crosscompiling env. is a different thing
<zumbi> it does ;-)
<netchip> well, I can't compile kernel because missing kernel-headers...
<jelly-home> ?
<netchip> Hell, I can't compile anything
<netchip> jelly-home, doesn't compiling things need kernel-headers?
<netchip> because
<netchip> scripts/basic/fixdep.c:106:23: fatal error: sys/types.h: No such file or directory
<netchip> etctera
<netchip> etcetera*
<jelly-home> netchip: no, those are the _result_ of compiling a kernel. You need basic devel packages instead
<zumbi> uhm.. sys/types.h is libc
<jelly-home> on a debian system, you could install build-essential
<netchip> lol....
* netchip fails
<zumbi> for sys/types.h install libc6-dev
<netchip> doing build-essential now
<netchip> thanks both
<zumbi> netchip: ooi, which devices is it?
<zumbi> is an arndale board?
<netchip> Samsung Galaxy S3 ;-)
<zumbi> and you got debian on it?
<jelly-home> sounds expensive for a dev board
<netchip> zumbi, chroot for now
<netchip> doing experiments on it :)
<netchip> and if it works well
<zumbi> nice
<netchip> I'll export & make a initrd
<netchip> :P
newbie has joined #arm-netbook
<netchip> main problem is storage for kernel source code etc
newbie is now known as Guest29010
<netchip> because NFS = :'(
<zumbi> NBD?
newbie1 has joined #arm-netbook
<netchip> zumbi, it's basically the same as NFS, isn't it? :) NFS is working good, but slow
Avernos_ has joined #arm-netbook
<jelly-home> no, it's not "basically the same"
Avernos has quit [Ping timeout: 248 seconds]
<zumbi> netchip: it's not the same at all
<netchip> ah
<jelly-home> it's basically different, one is a filesystem, the other is a block device.
<zumbi> maybe from user point of view, it can do the same for you
<netchip> you can mount a device node on another device?
hp__ has quit [Ping timeout: 264 seconds]
<netchip> WiFi = hell
<netchip> it's probably OK for listening music etc
<netchip> but don't try to compile kernels via NFS over WiFi
Guest29010 has quit [Ping timeout: 264 seconds]
<netchip> hum
<netchip> they say NBD is much faster than NFS
<netchip> it probably is, but it doesn't make my wifi quicker ;)
eFfeM has quit [Quit: Leaving.]
tinti has quit [Read error: Connection reset by peer]
tinti has joined #arm-netbook
<Jonathan_Eyre> What would make me get the error: "sprite update error: fail to open part file i@@m"??
<Jonathan_Eyre> My sd card gets most of the way through the install, then shuts down on this error.
Avernos_ has quit [Ping timeout: 248 seconds]
newbie1 is now known as hp__
voronaam has joined #arm-netbook
Avernos has joined #arm-netbook
Avernos has quit [Changing host]
Avernos has joined #arm-netbook
newbie has joined #arm-netbook
newbie is now known as Guest79026
hp__ has quit [Ping timeout: 264 seconds]
Guest79026 is now known as hp__
datagutt has quit [Quit: kthxbai]
newbie1 has joined #arm-netbook
<Jef91> So I have my debian file system booted on the MK802
<Jef91> but I can't seem to get the wireless detected - any suggestions?
<mnemoc> load the module manually
hp__ has quit [Ping timeout: 264 seconds]
freakazoid0223 has quit [Quit: Leaving]
<mnemoc> by default boards come configured (script.bin) to have disabled the usb controller where the wifi is connected
<mnemoc> and the "allwinnerized" driver turns it on/off
TestModule has joined #arm-netbook
newbie1 is now known as hp__
TestModule has quit [Ping timeout: 245 seconds]
<netchip> Jef91, I talked with codeworkx, from the CyanogenMod team, and source compiled kernel is a no-go for NAND/WiFi driver.
<netchip> so use prebuilt one ;-)
<netchip> oh wait
<netchip> it's a sunxi?
<netchip> or a Rockchip?
ganbold has quit [Remote host closed the connection]
<fragmint> om nom nom
<fragmint> dericious rockchip!
<netchip> Allwinner > rockchip
<netchip> for now
<netchip> because rockchip violates the gpl
<Jef91> netchip: allwinner
<Jef91> a10
<netchip> Allwinner A31, that with SATA is what I want ;P
<netchip> Jef91, Ah
<mnemoc> A31 has pvr instead of mali
<netchip> then just modprobe module :P
<Jef91> yea netchip, I need to figure out which module I need to load
<rm> Jef91, which kernel and script.bin do you use?
L84Supper2 has joined #arm-netbook
L84Supper2 has quit [Changing host]
L84Supper2 has joined #arm-netbook
gimli has joined #arm-netbook
lkcl has quit [Ping timeout: 255 seconds]
Guest3886 is now known as Techn
Techn is now known as Techn_
Techn_ is now known as techn_
<netchip> An interesting question: do you think there will be superintelligent robots, in less 100 years? Superintelligent robots are better at things than humans.
<netchip> There are also more clever.
<netchip> And they can evolve theirselfs.
rellla has joined #arm-netbook
lkcl has joined #arm-netbook
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
rellla has quit [Quit: rellla]
<vinifm> static inline void arch_reset(char mode, const char *cmd) is for RESET CPU?
popolon has joined #arm-netbook
dyoung-away is now known as dyoung
Alex1269 has joined #arm-netbook
rz2k has quit []
hg_5 has quit [Read error: Connection reset by peer]
netchip has quit [Remote host closed the connection]
ganbold_ has quit [Ping timeout: 252 seconds]
tinti_ has joined #arm-netbook
von_fritz has quit [Quit: vonfritz leaves, don't panic]
vinifm has quit [Remote host closed the connection]
L84Supper2 has quit [Quit: gone]
hark has joined #arm-netbook
Jonathan_Eyre has quit [Quit: Leaving.]
popolon has quit [Quit: Quitte]
gimli has quit [Ping timeout: 248 seconds]
TestModule has joined #arm-netbook
dyoung is now known as dyoung-away
fragmint has quit [Quit: No Ping reply in 180 seconds.]
fragmint has joined #arm-netbook