WM8505

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

Re: WM8505

Postby TheHitMan » Sun Sep 15, 2013 12:23 pm

thank u very much !!! i will try ... and respond.
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby TheHitMan » Mon Sep 16, 2013 9:33 am

ok, i used your .config. but i get this error:

$this->bbcode_second_pass_code('', '
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CHK kernel/config_data.h
Kernel: arch/arm/boot/Image is ready
Kernel: arch/arm/boot/zImage is ready
multiple (or no) load addresses:
This is incompatible with uImages
Specify LOADADDR on the commandline to build an uImage
make[1]: *** [arch/arm/boot/uImage] Fehler 1
make: *** [uImage] Fehler 2
')
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby TheHitMan » Mon Sep 16, 2013 9:42 am

now, i did a:

$this->bbcode_second_pass_code('', '
make ARCH=arm uImage -j4 LOADADDR=0x00008000
')

and i get a uImage. this image, i copied to the fat part of mein sd card /script/uImage.

but it seems the kernel wont be load. the screen of the netbook is black ...
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby TheHitMan » Mon Sep 16, 2013 9:49 am

by the way, this is the machine !

http://crux-arm.nu/SupportedDevices/Wm8505
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby moonman » Mon Sep 16, 2013 10:12 am

My config could be wrong. I just took the kirkwood config - disabled kirkwood support and enabled wm8505 support. It may be missing some important things. Also take a look here: viewtopic.php?f=27&t=1553 and maybe PM the guys who got it to work.
You may get some more help here as well: https://groups.google.com/forum/#!forum ... nux-kernel

Sorry, I can't help you much because I don't own the device myself.

P.S.: If you ever figure it out be sure to let us know how you did it. I'm sure others will find it helpful. ;)
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: WM8505

Postby TheHitMan » Mon Sep 16, 2013 10:24 am

$this->bbcode_second_pass_quote('', 'A')lso take a look here: viewtopic.php?f=27&t=1553 and maybe PM the guys who got it to work.


yes, i know this link, too ;) there is a binary kernel image, that works. but for this kernel image, i cant found the kernel source. every tips on this link, i have tried out. but no good results.
and i need the kernel source of the working kernel image , coz i have to build the wlan driver by my own.
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby Mijzelf » Mon Sep 16, 2013 1:54 pm

If you've got a binary image, you could use binwalk to sift it. There might be a .config embedded as gzipped file. The kernel itself is probably gzipped in the uImage, so you'll have to extract the kernel first, and run binwalk a second time.
Mijzelf
 
Posts: 25
Joined: Wed Feb 20, 2013 8:44 am

Re: WM8505

Postby TheHitMan » Mon Sep 16, 2013 2:26 pm

when i do a:

$this->bbcode_second_pass_code('', '
file uImage
')

then i get the message, that the kernel is not compressed.
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby TheHitMan » Mon Sep 16, 2013 3:00 pm

how can i extract the uImage?
TheHitMan
 
Posts: 15
Joined: Fri Sep 06, 2013 4:49 pm

Re: WM8505

Postby Mijzelf » Tue Sep 17, 2013 8:09 pm

Using binwalk.$this->bbcode_second_pass_code('', 'binwalk uImage') will show you the start positions of possible 'sub sections'. It will give a lot of false alarms on LZMA, recognizable at bogus metadata, but the gz parts are quite reliable. When you've found a gzipped section inside the uImage, you can extract it:$this->bbcode_second_pass_code('', 'tail -c +<offset + 1> uImage | gzip -d >extracted')where <offset+1> is exchanged by the real value.
Mijzelf
 
Posts: 25
Joined: Wed Feb 20, 2013 8:44 am

PreviousNext

Return to ARMv5

Who is online

Users browsing this forum: No registered users and 3 guests