00:00
phh_ is now known as phh
01:22
VargaD has quit [Ping timeout: 245 seconds]
01:24
pacopad has quit [Ping timeout: 256 seconds]
01:25
VargaD has joined #linux-rockchip
01:59
<
naobsd >
jmcneill: wow great!
02:00
<
naobsd >
jmcneill: sorry, I can't follow your speed ;)
02:02
nighty^ has quit [Quit: Disappears in a puff of smoke]
02:08
<
jmcneill >
the controller itself was pretty standard
02:08
<
jmcneill >
i end up wasting my time on the stupidest things
02:08
<
jmcneill >
in this case, the docs said set PWREN bit to enable card power
02:08
<
jmcneill >
turns out you have to clear PWREN to enable card power
02:09
<
jmcneill >
anxious to find out if that clock code works as-is on your rk3066
02:18
<
naobsd >
I just though I have to write cpu id code first ;)
02:19
<
naobsd >
grf/gpio config will be needed soon, but it's also different between rk3066 and rk3188
02:20
<
naobsd >
btw do you want px2 and rk3288 board?
02:23
<
jmcneill >
i looked at soc id
02:24
<
jmcneill >
the id is in a rom but different phys addr between 3066b and 3188, and not present on 3066 afaict
02:25
<
jmcneill >
i added memsize probing too, but a 2GB kernel doesnt boot yet
02:25
<
naobsd >
rk3066 and px2 is 3066a, probably rk3168 is 3066b
02:26
<
jmcneill >
rk3288 would be helpful
02:26
<
jmcneill >
does it come with a trm? :p
02:29
<
naobsd >
no trm of course ;)
02:29
<
naobsd >
rk3066 rom base 0x10100000
02:30
<
naobsd >
rk3188 rom base 0x10120000
02:30
<
jmcneill >
yeah if i read the wrong one on rk3188 it hangs
02:31
<
jmcneill >
not sure how else to detect at runtime, unless you pass down from uboot
02:32
<
naobsd >
oh I see linux kernep mapped it to same virt address :(
02:33
<
naobsd >
it should be 16bytes(4words) ASCII data
02:33
<
jmcneill >
yep i wass able to read it fine
02:34
<
naobsd >
maybe adding it in boot args is easier way?
02:34
<
jmcneill >
can parameters be made available?
02:35
<
jmcneill >
board type is already there isnt it?
02:36
<
naobsd >
rockchip modified u-boot something special
02:36
<
naobsd >
I have to check it well
02:36
<
jmcneill >
i noticed
02:36
<
jmcneill >
so does dwcmmc work for you now?
02:37
<
naobsd >
and if I modify it, I have to care about future, upstream u-boot may be ported
02:37
<
naobsd >
sorry, not tested yet
02:38
<
naobsd >
I have to prepare *BSD build machine ;)
02:38
<
jmcneill >
i cross build from windows and linux
02:40
<
naobsd >
my home work environment is not good at all. I have to take out board from box before work start, and put back board to box after work end
02:41
<
naobsd >
everytime :(
02:41
<
naobsd >
I'm using linux laptop as frontend, and linux vps as build server
02:43
<
naobsd >
populating FFS root file system for *BSD is difficult for me;)
02:44
<
jmcneill >
i used vmware for that
02:45
<
ganbold_ >
jmcneill: very cool, you've did it in one day which is very fast
02:45
<
naobsd >
my laptop is not so fast ;)
02:45
<
naobsd >
of course I can/sometimes use VM
02:46
<
naobsd >
very frustrated ;)
02:47
<
naobsd >
I'll buy cheapest vps for *BSD
02:47
<
naobsd >
it should be faster than vm on my laptop ;)
02:49
<
jmcneill >
need to convince gsnbold to come work on netbsd :)
02:49
<
jmcneill >
ganbold, sorry, typing on tablet
02:50
<
naobsd >
well, as far as I know, ganbold is only person who is doing rockchip for FreeBSD
02:51
<
naobsd >
he is v.i.p. for FreeBSD ;)
02:51
<
naobsd >
I also want to do some for FreeBSD
02:51
Luke-Jr has quit [Read error: Connection reset by peer]
02:51
<
naobsd >
some people like FreeBSD
02:52
<
naobsd >
like -> want to use FreeBSD on RR
02:52
<
naobsd >
about u-boot bootargs
02:53
<
naobsd >
I think its address is passed by some register, and some evbarm kernel support it
02:53
<
naobsd >
i.e. interface is stable
02:54
<
ganbold_ >
jmcneill: maybe you can come work on FreeBSD, FreeBSD needs fast and skilled people like you :)
02:54
<
naobsd >
let check bootm interface, I almost forgot it...
02:54
<
jmcneill >
difference in other cases, kernel is tasgged netbsd
02:54
Luke-Jr has joined #linux-rockchip
02:54
<
jmcneill >
in this case bootm linux protocol is used afaict
02:55
<
naobsd >
I cannot remember difference between bootm linux <-> bootm netbsd
02:56
<
jmcneill >
netbsd protocol is dumb
02:57
<
jmcneill >
ptr to bootinfo struct which is not stable
02:57
<
jmcneill >
and cmdline args
02:57
<
naobsd >
arg[0]: pointer to board info data
02:57
<
naobsd >
arg[1]: image load address
02:57
<
naobsd >
arg[2]: char pointer to the console device to use
02:57
<
naobsd >
arg[3]: char pointer to the boot arguments
02:57
<
jmcneill >
consdev is always null except for maybe one ppc board
02:58
<
jmcneill >
i want to replace it with ptr to uboot env
02:58
<
naobsd >
arg[3] must be text, new info can be added safely...
02:58
<
jmcneill >
yup i use it on awin, omap, etc
02:59
<
naobsd >
so adding cpu id and/or board id to it is not so bad workaround for now
02:59
cnxsoft has joined #linux-rockchip
03:00
<
jmcneill >
but do you sre cmdline from rk3188 uboot?
03:01
<
jmcneill >
all four args are 0 for me
03:03
<
jmcneill >
you can see in my dmesg
03:03
<
jmcneill >
uboot arg = 0, 0, 0, 0
03:08
<
naobsd >
all info is passed via atag...
03:10
<
naobsd >
I misunderstand something
03:11
<
ganbold_ >
it would be handy to have rk3288 TRM
03:13
<
ganbold_ >
tried to boot freebsd kernel yesterday, but it doesn't print anything
03:13
<
naobsd >
I wonder why linux kernel can get info w/o atag addr
03:14
<
naobsd >
maybe 0x60000800 is hardcoded...
03:14
<
ganbold_ >
naobsd: rk3188?
03:15
<
naobsd >
rockchip kernel
03:15
<
naobsd >
rockchip linux kernel
03:18
<
naobsd >
oops, where is entry point...
03:30
<
ganbold_ >
naobsd: kernel @ 0x02000000 (0x00608530)
03:30
<
ganbold_ >
ramdisk @ 0x04bf0000 (0x00275b8f)
03:30
<
ganbold_ >
what does it mean?
03:30
<
naobsd >
it looks like offset and size
03:31
<
ganbold_ >
now ./board/rockchip/rk32xx/config.mk says
03:31
<
ganbold_ >
# Linux-Kernel is expected to be at 6000'8000, entry 6000'8000
03:31
<
ganbold_ >
# (mem base + reserved)
03:32
<
naobsd >
rk32 phys mem is at 0x0
03:37
<
naobsd >
#define CONFIG_KERNEL_LOAD_ADDR (CONFIG_RAM_PHY_START + SZ_32M)
03:38
<
naobsd >
please see Uboot memory map in include/configs/rk_default_config.h
03:51
<
naobsd >
oh I understand why load to RAM doesn't work...
03:52
<
naobsd >
some stack pointers/malloc spaces are around base+16MB...
03:53
<
naobsd >
I dropped ram size 1GB change from current u-boot source :(
04:01
<
ganbold_ >
yeah, so CONFIG_RAM_PHY_START + SZ_32M is 0x02000000
04:16
zombu2 has quit [Ping timeout: 244 seconds]
04:16
<
naobsd >
jmcneill: it seems there are 2 way to get ddr size, pmu_pmu_sys_reg2 and axi bus register
04:17
<
jmcneill >
look at rockchip_machdep.c, i did it a different way still
04:18
<
jmcneill >
directly with ddr controller
04:18
zombu2 has joined #linux-rockchip
04:27
Astralix has joined #linux-rockchip
04:28
Astralix1 has quit [Ping timeout: 250 seconds]
04:31
<
ganbold_ >
so kernel at least loads
04:58
FreezingCold has quit [Ping timeout: 252 seconds]
05:06
hipboi_ has joined #linux-rockchip
05:10
hipboi has quit [Ping timeout: 255 seconds]
05:12
<
naobsd >
ok, I confirmed DDR cap info is provided in PMU on RR
05:12
<
naobsd >
I don't know who filled it ;)
05:14
npcomp has quit [Ping timeout: 245 seconds]
05:16
npcomp has joined #linux-rockchip
05:17
<
naobsd >
I totally forgot what I wanted to do
05:18
<
naobsd >
ah, cpu/board id info and bootargs
05:52
<
akaizen >
@naobsd: how did you port firefox OS to radxa?
05:52
<
akaizen >
is there a guide? I'd like to try to port it to firefly
05:52
<
naobsd >
well, how did you know about it?
05:54
<
naobsd >
if you can see something about it, you can see necessary info too...
05:56
Luke-Jr has quit [Excess Flood]
05:57
Luke-Jr has joined #linux-rockchip
06:10
luke-jr_ has joined #linux-rockchip
06:10
Luke-Jr has quit [Ping timeout: 244 seconds]
06:11
<
akaizen >
@naobsd: i saw a post on cnx-software and on g+, nothing explains how you ported it tho...
06:21
<
akaizen >
I see you used a lot of FlingOne, which parts did you extract from the Radxa SDK? Is there any methodology?
06:40
<
naobsd >
I did noting for porting fxos to Rockchip rk30/rk31
06:40
<
naobsd >
what I did/am doing is port it to RR and some other boards
06:41
<
naobsd >
kernel must be replaced
06:41
<
naobsd >
I'm not talking about port it to rk3288
06:49
luke-jr_ is now known as Luke-Jr
07:15
<
akaizen >
Yes, I tried to port to Allwinner A20 and Rockchip RK3188 last year around September but ran into many compile bugs
07:16
<
naobsd >
then you know how to...
07:17
<
akaizen >
I said I tried to and was not successful... I dont know if my approach was correct as I'm not sure which parts can be pulled from AOSP and which parts are required from device specific
07:17
<
naobsd >
I also tried to port fxos to rockchip long time ago (probably when rk3188 was very new or not available yet)
07:17
<
akaizen >
SDK / BSP
07:17
<
naobsd >
anyway fxos for rk30/31 is available, I don't need to do such a work
07:18
<
naobsd >
maybe my answer is "I don't know"
07:18
<
akaizen >
Oh, so rk30/rk31 was already in the repo? What RR specific changes did you make?
07:18
<
akaizen >
If I learn that I can probably separate the required pieces
07:20
<
naobsd >
there is fxos for rk30/31, not mine
07:20
<
naobsd >
and they have repo for RR now
07:21
<
naobsd >
my work was done before they prepared repo for RR
07:21
<
naobsd >
and my work was "for RR, use kernel for RR"
07:22
<
naobsd >
I think I explained most important part of "my porting work"
07:23
<
naobsd >
of course there is more detail than few words, but I cannot "explain" it for now
07:23
cnxsoft has quit [Read error: Connection reset by peer]
07:24
<
naobsd >
"there is fxos for rk30/rk31, I replaced kernel for RR, then it worked on RR"
07:24
cnxsoft has joined #linux-rockchip
07:25
<
naobsd >
there some few minor patches I made
07:26
<
naobsd >
but it just fixes some minor issues (of many many bugs which are not solved yet), it's not "important part of porting work"
07:27
<
naobsd >
please don't expect I'm hiding some secret
07:29
<
naobsd >
akaizen: ok?
07:31
<
naobsd >
I pushed detecting memory size to u-boot-{px2,rk3066,rk3188,rk3188-sdcard}
07:33
<
naobsd >
it will be necessary to make "load onto RAM" really usable
07:35
<
naobsd >
I think u-boot for rk30/31 uses (roughly) first 4MiB and 48MiB end of RAM
07:35
<
naobsd >
fixed 64MB configuration was too small
07:36
<
naobsd >
I'll update my binaries...
07:44
<
naobsd >
then, how should I handle cpu id...
08:10
<
ganbold_ >
strange, it seems it is not going to initarm
10:44
jas-hacks has joined #linux-rockchip
10:57
<
jas-hacks >
naobsd: hi, is there a dts for the firefly against linux-rockchip?
10:57
<
naobsd >
jas-hacks: what's "against linux-rockchip"? mainline?
10:57
<
jas-hacks >
mainline
11:01
<
jas-hacks >
naobsd: thxs, save me having to start from scratch
11:14
<
jmcneill >
whats the good word?
11:15
<
ganbold_ >
able to load freebsd kernel on firefly, however few chars only :)
11:34
pacopad has joined #linux-rockchip
11:35
<
pacopad >
Hi , there , is there know bugs in ethernet driver 1000/full mode ?
12:14
<
jas-hacks >
naobsd: what gcc version is needed? "Your compiler is too buggy; it is known to miscompile kernels"
12:17
<
jas-hacks >
naobsd: its ok, found the issue
12:18
<
naobsd >
jas-hacks: >4.8.2
12:54
eebrah has joined #linux-rockchip
13:39
<
jas-hacks >
naobsd: is next-20141210 fully bootable on the firefly?
13:54
<
naobsd >
jas-hacks: I cannot remember. if you got error, please explain about it
13:59
<
jas-hacks >
kernel is hung at that point
14:00
<
naobsd >
jas-hacks: I think you're not using loader with arch timer patch or you didn't apply arch timer patch to kernel
14:00
<
jas-hacks >
naobsd: where is the arch timer patch for the kernel?
14:03
<
jas-hacks >
naobsd: ok, I'll build uboot and give it a try
14:04
cnxsoft has quit [Quit: cnxsoft]
14:05
<
jas-hacks >
naobsd: does that uboot still expect dtb to be in resource.img?
14:07
field^Mop has joined #linux-rockchip
14:08
<
naobsd >
u-boot and mainline is already confirmed to work
14:10
<
naobsd >
"expect dtb to be in resource.img", are you talking about dtb usage in u-boot, not in mainline linux, right?
14:10
<
naobsd >
u-boot supports dtb in resource partition and boot.img
14:11
<
naobsd >
correction, u-boot supports dtb in resource.img in resource partition and boot.img in boot/recovery partition
14:12
<
naobsd >
I don't understand "still expect"
14:12
<
naobsd >
what's "still"?
14:12
<
naobsd >
I'm talking about u-boot from rockchip
14:13
<
naobsd >
not upstream
14:13
cnxsoft has joined #linux-rockchip
14:13
<
naobsd >
"that u-boot" I pointed is from rockchip
14:14
<
naobsd >
so I cannot understand "still"
14:15
<
jmcneill >
naobsd, any particular reason you used pmu to find mem size instead of ddr regs?
14:15
<
naobsd >
jmcneill: simplest code! I'm lazy!
14:16
<
jmcneill >
fair enough
14:16
<
jmcneill >
i didn't think to check there
14:16
<
naobsd >
jmcneill: I have no idea who wrote these values to that reg
14:16
<
jmcneill >
i'm guessing the on chip bootloader
14:16
<
naobsd >
jmcneill: I guess DDR blob does it, but not sure
14:17
<
jmcneill >
the one that also prints
14:17
<
jmcneill >
Bus Width=32 Col=10 Bank=8 Row=15 CS=2 Die Bus-Width=16 Size=2048MB
14:17
<
naobsd >
yes, it's done by DDR blob
14:17
<
naobsd >
1 of 2 part of loader
14:18
<
naobsd >
maskrom load/run DDR init blob, then actual loader is loaded on DRAM
14:18
<
naobsd >
FlashData=DDR init blog, FlashBoot=u-boot
14:19
<
naobsd >
probably objdump -d blob will tell answer ;)
14:19
<
naobsd >
if DDR controller can be accessed, it will be better
14:22
cnxsoft has quit [Quit: cnxsoft]
14:22
<
naobsd >
btw, NetBSD u-boot bootarg support code only support u-boot image for NetBSD?
14:26
<
naobsd >
jmcneill: on linux, if info in PMU REG is not available,
14:27
<
naobsd >
jmcneill: row, bank, col values are taken from in-kernel-pre-defined table (index is from SysSrv_DdrConf of AXI BUS
14:30
<
pacopad >
Sorry Guys , where could i get a kernel config to compile 3.18 for RK3288 ?
14:31
<
naobsd >
jmcneill: bw is from DDR reg PPCFG BIT(0)
14:31
<
naobsd >
I think PX2 PPCFG[0] description is not about bw...
14:33
<
naobsd >
jmcneill: cs is from PHYCTL PGCR[21:18]
14:36
<
naobsd >
oh I missed DIE info in pmu reg...
14:38
<
naobsd >
ah, PPCFG[0] is used some more
14:38
field^Mop has quit [Ping timeout: 272 seconds]
14:38
<
naobsd >
if (PPCFG[0]) col++
14:39
mrcan has joined #linux-rockchip
14:39
mrcan has quit [Changing host]
14:39
mrcan has joined #linux-rockchip
14:40
<
naobsd >
bw = (PPCFG[0]) ? 1 : 2;
14:40
<
naobsd >
if (ddr3) die = (PPCFG[0]) ? 1 : 2;
14:42
<
pacopad >
ok thank you
14:51
<
jas-hacks >
naobsd: 'u-boot-rockchip' is rockchip uboot not mainline?
14:52
<
naobsd >
jas-hacks: yes, you can see many commits from rockchip
14:52
<
jas-hacks >
naobsd: so dtb has to be in resource.img ?
14:53
<
naobsd >
jas-hacks: did you read my reply? dtb can be in resource.img/boot.img/recovery.img
14:54
<
naobsd >
jas-hacks: currently I'm talking about u-boot from rockchip, not about mainline linux kernel
14:57
<
naobsd >
jas-hacks: please make your question clear 1st. are you asking about dtb for u-boot from rockchip and/or dtb for linux 3.10 from rockchip and/or dtb for mainline linux?
14:57
<
naobsd >
jas-hacks: I don't understan "still expect", what's "still"?
14:59
<
jas-hacks >
naobsd: Probably didn't ask the right question. I wanted to know if there were any changes in the uboot tree to support loading dtb from a file system
15:00
<
jmcneill >
naobsd: I already checked in a working mem probe using ddr controller :)
15:02
<
naobsd >
jmcneill: yes I saw that
15:03
<
naobsd >
jmcneill: linux does differently
15:07
<
naobsd >
jmcneill: on PX2 board
15:07
<
naobsd >
Bus Width=32 Col=10 Bank=8 Row=15 CS=2 Die Bus-Width=16 Size=2048MB
15:08
<
naobsd >
DDR_PCTL_PPCFG_REG = 0
15:08
<
naobsd >
DDR_PCTL_DTUAWDT_REG = 0x2cb
15:08
<
naobsd >
DDR_PUBL_PGCR_REG = 0x18c2e00
15:08
<
naobsd >
cols=10 rows=15 banks=8 cs=2 bw=4
15:08
<
naobsd >
Detected RAM: 2048 MB
15:08
<
naobsd >
jmcneill: it works
15:09
<
jmcneill >
and dwcmmc?
15:11
<
naobsd >
sdmmc0: couldn't enable card: 60
15:12
<
naobsd >
I'm not sure regulator is on
15:12
<
jmcneill >
if you boot from sd card does it work?
15:13
<
naobsd >
rk3066/px2 doesn't support boot from sd ;)
15:13
<
jmcneill >
i definitely don't want one now
15:13
<
naobsd >
grf/gpio is different too
15:14
<
naobsd >
I really need to think how to do cpu/board id
15:15
<
naobsd >
px2 board wants you... ;)
15:16
<
naobsd >
I think I can modify u-boot flashed to on-board flash try to use SD for loading kernel
15:16
<
naobsd >
ah, jmcneill, this px2 board has eMMC, not NAND
15:16
<
naobsd >
now you want this one, do you?
15:17
<
jas-hacks >
naobsd: can u-boot-rockchip be complied with armhf or does it need armel?
15:19
<
jas-hacks >
naobsd: its ok, seem it fails with gcc-linaro-arm-linux-gnueabihf-4.9-2014.09
15:20
<
naobsd >
jas-hacks: well, it shouldn't be matter of armhf or armel
15:21
<
naobsd >
jas-hacks: what you need is not believe experience with another platform or something else
15:22
<
naobsd >
jas-hacks: please follow official supported way at first
15:23
<
naobsd >
jas-hacks: i.e. use arm-eabi-4.7 as defined in Makefile
15:23
<
jmcneill >
naobsd: not really :)
15:24
<
naobsd >
jmcneill: how about px2+rk3288 ? ;)
15:24
<
jmcneill >
how about rk3288+trm ?
15:24
<
naobsd >
anyway, let's try to attach emmc...
15:25
<
jmcneill >
emmc would use a different clock register i think
15:25
<
naobsd >
jmcneill: don't care about TRM, RK's document has a lot of errors even if it's available ;)
15:25
<
naobsd >
jmcneill: ah, sure
15:27
<
jmcneill >
i care about trm
15:27
<
naobsd >
of course ;)
15:29
<
jmcneill >
@ABC12-DFG01H1IJKLMZMP<v-...!1@@@2AAA3BBBCCC111222---FFFGGG000111HHH111IIIJJJKKKLLLMMM
15:29
<
jmcneill >
secondard cpus almost started
15:29
<
jmcneill >
they're executing code anyway
15:30
<
naobsd >
it seems +3 cpu
15:31
<
jmcneill >
i'd hope so
15:59
jas-hacks has left #linux-rockchip [#linux-rockchip]
16:00
<
naobsd >
congrat :)
16:13
field^Mop has joined #linux-rockchip
16:15
<
naobsd >
jmcneill: can dwcmmc handle mmc without card detect signal?
16:16
<
naobsd >
dwcmmc(4) or sdmmc(4)
16:16
<
jmcneill >
not as-is but it's an easy change
16:16
<
jmcneill >
on awin for example i use gpio polling
16:20
eebrah has quit [Quit: Lost terminal]
16:23
<
jmcneill >
hm not very stable with mp enabled
16:25
<
naobsd >
probably I have to do some clk things for rk3066/px2
16:42
Danukeru has quit [Ping timeout: 250 seconds]
16:47
Danukeru has joined #linux-rockchip
16:49
<
naobsd >
jmcneill: about uboot args, please remove #if 0 in rockchip_start...
16:54
<
jmcneill >
that's better, thanks
16:54
<
jmcneill >
uboot arg = 0, 0xbfa, 0x60088000, 0x610a6be0
16:55
<
naobsd >
kernel_entry(0, machid, r2);
16:57
<
naobsd >
machid is fixed number, 3066
16:58
<
rperier >
I think that I will flash uboot on my rock pro :D
16:58
<
jmcneill >
0xbfa is 3066, not very helpful
16:58
<
jmcneill >
if i'm getting that on 3188
16:58
<
naobsd >
r2 should be bd->bi_boot_params, ATAG
16:58
<
jmcneill >
what is r2?
16:59
<
jmcneill >
ah not cmdline?
16:59
<
jmcneill >
no problem
17:00
<
jmcneill >
do you know what 0x610a6be0 is?
17:00
<
jmcneill >
possible
17:01
<
jmcneill >
0x6xxxxxxx is a strange coincidence
17:02
<
naobsd >
netbsd kernel expect it was called from do_bootm_netbsd
17:02
<
naobsd >
but currently do_bootm_linux is used, it passed only 3 args
17:09
<
naobsd >
jmcneill: add atag parsing to netbsd kenrel? or modify u-boot for rk to support uboot image?
17:11
<
naobsd >
or pass cmdline as 4th arg? ;)
17:12
<
naobsd >
I'm lazy...
17:14
<
jmcneill >
i wrote an atag parser, it's easy
17:15
dlezcano has quit [Ping timeout: 265 seconds]
17:16
<
jmcneill >
but i can't seem to access that address
17:16
<
jmcneill >
rockchip_parse_atag: atag_base=0x60088000
17:16
<
jmcneill >
then hangs
17:21
<
naobsd >
sorry, no idea...
17:26
<
akaizen >
@naobsd: that helps, thank you
17:28
dlezcano has joined #linux-rockchip
17:53
dlezcano has quit [Ping timeout: 244 seconds]
18:22
field^Mop has quit [Ping timeout: 272 seconds]
19:14
<
jmcneill >
naobsd: static uint32 g_atag_addr = 0x60000800;
19:15
<
jmcneill >
that doesn't match arg[2]
19:15
<
jmcneill >
> uboot arg = 0, 0xbfa, 0x60088000, 0x610a6be0
19:26
pacopad_ has joined #linux-rockchip
19:29
pacopad has quit [Ping timeout: 272 seconds]
19:31
pacopad has joined #linux-rockchip
19:33
pacopad_ has quit [Ping timeout: 265 seconds]
19:35
pacopad_ has joined #linux-rockchip
19:35
pacopad has quit [Ping timeout: 240 seconds]
19:35
pacopad_ is now known as pacopad
20:14
FreezingCold has joined #linux-rockchip
20:19
zombu2 has quit [Changing host]
20:19
zombu2 has joined #linux-rockchip
20:29
bengal has joined #linux-rockchip
20:46
field^Mop has joined #linux-rockchip
21:03
pacopad has quit [Quit: pacopad]
21:24
field^Mop has quit [Ping timeout: 250 seconds]
21:28
<
jmcneill >
initarm: dropping RAM size from 2048MB to 1024MB
21:28
<
jmcneill >
ram_size = 0x40000000
21:28
<
jmcneill >
bootargs = "console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x004C0000 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(kernel),0x00010000@0x0000e000(boot) androidboot.bootloader=fastboot fb."
22:07
field^Mop has joined #linux-rockchip
23:02
bengal has quit [Ping timeout: 256 seconds]