<paulk-desktop>
oliv3r, lol, it even seems that the ts driver that came preinstalled in my tablet was as well based on the driver I found (same strings, same functions names)
<NermaN>
Why load average always > 1 on cubieboard?
paulk-desktop has quit [Ping timeout: 245 seconds]
<sanka>
I happen to have an A10s device myself and am so far unable to boot anything from SDCard (tried a10_mid, a13_mid and a13_oliuxino compiled with and without hf support)
<sanka>
As I don't have access to an UART yet I'm staring at a black screen which indicates that it seems to do anything with the provided SDCard contents (random content boots the device from nand) but stops somewhere in the process. Without UART it seems hard to determine the next steps
<oliv3r>
n01|work|afk: the wiki may be full of errors :p i manually had to type many of those values, so it's quite likly I did a typo somewhere
<sanka>
so I was wondering if there is someone in here with different options I could try
paulk-desktop has joined #linux-sunxi
<techn_>
sanka: I think here is not really many a10s owners :(
<techn_>
sanka: most of a10s discussion is in that thread
<techn_>
so you could try to redo your question in that thread
<techn_>
but I think current status is that serial is required.. but that could change fast :/
<techn_>
since there was couple guys near of the solution
<sanka>
yeah it seems that way.. but the thread lacks the final steps
<sanka>
at leat to do it ourselves
<sanka>
and those patches are quite random.. if I diff those to the current u-boot source there are quite a lot of changes.. which I'm unsure which are due to an older base version from the patch and which are actual fixes
<sanka>
but you're right.. I could/should try to sort that out
<oliv3r>
hipboi|cubie: awesome! Cubie A20 here we come!
<sanka>
techn_, slick hardware!
tinti has joined #linux-sunxi
art103 has joined #linux-sunxi
zub has quit [Ping timeout: 276 seconds]
tinti has quit [Remote host closed the connection]
tinti has joined #linux-sunxi
zub has joined #linux-sunxi
gingercat has joined #linux-sunxi
wingrime has quit [Ping timeout: 245 seconds]
gingercat has quit [Quit: Page closed]
lkcl has quit [Ping timeout: 245 seconds]
hipboi has joined #linux-sunxi
wingrime has joined #linux-sunxi
lkcl has joined #linux-sunxi
Dave77 has joined #linux-sunxi
paulk-desktop has quit [Ping timeout: 255 seconds]
n01 has joined #linux-sunxi
paulk-desktop has joined #linux-sunxi
<hipboi>
Here is the report for a20 on cubieboard. what works: serial, usb host, usb otg, 100M ethernet, hdmi, vga, ir, uSD card. mali and cedarx not tested yet.
<wingrime>
mnemoc: look like melis os realy-self made os
<wingrime>
I can't find any referecne with "esKERN"
<wingrime>
ucos use other API naming
<wingrime>
Self-made rt-os realy not much difficult
<wingrime>
with company
<wingrime>
if you have "small" hardware set
<wingrime>
it describe why sun3i readers have not wifi
<wingrime>
becose wifi and tcp stack are difficult
<wingrime>
(if you don't use open source)
<wingrime>
other parts scheduler , mutexes, ipc can be writen
eebrah has quit [Ping timeout: 248 seconds]
<n01>
mripard_: ping
hipboi has quit [Read error: Connection reset by peer]
<rm>
> don't use a config with everything disabled
<shineworld>
searching in sun4i_crane_defconfig I don't found rt2x00 switch
<shineworld>
I don't know if I'm using a wrong way to do kernel (I'm newbie in that). Till now I've manually modified sun4i_crane_defconfig adding =y or =m to interested kernel modules, I can't find rt2x00 in cubieboard for android kernel config files....
<shineworld>
I guess I've mistake everything about...
<Turl>
shineworld: go to kernel dir
<Turl>
run "make ARCH=arm sun4i_crane_defconfig"
<Turl>
then "make ARCH=arm menuconfig"
<Turl>
then "make ARCH=arm savedefconfig"
<rm>
shineworld, are you sure you want to use crane_defconfig, i.e. do you use this kernel with Android?
<Turl>
then copy savedefconfig file from the directory as sun4i_crane_defconfig
<shineworld>
till now I've used that...
<shineworld>
what is the right ?
<rm>
do you use this kernel with Android?
<Turl>
crane is the android one, sun4i_defconfig is the general one
<shineworld>
yes,
<rm>
so crane_defconfig is ok
<rm>
Turl explained above how to properly use it
<shineworld>
thanks ... I was scary about bad choice
<shineworld>
thanks I'm doing that...
Dave77 has joined #linux-sunxi
<shineworld>
some errors in make... a sec
<shineworld>
ah ncurses-dev... I've installed i386 version ...
wingrime has quit [Ping timeout: 256 seconds]
dolapevich has quit [Quit: Leaving.]
rellla has quit [Remote host closed the connection]
<shineworld>
sorry for stupid question but were I can found rt2x00 enabling ? I watched on Wireless but only 80211
<Turl>
shineworld: use "/" and type rt2x00 to find out
<Turl>
you probably need to enable other options to see it
<Turl>
bbl
<shineworld>
so simple ? amazing ... very first time in menuconfig :)