00:02
L84Supper has quit [Ping timeout: 255 seconds]
00:04
L84Supper has joined #arm-netbook
00:09
mikey_w has quit [Read error: No route to host]
00:09
n6pfk has joined #arm-netbook
00:18
NickNack has joined #arm-netbook
00:19
<
NickNack >
i have a question
00:19
<
NickNack >
im not sure if this is the right place to ask
00:20
n6pfk has quit [Quit: Leaving]
00:20
mikey_w has joined #arm-netbook
00:22
von_fritz has quit [Quit: vonfritz leaves, don't panic]
00:24
<
mnemoc >
probably the wrong place. there are no mind readers here.
00:26
NickNack has left #arm-netbook [#arm-netbook]
00:35
dyoung is now known as dyoung-away
00:36
<
steev_ >
mnemoc: way to scare him off
00:54
ZaEarl has quit [Ping timeout: 244 seconds]
00:56
hp__ has joined #arm-netbook
01:05
ZaEarl has joined #arm-netbook
01:11
gimli has quit [Ping timeout: 250 seconds]
01:13
ZaEarl has quit [Ping timeout: 244 seconds]
01:19
voronaam has quit [Quit: Leaving.]
01:22
stefanro1 has joined #arm-netbook
01:24
stefanro has quit [Ping timeout: 244 seconds]
01:41
<
countz >
I need to make a modification to .config before the kernel is built, in sunxi-bsp
01:41
<
countz >
what's the clean way of doing this?
01:42
freakazoid0223 has joined #arm-netbook
02:10
dyoung-away is now known as dyoung
02:17
<
servili007 >
countz: are you still around?
02:18
<
countz >
I believe I am!
02:18
<
servili007 >
haha, alright, here's the quick version of what you should do
02:19
<
servili007 >
the first way is text based, not highly recommended. go into /arch/arm/configs, copy the defconfig you want to copy and make your edits, then target that instead of sun4i_defconfig or whatever you're using
02:20
<
servili007 >
the other way is to use menuconfig in terminal to get a GUI based configuration tool
02:20
<
countz >
(yes, sun4i)
02:21
<
countz >
I like the first way actually
02:22
<
servili007 >
If I just need to make a quick change, I do too
02:22
<
servili007 >
Make sure you know if what you're editing is dual or tri state though
02:23
<
servili007 >
(as in, some things can only be built as modules, no integrated completely)
02:23
popolon has quit [Quit: Quitte]
02:23
<
servili007 >
if you don't know and want to cheat, just put that value into google and get the info page on it
02:24
<
countz >
I needed to modify a specific row, CONFIG_SUN4I_GPIO_UGLY=y
02:27
mikey_w has quit [Remote host closed the connection]
02:28
mikey_w has joined #arm-netbook
02:29
<
countz >
so you wouldn't make the modifications to the original file, you'd make a copy and change the target
02:29
<
countz >
I get that, it's cleaner
02:30
<
servili007 >
you also don't want to modify .config because it's a temporary file
02:30
<
servili007 >
and while you're making your copy, you can always name it as the device you're working on, this way everything feels more personalized ;)
02:32
<
countz >
I think that modification allows the a13 to shutdown properly
02:32
<
servili007 >
does your device have an axp209 or similar?
02:33
<
countz >
it has some axp20 something
02:33
<
countz >
I remember that from the Xorg.0.log file
02:33
<
countz >
hold on i'll make sure
02:34
<
countz >
ok it's just axp20 :-)
02:34
<
servili007 >
don't worry about it, as long as it's in the 20 series
02:34
<
countz >
by the way is this just some boot image I'm supposed to supply?
02:34
<
countz >
cp: cannot stat `build/boot.scr': No such file or directory
02:34
<
countz >
(while uboot loads the system?)
02:35
<
servili007 >
you can add boot options to a boot.cmd and convert it to a boot.scr and stick it with your uImage and script
02:35
<
servili007 >
but if you're using u-boot, it'll auto supply some basic arguments to get you up and running
02:35
<
servili007 >
you may need/want to add more though
02:42
<
countz >
must have forgotten to copy something... it panic'd just now over "init not found"...
02:43
<
servili007 >
are you running from an SD card?
02:44
<
servili007 >
actually, give me some details on your setup, device, OS, what you're trying to do
02:44
<
countz >
is it possible sunxi-spl.bin and u-boot.bin are tailored for my kernel?
02:45
<
countz >
This is an A13, Olinuxino
02:45
<
countz >
with Debian Wheezy on an SD card
02:45
<
countz >
I previously extracted the 3.0.42+ kernel from an .img file I found, and used that
02:46
<
countz >
but it has the paranoid android kernel flag enabled, and I suspect it causes some issues for me with X11
02:46
<
servili007 >
on the default boot.scr
02:49
<
countz >
this sd card is booting fine with 3.0.42+
02:52
<
servili007 >
what branch is your linux-sunxi clone on?
02:53
<
countz >
how do I check?
02:54
<
servili007 >
when you cloned it what did you checkout
02:54
<
countz >
I'm on the master branch, it turns out.
02:55
<
countz >
(of sunxi-bsp)
02:55
<
servili007 >
ah, okay, you're using sunxi-bsp
02:56
<
countz >
I thought I mentioned it initially.
02:56
<
countz >
oh wait, I did mention it. perhaps it wasn't very clear.
02:56
<
servili007 >
no worries, unfortunately for you I'm not able to be much help remotely
02:57
<
countz >
That's something I can fix :-)
02:57
<
servili007 >
yeah, I see it in your original message
02:57
<
servili007 >
anyway
02:57
<
countz >
I can create a tunnel from this linux box to a public ip
02:57
<
servili007 >
haha, sorry, I don't have enough free time for that at the moment, I gotta run soon
02:58
<
countz >
no worries I'll figure it out ;-)
02:58
<
servili007 >
anyway, in your linux-sunxi submodule, it's a long shot, but try checking out sunxi-3.4 instead and remake your uImage
02:59
mikey_w has quit [Remote host closed the connection]
02:59
<
countz >
how do I switch branches?
02:59
<
servili007 >
within the linux-sunxi folder
02:59
<
servili007 >
git checkout origin/sunxi-3.4
03:01
<
countz >
ok it's checking out
03:01
mikey_w has joined #arm-netbook
03:01
<
servili007 >
good luck, I gotta run for now
03:02
<
countz >
thanks a lot!
03:02
<
countz >
good night :)
03:03
<
servili007 >
night, and on a final note, make sure you don't mix and match gnueabihf parts to gnueabi ones
03:15
mentis has joined #arm-netbook
03:20
freakazoid0223 has quit [Quit: Leaving]
03:21
servili007 has quit [Quit: Leaving]
03:39
Turl_ has joined #arm-netbook
03:40
<
Turl_ >
missed much these days?
04:04
mentis has quit [Quit: Konversation terminated!]
04:05
eebrah has quit [Ping timeout: 248 seconds]
04:08
aholler has joined #arm-netbook
04:09
<
countz >
probably not
04:11
aholler_ has quit [Ping timeout: 244 seconds]
04:16
eebrah has joined #arm-netbook
04:19
RaYmAn has quit [Read error: Operation timed out]
04:20
NAiL has quit [Read error: Operation timed out]
04:21
slapin_ has quit [Ping timeout: 246 seconds]
04:21
Thomas42_ has quit [Ping timeout: 260 seconds]
04:21
Holo_ has quit [Ping timeout: 252 seconds]
04:21
vgrade has quit [Ping timeout: 252 seconds]
04:23
uwe_mobile has quit [Ping timeout: 244 seconds]
04:26
slapin has joined #arm-netbook
04:27
Holo_ has joined #arm-netbook
04:28
Thomas42 has joined #arm-netbook
04:29
vgrade has joined #arm-netbook
04:29
jeremb__ has joined #arm-netbook
04:30
uwe_mobile has joined #arm-netbook
04:30
RaYmAn has joined #arm-netbook
04:31
Hexxeh_ has joined #arm-netbook
04:31
NAiL has joined #arm-netbook
04:32
steev__ has joined #arm-netbook
04:40
itamarjp has quit [Ping timeout: 252 seconds]
04:42
niftylettuce__ has joined #arm-netbook
05:34
hp__ has quit [Ping timeout: 276 seconds]
05:43
lerc_ has joined #arm-netbook
05:44
lerc has quit [Ping timeout: 265 seconds]
05:45
newbie has joined #arm-netbook
05:45
newbie is now known as hp__
05:48
dyoung is now known as dyoung-away
06:15
countz has quit [Quit: countz]
06:16
tallnerd1985 has joined #arm-netbook
06:22
countz has joined #arm-netbook
06:49
joekoocc1_ has joined #arm-netbook
07:01
gimli has joined #arm-netbook
07:13
antonl has joined #arm-netbook
07:15
mikey_w has quit [Remote host closed the connection]
07:17
antonl has quit [Ping timeout: 252 seconds]
07:18
mikey_w has joined #arm-netbook
07:24
Turl_ has quit [Quit: Page closed]
07:27
rellla has joined #arm-netbook
07:33
svp has joined #arm-netbook
07:35
L84Supper has quit [Ping timeout: 250 seconds]
07:47
joekoocc1_ has quit [Quit: Ex-Chat]
07:48
L84Supper has joined #arm-netbook
07:57
eebrah has quit [Remote host closed the connection]
08:44
niftylettuce__ has quit [*.net *.split]
08:44
Gumboot has quit [*.net *.split]
08:44
ssvb has quit [*.net *.split]
08:44
buZz has quit [*.net *.split]
08:46
niftylettuce__ has joined #arm-netbook
08:46
buZz has joined #arm-netbook
08:46
Gumboot has joined #arm-netbook
08:46
ssvb has joined #arm-netbook
09:01
RITRedbeard has quit [Ping timeout: 272 seconds]
09:02
Sv has joined #arm-netbook
09:02
RITRedbeard has joined #arm-netbook
09:03
Sv has quit [Client Quit]
09:03
Sv has joined #arm-netbook
09:07
Quarx has joined #arm-netbook
09:07
Sv has quit [Read error: Connection reset by peer]
09:07
Sv has joined #arm-netbook
09:08
Sv has quit [Client Quit]
09:09
Sv has joined #arm-netbook
09:11
Sv has quit [Client Quit]
09:13
Jef91 has quit [Remote host closed the connection]
09:13
Sv has joined #arm-netbook
09:16
<
slapin >
hno: interesting, there should be something to do about it... have you checked with LA what it does during such state?
09:17
<
slapin >
hno: also, please answer about bits
09:18
<
hno >
slapin, the LA does not say what the controller internals is doing.
09:18
<
hno >
which bits are unclear?
09:23
von_fritz has joined #arm-netbook
09:41
rsalveti_ has joined #arm-netbook
09:42
rsalveti has quit [Ping timeout: 272 seconds]
09:42
rsalveti_ is now known as rsalveti
09:46
von_fritz has quit [Quit: vonfritz leaves, don't panic]
09:52
steev_ has quit [Remote host closed the connection]
09:52
Hexxeh has quit [Remote host closed the connection]
09:52
jeremb_ has quit [Remote host closed the connection]
09:52
niftylettuce_ has quit [Write error: Broken pipe]
09:54
jeremb__ is now known as jeremb_
09:54
steev__ has quit [Remote host closed the connection]
09:54
jeremb_ has quit [Remote host closed the connection]
09:54
Hexxeh_ has quit [Remote host closed the connection]
09:54
niftylettuce__ has quit [Write error: Broken pipe]
09:55
<
slapin >
hno: SWAP_DATA or something
10:10
<
hno >
Don't know exactly how that works yet.
10:12
Hexxeh_ has joined #arm-netbook
10:13
steev__ has joined #arm-netbook
10:14
jeremb_ has joined #arm-netbook
10:14
niftylettuce__ has joined #arm-netbook
10:23
popolon has joined #arm-netbook
10:25
Quarx has joined #arm-netbook
10:28
<
slapin >
hno: as for LA, could you check what is on bus, when SRAM is inaccessible? also, odes IO_DATA is readable during such state?
10:30
<
hno >
slapin, what bus? The LA only have access to the NAND bus and the controller have finished the transfer there as per it's instructions.
10:30
<
hno >
the SRAM is internal in the SoC.
10:30
<
slapin >
hno: but since SRAM is not accessible, there might be something happenning.
10:32
<
hno >
The NAND bus is idle. Even CE is deasserted.
10:34
<
slapin >
hno: what makes me wonder, mw.l 01c03034 4a801209 then mw.l 01c03024 07ec0000 then mw.l 01c03024 16a00000 - at which stage SRAM is locked? does it generate DA when accessed?
10:35
<
hno >
what you mean by "generate DA"?
10:35
<
slapin >
hno: data abort
10:36
<
hno >
not sur. only get zeroes back when trying to read it from u-boot.'
10:38
<
slapin >
hno: ah, this is what happens when nand dump runs, hmmmm - locked down sram....
10:38
<
hno >
From what I remember it's locked after the command is sent. (0x24 register)
10:39
<
slapin >
hno: can you dump SRAM after each of mw.l 01c03034 ...? I don't have a board to test here at work :(
10:42
<
hno >
not now. have 6 kids to keep track of and no boart powered on.
10:44
<
slapin >
hno: kids' party? :)
10:44
* slapin
needs to organize one this weekend
10:45
<
hno >
slapin, no, it's only my kids.
10:46
* stefanro1
wonders how one could handle 6 kids!!! - its hard enough with one - fun though :)
10:47
<
mnemoc >
with the help of an outstanding woman ;-)
10:47
<
stefanro1 >
of course
10:49
tinti has joined #arm-netbook
10:51
<
hno >
slapin, telnet home.hno.se 7777
10:51
<
slapin >
hno: lucky you are
10:53
<
slapin >
hno: cool, what is this little program you use?
10:54
<
slapin >
hno: also, I never seen sun5i u-boot yet
10:55
<
slapin >
hno: where will it save its environment?
10:55
eebrah has joined #arm-netbook
10:57
merbanan has joined #arm-netbook
11:00
<
slapin >
hno: do you remember an address of SRAM?
11:01
<
hno >
#define NFC_RAM0_BASE 0x0400 1KB SRAM buffer
11:01
<
hno >
#define NFC_RAM1_BASE 0x0800 1KB SRAM buffer
11:02
<
hno >
offsets from nand controller base address.
11:08
<
hno >
Hm.. probably the clock is not enabled right now.
11:10
<
hno >
nand controller is now enabled. try again
11:14
gimli has quit [Ping timeout: 248 seconds]
11:14
<
hno >
slapin, sun4i & sun5i u-boot is the same. only SPL differ a little bit.
11:15
gimli has joined #arm-netbook
11:19
Turl has quit [Ping timeout: 264 seconds]
11:20
<
slapin >
hno: now works, but no reset is needed
11:20
<
slapin >
hno: also, last command leads to garbage in SRAM
11:21
<
slapin >
previous one returns info which looks valid for boot block
11:21
Turl has joined #arm-netbook
11:23
<
slapin >
repetition works too
11:23
<
slapin >
so, no reset is needed.
11:41
Quarx has joined #arm-netbook
11:44
Quarx has quit [Client Quit]
11:48
<
slapin >
hno: see backlog
11:59
itamarjp has joined #arm-netbook
12:10
* slapin
asked wife to setup board at home, so I managed to reproduce the same thing at my board, so works like charm
12:14
<
slapin >
hno: at which address does bootrom loads data from NAND to execute?
12:33
Quarx has joined #arm-netbook
12:33
lerc has joined #arm-netbook
12:34
lerc_ has quit [Ping timeout: 265 seconds]
13:10
<
slapin >
hno: drivers/mmc/mmc.c:1146: undefined reference to `init_part'
13:18
hp__ has quit [Ping timeout: 276 seconds]
13:41
<
hno >
slapin, the bootrom loads to the CPU SRAM at address 0-
13:42
<
hno >
slapin, I have seen that when switching between branches sometimes. Try a "make distclean".
13:42
<
slapin >
hno: is it possible with our u-boot to loady it then run?
13:43
<
slapin >
hno: no, another u-boot, as I can;t switch cards at the moment
13:43
<
hno >
yes ofcourse. u-boot should be loaded to 4a000000
13:43
<
hno >
do that often.
13:46
eebrah has quit [Remote host closed the connection]
13:46
<
hno >
slapin, are you saying that you suceeded in doing an ECC+RAND read without locking the SRAM?
13:49
<
slapin >
hno: per your instruction, yes, dunno if ecc, but rand 100%
13:53
<
slapin >
hno: I try to implement this in code now
13:55
<
slapin >
hno: will need to add some thought to it
13:55
Turl_ has joined #arm-netbook
13:55
<
hno >
You olny used a CMD type 0, right? That does not cut it for ECC.
13:55
<
slapin >
hno: details?
13:56
<
slapin >
hno: I want to make experimental base first with all settings right.
13:56
<
hno >
There is four command types. 0 = simple CPU command. 1 = ECC command. 2 = page command (this locks SRAM)
13:56
<
slapin >
hno: interleaved read, I know
13:57
<
slapin >
type 1 just reports ECC without reading
13:57
<
slapin >
at least can't find anything
13:57
<
hno >
page commands do the whole sequence, for as many sectors instructed.
13:57
<
slapin >
hno: there is no store in SRAM for the whole page
13:57
<
hno >
type 1 reads the ECC data. Ignoring size always based on the ECC size/type configured.
13:58
<
hno >
I know a whole page do not fit in SRAM.
13:58
<
slapin >
hno: full read is possible with smple command
13:59
<
hno >
of first sector yes.
13:59
<
slapin >
hno: any page
13:59
<
slapin >
hno: any parto of page
13:59
<
hno >
not with randomizer enabled.
14:00
<
hno >
I only get garbage then.
14:00
hipboi has joined #arm-netbook
14:00
<
hno >
and also have not figured out how to use type 1 commands proper.
14:01
pwhalen has quit [Quit: Leaving]
14:01
<
hno >
or to be precise, how to trigger ECC & Randomizer processing correctly when combining type 0 & trype 1 commands.
14:02
<
slapin >
hno: so I think we need to setup experimental base, with ability to turn various things on and off and experiment
14:04
itamarjp has quit [Read error: Connection reset by peer]
14:05
<
slapin >
hno: will work on it then
14:06
<
slapin >
will add commands for all things
14:06
rz2k has joined #arm-netbook
14:12
svp has left #arm-netbook [#arm-netbook]
14:28
<
hno >
there is also a number of unidentified bits.
14:30
<
hno >
mainly in CTL. Bit 15-21 is R/W, but never mentioned in driver sources.
14:30
hp__ has joined #arm-netbook
14:35
SouL_ has joined #arm-netbook
14:36
SouL_ has left #arm-netbook [#arm-netbook]
14:40
<
hno >
Whoa! Tried again and second sector read just fine!
14:42
<
slapin >
hno: so I think it is time to celebrate!
14:43
<
slapin >
hno could you remove your function which returns seed value and put static array to global space? current implementation looks extremely ugly
14:44
<
hno >
Feel free to rewrite.
14:46
<
hno >
Wonder why it did not work last time.
14:49
<
slapin >
mnemoc: did a story with mediawiki templates have any conclusion?
14:52
<
mnemoc >
slapin: no idea, oliv3r was on that
14:53
<
slapin >
oliv3r: I've got special request for you re mediawiki templates
14:57
hg_5 has joined #arm-netbook
15:02
<
hno >
slapin, now it even worked fine seeking directly to sector 2.
15:02
<
hno >
seems the random seed is the same for all sectors in a page.
15:03
<
slapin >
hno: that's great
15:08
Jef91 has joined #arm-netbook
15:10
hipboi has quit [Quit: Leaving]
15:15
Dessimat0r has quit [Ping timeout: 264 seconds]
15:16
<
hno >
Hm... odd. Can't seem to seec to page 2.
15:20
<
hno >
Ah, yes I can. User error.
15:22
Dessimat0r has joined #arm-netbook
15:30
<
hno >
slapin, boot0.ush updated a bit.
15:38
<
hno >
Wonder how BROM figures out the page size. Or maybe it simply assumes that page size is at least 8K + ECC.
15:43
<
slapin >
hno: it can ask chip about that
15:43
<
slapin >
hno: or read until page ends
15:43
<
slapin >
hno: what if page size is 2K?
15:52
Skaag has joined #arm-netbook
15:59
<
drachensun >
Man so I got the latest kernel commits this morning, my full size usb is working again but my OTG usb isn't now
15:59
<
drachensun >
I'm getting "parent hub has no TT"
15:59
<
drachensun >
any one else seeing that?
16:00
<
mnemoc >
drachensun: please test the stage branch
16:02
focus_well has quit [Ping timeout: 245 seconds]
16:02
<
drachensun >
ok, can do
16:07
ZaEarl has joined #arm-netbook
16:11
focus_well has joined #arm-netbook
16:13
Quarx has quit [Read error: Connection reset by peer]
16:15
Quarx has joined #arm-netbook
16:18
<
mnemoc >
killed your nand?
16:18
<
slapin >
my nand tells it has 640 bytes OOB
16:18
<
hno >
slapin, it never asks the chip anything. See boot0/A13-brom file. That's all the nand actions BROM takes during loading boot0 on A13.
16:18
<
slapin >
but attempt to read such oob kills u-boot
16:19
<
hno >
heh. u-boot also did not like mine.
16:19
<
slapin >
if I force it to 512 bytes, or less, it works...
16:20
<
hno >
Don't remember what I concluded that my nand have in OOB area, but was certainly more than MTD expected.
16:20
<
slapin >
probably this is some max value in u-boot or something...
16:21
<
slapin >
let me check...
16:31
<
slapin >
so we need to allocate our buffers depending on chip size(?) or just 1K, and use NAND_OWN_BUFFERS chip option
16:32
<
slapin >
as it allocates too small chunk
16:33
<
hno >
sizeof(*chip->buffers));
16:33
<
hno >
chip->buffers = memalign(ARCH_DMA_MINALIGN,
16:34
<
slapin >
ARCH_DMA_MINALIGN = 64 bytes it seems...
16:35
<
slapin >
hno: omap_gpmc seems to use NAND_OWN_BUFFERS
16:35
<
hno >
#define NAND_MAX_OOBSIZE 576
16:35
<
hno >
#define NAND_MAX_PAGESIZE 8192
16:35
<
hno >
include/linux/mtd/nand.h
16:36
<
hno >
there is also nand_buffers which is the struct allocated here.
16:36
rellla has joined #arm-netbook
16:37
servili007 has joined #arm-netbook
16:37
<
hno >
Header says that one should adjust MAX_OOBSIZE if adding a chip with larger oob size.
16:38
<
slapin >
hno: lets do that then
16:38
<
slapin >
hno: well, I really hope u-boot guys will update mtd
16:39
<
hno >
Well, I am a bit disturbed that MTD is this behind both in u-boot and kernel. THese nand chips are not new.
16:39
focus_well has quit [Ping timeout: 248 seconds]
16:40
<
hno >
MLC nand needs larger ECC codes + randomizer for reliable operation.
16:41
<
slapin >
hno: nobody cares now with MLC NANDs, everybody use SLC in their boards (who cares to commit to mainline)
16:41
<
drachensun >
mnemoc: Staging branch fixes the OTG port for me, accidently sent that in the other channel
16:41
<
slapin >
hno: actually kernel mtd should work properly
16:42
<
slapin >
hno: as it has wider chips support
16:42
<
servili007 >
drachensun, on what board?
16:42
<
drachensun >
its not on a cubieboard, its on a tablet
16:42
<
hno >
3.0.53 have the same limits.
16:46
<
slapin >
hno: check the recent one
16:46
<
slapin >
hno: I fixed mine though.
16:46
* slapin
definitely will make randomizer work in code tonight
16:51
<
hno >
slapin, yes. 3.7 have 640.
16:53
<
hno >
But I wonder what OOB size my chip actually have. Not even 3.7 have an OOB size definition for this chip.
16:54
arokux1 has quit [Remote host closed the connection]
16:54
<
slapin >
hno: probably 640 too
16:54
<
hno >
Will probe later when we venture into trying write commands.
16:57
<
slapin >
hno: if not obvious, I will check a bit later myself
16:57
<
hno >
slapin, what should I look for?
16:57
<
slapin >
hno: when nandrand on, reads garbage of one type, when off -another
16:58
<
slapin >
hno: I try to read with randomizer from u-boot, I miss something, so I ask if you see if something wrong
16:59
<
slapin >
hno: otherwise I will check it setting-by-setting myself
16:59
<
hno >
you are trying to read the boot block?
16:59
<
hno >
or some logical sector?
17:01
<
mnemoc >
drachensun: noticed any side effect?
17:01
<
slapin >
hno: first page
17:01
<
hno >
slapin, seed is not right for boot blocks
17:03
<
slapin >
hno: weird, why they define 2b75 as seed for first page, while they never use it?
17:03
<
slapin >
will replace for 4a80 and see
17:03
<
hno >
and you are not reading the ECC data.
17:03
focus_well has joined #arm-netbook
17:04
<
slapin >
what randomizer does? randomizes locations of bytes on page or adds some random xor to data?
17:04
steev__ is now known as steev
17:04
<
hno >
probably xor with a stream of random numbers.
17:04
<
hno >
based on the seed.
17:06
<
slapin >
hno: is ecc required for randomizer?
17:08
<
slapin >
then I don't quite see a reason for randomizer...
17:09
<
slapin >
hno: cool, randomizer works.
17:09
<
slapin >
then lets play with ecc...
17:12
<
slapin >
hno: ok, so I need to implement interkeaved read, how you did yours?
17:13
<
slapin >
s/interkeaved/interleaved/
17:13
<
ibot >
slapin meant: hno: ok, so I need to implement interleaved read, how you did yours?
17:15
<
drachensun >
mnemoc: Nothing yet, everything seems to be fine
17:23
<
mnemoc >
drachensun: great. I'll merge the stage branch once someone confirms it works fine on a13 too
17:29
gzamboni has quit [Ping timeout: 265 seconds]
17:30
gzamboni has joined #arm-netbook
17:32
<
hno >
slapin, see boot0.ush
17:34
<
ZaEarl >
I have an a13 kernel. Would it be useful to compare to what we have in github?
17:35
<
hno >
ZaEarl, A13 kernel from where?
17:35
<
ZaEarl >
a tablet manufacturer
17:36
<
hno >
do you have arch/arm/mach-sun5i/ sources?
17:36
<
ZaEarl >
I think so. let me check.
17:36
<
hno >
In all A13 SDKs I have seen there is only a binary object there and headers.
17:36
steev has quit [Excess Flood]
17:37
<
ZaEarl >
I see a lot of .c files there
17:39
steev__ has joined #arm-netbook
17:40
<
ZaEarl >
File : cpu-freq.c
17:40
<
ZaEarl >
Descript: cpufreq driver on Reuuimlla chips;
17:40
<
Turl_ >
sure that's an A13 kernel?
17:41
<
ZaEarl >
it's in a mach-sun5i dir
17:41
ganbold_ has joined #arm-netbook
17:41
<
mnemoc >
ZaEarl: can you paste a find -type f arch/arm/mach-sun5i/ ?
17:41
<
mnemoc >
find arch/arm/mach-sun5i/ -type f
17:43
<
Turl_ >
new *winner name? :P
17:43
<
mnemoc >
ZaEarl: \o/
17:44
<
mnemoc >
ZaEarl: and to increase a bit the greediness... does `git log` work? :p
17:44
<
ZaEarl >
no, I don't see any .gits
17:45
<
Turl_ >
the new name is even more unpronunceable than the previous
17:45
gimli has quit [Ping timeout: 248 seconds]
17:46
<
ZaEarl >
reuuimllatech.com isn't even registered
17:47
<
steev__ >
it is now!
17:47
<
ZaEarl >
Tom Cubie <tangliang@reuuimllatech.com>
17:47
<
mnemoc >
* by tom cubie <tangliang@reuuimllatech.com>
17:48
<
steev__ >
oh i was being sarcastic
17:49
<
jinzo >
mali drivers in there too
17:50
<
jinzo >
but nothing of worth probably
17:50
<
mnemoc >
jinzo: mali kernel drivers are gpl. problem is on userspace
17:50
<
jinzo >
still, some interesting sources
17:52
<
mnemoc >
a13_source_1.5.tar.gz is 14G!
17:53
<
ZaEarl >
my a13 source is about 1g
17:54
<
mnemoc >
ZaEarl: url? :)
17:54
<
Turl_ >
I see an android repo in there
17:54
<
Turl_ >
and buildroot
17:54
<
ZaEarl >
mnemoc, where do you want it? :)
17:54
<
Turl_ >
mnemoc: I see an a10 sdk there too
17:55
<
Turl_ >
and an "a09" o.O
17:55
<
jelly-home >
good heavens I've barely gotten my hands on an A10
17:57
<
arete74 >
a09 is an ARM Cortex A9 dual core processor with up to 1.5 GHz, as well as 1 GB DDR III RAM
17:57
<
Turl_ >
a GPL compliant vendor, nice
17:57
drachensun has quit [Quit: Leaving]
17:58
<
mnemoc >
Turl_: up to know the problem was that the vendors weren't getting complete sources
17:59
<
mnemoc >
s/know/now/
17:59
<
ibot >
mnemoc meant: Turl_: up to now the problem was that the vendors weren't getting complete sources
17:59
popolon has quit [Quit: Quitte]
17:59
drachensun has joined #arm-netbook
18:02
<
ZaEarl >
Few companies selling tablets can actually build the source. They usually get it from another company,.
18:04
<
ZaEarl >
lol. .tar.bz2 is 1.7G, .tar.bz2.bz2 is .9G
18:08
<
drachensun >
is everybody else downloaded it all too?
18:08
<
drachensun >
s/downloaded/downloading/
18:08
<
Turl_ >
run it though codeen if you intend to though
18:08
<
ibot >
drachensun meant: is everybody else downloading it all too?
18:08
eFfeM has joined #arm-netbook
18:10
<
hno >
Turl, that name looks like someone just tried to remove Allwinner name from it. I do not think it's a real name.
18:11
<
hno >
mnemoc, there is nothing in that .git. Only symlinks to a non-existing .repo directory as in all other "proper" SDK releases.
18:11
<
ZaEarl >
lol, it looks like "allwinner" backwards and upsidedown
18:12
<
hno >
ZaEarl, good catch. It is.
18:13
voronaam has joined #arm-netbook
18:13
<
Turl_ >
wonder why they'd change their name that way though
18:13
<
Turl_ >
I guess tom would probably know
18:14
<
mnemoc >
short after he GPLed our sources he mentioned his boss asked him to change the headers in their internal trees to some random company
18:15
<
mnemoc >
on the mailing list
18:15
<
mnemoc >
i guess is for "protection"
18:15
<
mnemoc >
s/is/it's/
18:15
<
ibot >
mnemoc meant: i guess it's for "protection"
18:16
<
Turl_ >
protection of what?
18:16
<
mnemoc >
reduce traces, make gpl enforcing more difficult or something weird
18:16
<
Turl_ >
traces of what?
18:16
* Turl_
doesn't get it
18:17
<
hno >
Turl, don't try.
18:17
<
hno >
you only turn mad
18:17
<
Turl_ >
I guess working on clocks will be time better used than trying to figure that out
18:18
<
hno >
ZaEarl, would be interesting to have those sources.
18:18
<
mnemoc >
they are 100% aware they are violating the licenses of linux, u-boot and ffmpeg
18:18
<
Turl_ >
the new clock framework implementation is working nicely :)
18:18
<
mnemoc >
probably also the licenses of the decoders supported by cedarx
18:19
<
hno >
clocks... right.. need to figure out what's wrong with the bus clocks on A13.
18:19
* Turl_
recalls mele killing support for one of the codecs on an update
18:19
<
Turl_ >
DTS I think
18:19
<
hno >
Right.. AACS is something else entirely.
18:20
* Turl_
now needs to move the clock initialization to device tree
18:22
<
ZaEarl >
hno, i'll send mnemoc a copy, he can play with it.
18:25
<
hno >
Turl, it's the responsibility of each manufacturer to license HDMI, MPEG, DTS, Ethernet MACs, etc etc...
18:26
<
hno >
Allwinner can not do that.
18:26
<
hno >
Allwinner also need a license in many cases.
18:26
<
mnemoc >
i assumed they need to pay to get decoders in the SoC
18:27
<
slapin >
hno: how long is your boot0?
18:28
<
slapin >
hno: I read first page and it happens to be half-empty, it is either a bug in code or something strange somewhere
18:29
<
slapin >
hno: not half - only 0x400+4 bytes are filled
18:30
<
hno >
slapin, i get data in all sectors nicely, over several pages.
18:30
<
slapin >
hno: I see, so it is bug.
18:31
<
hno >
tried boot0.ush sequence as reference?
18:31
<
slapin >
hno: I can't make random read work - probably positioning is broken somewhere
18:31
<
slapin >
hno: yes, but mtd wants to run RNDOUT occasionally, so it should work
18:32
<
slapin >
hno: you state it works for you but is somehow doesn't work for me
18:32
<
slapin >
will check in a hour or two
18:33
<
hno >
slapin, seeking using RNDOUT works, but is different than any other nand access due to ECC being interleaved
18:34
<
slapin >
hno: but it should not fill data with ffs
18:34
<
slapin >
hno: could you try my work branch with LA?
18:40
freakazoid0223 has joined #arm-netbook
18:43
<
hno >
yes when I get computer time again. Still running around trying to watch 5 kids. (1 to bed already)
18:47
eFfeM has quit [Quit: Leaving.]
18:50
gsilvis has quit [Read error: Connection reset by peer]
18:50
gsilvis has joined #arm-netbook
18:56
gimli has joined #arm-netbook
18:58
mikey_w has quit [Remote host closed the connection]
19:16
hp__ has quit [Read error: Connection reset by peer]
19:19
Hexxeh_ is now known as Hexxeh
19:23
jukivili has joined #arm-netbook
19:23
<
Skaag >
what's build.sh for in sunxi-bsp?
19:24
<
Skaag >
is it an old remnant?
19:26
<
mnemoc >
$ git ls | grep build | wc -l
19:51
<
jinzo >
that's from the "new" sources?
19:54
<
mnemoc >
lichee has a build.sh, sunxi-bsp doesn't
19:54
tinti_ has joined #arm-netbook
20:00
<
jinzo >
also I'm wondering what makes up the 10G difference between a10 and a13 sources
20:01
<
jinzo >
ah didn't notice that one on the first try. Blind as it looks like :D
20:01
<
mnemoc >
I downloaded i-onik.de's a10 tarball at 8MB/s ... now the A13's is downloading at mere 300k :<
20:03
<
jinzo >
I'm conteptating a download too, but on the other hand I have way too much work on my hands allready :D
20:04
<
techn_ >
mnemoc: is there something new?
20:04
<
mnemoc >
techn_: haven't checked. just downloading while $working$ :)
20:08
<
mnemoc >
techn_: when you have some spare time, can you test stage/sunxi-3.0 on your A13? otg 1.1/2.0 support and partial driver unification
20:09
eebrah has joined #arm-netbook
20:09
<
techn_ >
mnemoc: I havent got usb working on that tablet.. but I'll try if it works now
20:10
<
servili007 >
what's the proper way to add more default bootargs to u-boot?
20:11
<
techn_ >
uEnv.txt or boot.scr
20:11
<
servili007 >
I'll be working in nand, everything still applies?
20:11
<
techn_ >
hmm.. I have forgot to document how to use boot.scr in sunxi-bsp :/
20:13
<
servili007 >
hm, how can I modify environment for accomplishing the same thing on the original u-boot?
20:13
gzamboni has quit [Ping timeout: 252 seconds]
20:18
<
hno >
servili007, you need uart console to modify env of original uart, or a suitably modified fwenv binary capable of modifying the env in the right nand partition.
20:19
<
hno >
slapin, it seems ECC processing actually works.
20:21
SouL_ has joined #arm-netbook
20:21
SouL_ has left #arm-netbook [#arm-netbook]
20:21
<
servili007 >
hno, if I have an existing environment dump, do we have a way to look into it?
20:22
<
hno >
fwenv modified to work on a file will do.
20:29
<
slapin >
hno: how it is?
20:29
<
ZaEarl >
sunxi-bsp can do an android build?
20:29
<
hno >
slapin, what?
20:30
<
slapin >
hno: have you got computer time?
20:31
tinti_ has quit [Quit: Leaving]
20:32
<
slapin >
hno: can you try my branch?
20:32
<
mnemoc >
ZaEarl: poorly. it still requires manual integration of each board
20:33
<
ZaEarl >
but once the board is in, then it's just builds?
20:34
<
slapin >
hno: I can build you a binary if you wish
20:34
<
mnemoc >
haven't tried it myself... Turl did the integration
20:34
<
ZaEarl >
I want to get a fresh a13 build running on my tablet
20:35
<
techn_ >
ZaEarl: I tried with my a13 tablet.. and I can't get recovery working
20:35
<
ZaEarl >
oh, good point, I need to get recovery on
20:36
<
servili007 >
ZaEarl: zatab should work
20:36
<
servili007 >
also, making your own configuration isn't too difficult, and I've gotten recovery working on a10
20:36
<
techn_ >
ZaEarl: is there some known to be working recovery for a13 chips
20:37
<
ZaEarl >
I guess that's my first thing to figure out
20:38
<
techn_ >
ZaEarl: sunxi-bsp "make android" seems to generate recovery.img
20:38
<
techn_ >
but for me it doesn't boot.. dunno whats problem since I dont have serial soldered on that device
20:38
<
servili007 >
techn_: the issue was probably in the kernel config if I had to guess.
20:39
<
hno >
slapin: Lots of warnings in sunxi_nand.c
20:39
<
techn_ >
servili007: yes.. it doesn't even compile as stock
20:40
<
techn_ >
someone know does android kernel run under linaro rootfs?
20:40
<
servili007 >
techn_: I was just talking to Turl about this
20:40
<
slapin >
hno: my compiler doesn't report these
20:40
<
servili007 >
the one built in sunxi-bsp for android is just sunxi-3.0 with some zatab patches and a couple of other things
20:41
<
slapin >
hno: anyway, use nandrand on then nand read.raw 46000000 0 1
20:41
<
servili007 >
since the mk802ii doesn't boot the sunxi-3.0 kernel without some boot.scr additions, I either need to sub in 3.4 or modify the env on the nand to add it
20:41
<
slapin >
hno: look for rndout stuff with LA
20:42
SouL_ has joined #arm-netbook
20:42
SouL_ has left #arm-netbook [#arm-netbook]
20:42
<
mnemoc >
techn_: beside the annoyance of paranoid network, the android kernel behaves like a linux kernel
20:42
<
hno >
slapin, What u-boot command should I used?
20:43
<
techn_ >
servili007: what addions you need to boot.scr?
20:43
<
servili007 >
techn_: I haven't actually dug into which ones it is specifically, but hold on, let me paste the one I know to work
20:43
<
slapin >
hno: nandrand on;nand read.raw 46000000 0 1
20:44
<
techn_ >
mnemoc: I could then verify a13_nuclear_defconfig under of known to be working linux rootfs
20:44
<
hno >
slapin, your brand do not like my nand..
20:45
<
slapin >
hno: strange, it was rebased from your branch
20:45
<
hno >
you redid nand_base.c some time ago.
20:45
<
hno >
moving chip detection to sunxi_nand.c.
20:46
<
hno >
NAND device: Manufacturer ID: 0xad, Chip ID: 0xd7 (Hynix NAND 4GiB 3,3V 8-bit)
20:46
<
hno >
NAND bus width 8 instead 16 bit
20:46
<
hno >
No NAND device found!!!
20:46
<
hno >
nand_select_chip(-1)
20:46
<
hno >
NAND device: Manufacturer ID: 0xad, Chip ID: 0xd7 (Hynix NAND 4GiB 3,3V 8-bit)
20:46
<
hno >
NAND bus width 8 instead 16 bit
20:46
<
hno >
No NAND device found!!!
20:46
<
servili007 >
techn_: since what it fixes for me is display detection on the hdmi port, I'd have to guess that it's line 6
20:46
<
hno >
nand_select_chip(-1)
20:47
<
techn_ >
servili007: strange
20:47
<
slapin >
hno: awww, weird
20:47
<
servili007 >
techn_: but again, that's 3.0 specific, 3.4 works sans boot.scr
20:47
<
slapin >
NAND bus width 8 instead 16 bit means no hynox code path activated in detection routine
20:48
<
techn_ >
servili007: I have no real need for boot.scr.. I only define bootdelay '0' there
20:49
<
servili007 >
techn_: right, since the default values passed by u-boot are supposed to handle everything
20:49
<
servili007 >
seems like an mk802ii specific issue
20:50
rellla has quit [Quit: rellla]
20:50
lerc has quit [Ping timeout: 246 seconds]
20:51
<
hno >
slapin, works fine without that part.
20:53
<
slapin >
hno: init_size should be activated regardless, and hynix code path should be executed without problems...
20:53
<
slapin >
hno: how come init_size is not set in your case?
20:54
<
hno >
I have no idea, and not going to look into that tonight. I did a checkout of your branch with no modifications.
20:54
<
hno >
now cherrypicked the new changes to my mtd branch.
20:54
Turl_ has quit [Ping timeout: 245 seconds]
20:55
<
slapin >
nand->init_size = sunxi_nand_init_size; is always set
20:55
<
techn_ >
anyone know if disp module supports dual display?
20:55
<
slapin >
hynix path is always running :(
20:55
<
hno >
but not working.
20:55
<
techn_ >
ZaEarl: where you found that link?
20:56
<
servili007 >
ZaEarl: ask the maker for their kernel config
20:56
<
hno >
slapin, better to update mtd I think.
20:56
<
slapin >
hno: you can revert that patch for now if you feel the problem is there then well test it later
20:56
<
hno >
slapin, that's what I have done already, except that I have not merged it at all.
20:57
<
ZaEarl >
lack of a working 'back' button is a pain, but usable
20:57
<
slapin >
hno: it is better, but we'll drown in mess if we'll depend too much on local patches to mtd
20:57
<
hno >
slapin, well, update and submit naturally.
20:57
<
servili007 >
ZaEarl: It's pretty easy to reassign the keybindings when building
20:57
<
ZaEarl >
sure, once I locate the source for it :)
20:58
<
hno >
slapin, this can not work. It's not reading the ECC, and it's seeking to the wrong offset for second sector.
20:59
<
slapin >
hno: u-boot IIRC mtd update process is from kernel only
20:59
<
hno >
I said update, not patch.
21:00
rz2k has joined #arm-netbook
21:00
<
hno >
Linux-3.7 code have a good chance of working with my chip.
21:01
<
hno >
slapin, what is this read.raw supposed to read here?
21:01
<
slapin >
hno: page including oob
21:02
<
hno >
slapin, remember that the layout of these boot block pages is very odd.
21:02
<
slapin >
hno: regardless of whatever I don't see how wrong offsets could lead to ffs
21:03
<
slapin >
hno: different from all the remaining pages?
21:04
<
hno >
slapin, the bootblock is different from any other nand usage.
21:04
<
hno >
bootblock: <data> <ecc> <data> <ecc> <data> <ecc> <data> <ecc> [8 times]
21:05
<
hno >
normal block: <data> <data> [8 times] <ecc> <ecc> [8 times]
21:05
<
hno >
and different ECC mode as well.
21:05
<
slapin >
hno: well, but it should then read something, not ffs...
21:06
<
hno >
I got random garbage, not FFs
21:14
<
techn_ >
thanks ZaEarl I got recovery :)
21:15
Jef91 is now known as Jef91|Away
21:18
<
hno >
slapin, I see 00 <00 00 00 00 00> 30 [1024 random bytes] 05 <00 04> E0 [1024 random bytes] ...05 <00 08> E0 [1024 random bytes]
21:18
<
slapin >
hno: I get only ffs and first 512-byte + ecc allright
21:19
<
hno >
sector size is 1K.
21:19
<
slapin >
hno: have you did nandrand on?
21:19
<
slapin >
actually first 0x474 nytes allright
21:19
<
slapin >
s/nytes/bytes/
21:19
<
ibot >
slapin meant: actually first 0x474 bytes allright
21:20
<
hno >
nandrand is on.
21:20
<
hno >
I get first 0x400 bytes fine at 46000000. The rest is only random garbage as expected from reading at wrong offsets.
21:21
<
hno >
no blocks of FFs.
21:21
<
slapin >
hno: so rndout works for you but not for me which is straaaaange
21:24
<
hno >
Different NAND chips and different detection code.
21:24
<
hno >
I have pushed my mtd branch if you want to verify what I am running.
21:25
<
hno >
but could not see any changes to your branch other than the chip detection.
21:25
<
hno >
now I need to do some other stuff. Talk more tomorrow.
21:26
<
hno >
and plan on making a small fel tool for dumping boot0 + boot1.
21:26
<
hno >
slapin, do the sequence in boot0.ush work for you?
21:27
<
hno >
remember to update. there was some fixes and clarifications today.
21:27
<
slapin >
hno: for reading boot blocks, yes
21:28
<
hno >
reading normal blocks is slightly different. There another ECC mode is used, and all ECC data is in the OOB/spare region in the NAND page.
21:28
<
slapin >
hno how did you come to idea to run commands just to read data without actual commands?
21:29
<
hno >
Because it's just a sequential read of the nand page.
21:30
<
hno >
data, ecc, data, ecc, data, ecc, data, ecc...
21:30
<
hno >
nand do not want any commands for sequential reads.
21:31
<
hno >
using 05 <xxxx> e0 in each step also works fine. See last example.
21:32
<
slapin >
hno: which ECC mode does normal blocks use?
21:32
<
hno >
as long as you remember to seek to the right offset (0x42e, not 0x400)
21:32
<
Skaag >
I configured sunxi-bsp to a13_olinuxino, how do I know if linux-sunxi is built with sun4i_defconfig or sun5i_defconfig ?
21:32
<
hno >
slapin, Which ECC mode is used depends on oob size.
21:34
<
slapin >
hno: 42e for boot blocks
21:34
<
hno >
slapin, for my chip normal pages use ECC mode 3.
21:34
<
hno >
and boot blocks always use ECC mode 1.
21:34
<
techn_ >
Skaag: build. it should show on prints
21:34
<
slapin >
ok, so we need to write proper ecc functions and do all this magic stuff from them
21:35
<
Skaag >
techn_: in builds all I see is a13_olinuxino
21:35
<
hno >
slapin, or use hardware ecc.
21:35
<
Skaag >
techn_: I just finished building it
21:36
<
mnemoc >
ZaEarl: the 1.7G file called .tar.bz2 is indeed just .tar misnamed
21:36
<
slapin >
hno: I mean write appropriate callbacks for chip->ecc.* functionslike other drivers do
21:37
<
Skaag >
ok it built it with a13 instead of sun4i
21:38
<
Skaag >
I guess the A13 Olinuxino is Sun5i?
21:39
<
Skaag >
since in the a13_defconfig I see this: CONFIG_ARCH_SUN5I=y
21:39
<
jinzo >
all A13s are sun5i, and there's a lot of info in the wiki
21:39
<
voronaam >
sorry, wrong window
21:40
<
Skaag >
jinzo: It's confusing sometimes because some modules are sun4i despite this, like the touchscreen for example, it's sun4i-ts
21:40
<
techn_ >
Skaag: that's true.. thats why we are trying to get sunxi
21:41
<
Skaag >
that's cool, and anything I can do to help that effort, I will do
21:41
<
Skaag >
I'm trying to find what happened with the sun4i-gpio module
21:41
<
Skaag >
and how to get it compiled as a module
21:41
<
Skaag >
what's the recommended branch in linux-sunxi?
21:42
<
Skaag >
The default one that comes with sunxi-bsp makes kernel 3.0.52
21:43
<
mnemoc >
sunxi-3.0 is still the recommended branch
21:43
<
Skaag >
is it possible sun4i-gpio changed its name to axp20-gpio?
21:43
<
mnemoc >
but in this particular instance you might be better trying stage/sunxi-3.0 due to a fix to OTG
21:44
<
mnemoc >
Skaag: different things
21:44
<
mnemoc >
host/slave usb port
21:45
<
Skaag >
I tried enabling CONFIG_SUN4I_GPIO_UGLY=m thinking it would produce sun4i-gpio.o
21:45
<
Skaag >
but it doesn't seem to do it
21:45
<
techn_ >
Skaag: it could have some dependencies
21:46
<
Skaag >
how do I find out?
21:46
<
Skaag >
do I need to enable general purpose GPIO support?
21:46
<
mnemoc >
make menuconfig
21:46
<
techn_ >
check kconfig where SUN4O_GPIO_UGLY is defined
21:46
<
mnemoc >
only if you want to play with the pins from userspace
21:47
<
Skaag >
when I make menuconfig, there's no .config
21:47
<
Skaag >
should I copy the a13_defconfig from the arch/arm/configs dir?
21:49
<
techn_ >
Skaag: no.. I suggest to modify that Makefile so that it will call make menuconfig with correct params
21:49
<
techn_ >
it needs ie. ARCH=arm
21:49
<
techn_ >
also correct o= param
21:50
<
Skaag >
this is the linux-sunxi makefile...
21:52
<
techn_ >
one moment
21:53
voronaam has quit [Quit: Leaving.]
21:53
<
Skaag >
also there's a build.sh in there, which references more specific scripts (per platform) under scripts/
21:57
<
techn_ >
Skaag: try latest sunxi-bsp and "make linux-config"
21:58
<
Skaag >
I just cloned this one: git://github.com/linux-sunxi/sunxi-bsp.git
21:59
<
Skaag >
this would be the latest, right?
22:00
<
Skaag >
there's no rule for linux-config in the linux-sunxi that this brings
22:00
drachensun has quit [Quit: Leaving]
22:04
<
techn_ >
Skaag: I just updated repo
22:07
<
Skaag >
cool, running make update
22:07
<
techn_ >
use git pull :)
22:08
<
Skaag >
that's ok right? I mean running "make update" under sunxi-bsp/
22:08
<
Skaag >
git pull tells me i'm not currently on a branch
22:08
<
Skaag >
(if I run it under linux-sunxi)
22:08
<
techn_ >
I mean git pull under sunxi-bsp
22:09
<
Skaag >
that worked
22:09
<
Skaag >
and now I have linux-config as a make target
22:10
freakazoid0223 has quit [Read error: Connection reset by peer]
22:11
<
Skaag >
ok this feels much more organized
22:11
<
Skaag >
so make linux-config will edit the correct .config file
22:11
<
techn_ >
Skaag: yes
22:11
<
Skaag >
yet!!! it worked. now in the list of modules I see sun4i-gpio!
22:12
<
Skaag >
s/yet/yes/g
22:12
<
Skaag >
ok this is was a fantastic update to sunxi-bsp in my opinion
22:14
mikey_w has joined #arm-netbook
22:28
gimli has quit [Ping timeout: 264 seconds]
22:36
<
techn_ >
Skaag: I improved sunxi-bsp little more
22:36
<
techn_ >
now make update updates also sunxi-bsp ;)
22:39
mikey_w has quit [Remote host closed the connection]
22:41
drachensun has joined #arm-netbook
22:54
Jef91|Away is now known as Jef91
22:57
hg_5 has quit [Remote host closed the connection]
23:00
popolon has joined #arm-netbook
23:25
<
servili007 >
techn_: getting an error with the new make update 'unknown option for 'stash save': --include-untracked' at cedarx-libs
23:26
<
techn_ >
servili007: git version?
23:26
<
servili007 >
1.7.5.4
23:27
<
techn_ >
git version 1.7.10.4
23:28
<
servili007 >
I believe my version is just whatever ubuntu pulls down by default
23:28
<
servili007 >
yeah, it's still the latest version in standard repos
23:29
<
techn_ >
I have 12.10 ubuntu
23:30
<
servili007 >
alright, I'm still at 11.10
23:48
countz has quit [Read error: Connection reset by peer]
23:48
Skaag has quit [Read error: Connection reset by peer]
23:48
countz has joined #arm-netbook
23:48
Skaag has joined #arm-netbook