Enabling Internet onUExxB6000 and B550 series

Ideas and dreaming will go this forum
Post Reply

aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Enabling Internet onUExxB6000 and B550 series

Post by aquadran »

veberino wrote:Here it is:

Code: Select all

LEONID # setenv bootargs root=/dev/sda5 rootdelay=1 console=ttyS1;usb start;fatload usb 0:2 61000000 uImage;bootm

(Re)start USB...

USB:   scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading uImage
....................................................................................................................................................................................................................................................................................................................................



3339712 bytes read

## Booting image at 61000000 ...
   Image Name:   Linux-2.6.18.8
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3339648 Bytes =  3.2 MB
   Load Address: 60008000
   Entry Point:  60008000
   Verifying Checksum ... OK
OK


Starting kernel ...


Memory: detected bank at 0x68000000

Memory: detected bank at 0x70000000

Memory: detected bank at 0x78000000
now, I'm confused.
Can you join #samygo irc channel on freenode ?
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Enabling Internet onUExxB6000 and B550 series

Post by aquadran »

kostek wrote:Same on B6000
Memory: detected bank at 0x68000000
Memory: detected bank at 0x70000000
Memory: detected bank at 0x78000000
Im available today for test...
if you can join irc it would be much easier to check things, i need to check in uboot.
if you can not, enter uboot and try few commands:

nm 0x67000000

enter value: 12345

it should return 67000000: 00012345 ?

press ctrl-c to return to uboot cmd prompt
now try another addresses:

nm 0x68000000
nm 0x70000000
nm 0x78000000

for each one try enter value and check return if value is set. if not, tell me which one
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Enabling Internet onUExxB6000 and B550 series

Post by aquadran »

kostek wrote:SELECT COMMAND: 0
LEONID # nm 0x67000000
67000000: ffffffff ? 12345
67000000: 00012345 ? LEONID # nm 0x68000000
68000000: 96100128 ? 12345
68000000: 00012345 ? LEONID # nm 0x70000000
70000000: ffffffff ? 12345
70000000: 00012345 ? LEONID # nm 0x78000000
78000000: 00012345 ? 12345
78000000: 00012345 ? LEONID #

i install mirc and dont understand how to use it :) as never use it befor..
that is interesting, it seems b550 has the same memory chips as for b650, but kernel need to be configured to half of that to 256mb ram.
So no way to detect at boot time. that mean b650, b550 and b6000 needs separated kernels.
I'll try prepare OE for that in next days.
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Enabling Internet onUExxB6000 and B550 series

Post by aquadran »

ok kernel images:

b550: http://aquadran.users.sourceforge.net/u ... 50.bin.bz2
b6000: http://aquadran.users.sourceforge.net/u ... 00.bin.bz2

so please report if it even works, i didn't have chance test it.
aquadran
Posts: 264
Joined: Fri Oct 16, 2009 9:35 pm
Location: Poland

Re: Enabling Internet onUExxB6000 and B550 series

Post by aquadran »

sebasaj wrote:Hi, I tried to boot with your new image on B550 and nothing hapend.

Maby i have wrong boot paramerets

First:

Code: Select all

LEONID # setenv bootargs root=/dev/tbml6 rootdelay=1 console=ttyS1;usb start;fatload usb 0:1 61000000 uImage2;bootm 0x61080000
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading uImage2
...
...
...................................................................................................................................................................................................................................................................................................................................
..

3330976 bytes read
## Booting image at 61080000 ...
Bad Magic Number
They are indeed bad, i have no idea from where you get that params.
Should be something like that:

Code: Select all

setenv bootargs root=/dev/sda2 rootdelay=1 console=ttyS1;usb start;fatload usb 0:1 61000000 uImage2;bootm
btw that kernels works fine for me.

Post Reply

Return to “[B] Brainstorm”