Enabling Internet onUExxB6000 and B550 series

Ideas and dreaming will go this forum

Re: Enabling Internet onUExxB6000 and B550 series

Postby djcroc » Tue Dec 28, 2010 9:19 pm

The missing files (onw.bin) i add to firmware. I try firstly T-CHL5DEUC v1008 and then T-CHL5DEUC-2008v24-auto-arvix2-net.
I try this late night.

Once again thank you very much!!
Samsung Plasma PS50B551T3W with patched kernel for net use (WIFI), samba NAS, arFIX2,..
Samsung LCD LE46B554
djcroc
 
Posts: 28
Joined: Wed Nov 24, 2010 7:46 am

Re: Enabling Internet onUExxB6000 and B550 series

Postby juzis » Tue Dec 28, 2010 9:37 pm

to v1008 you need add not only onw.bin but u-boot.bin too. Kernel (Image) you can add later after success try to load it from u-boot.
juzis
SamyGO Moderator
 
Posts: 6017
Joined: Sun Mar 07, 2010 6:20 pm

Re: Enabling Internet onUExxB6000 and B550 series

Postby djcroc » Tue Dec 28, 2010 10:04 pm

Ohh...is it true...

i see it..Thanks

Ok. Rather try the T-CHL5DEUC-2008v24-auto-arvix2-net image with u-boot.

Rather i ask, if i good understood. I do not want to make a mistake...

I copy image T-CHL5DEUC-2008v24-auto-arvix2-net to usb, then go to console and give a command:
Code: Select all
setenv bootargs root=/dev/sda1 rootdelay=1 console=ttyS1;usb start;fatload usb 0 61000000 uImage;bootm


and boot from usb....
Last edited by djcroc on Tue Dec 28, 2010 10:23 pm, edited 1 time in total.
Samsung Plasma PS50B551T3W with patched kernel for net use (WIFI), samba NAS, arFIX2,..
Samsung LCD LE46B554
djcroc
 
Posts: 28
Joined: Wed Nov 24, 2010 7:46 am

Re: Enabling Internet onUExxB6000 and B550 series

Postby juzis » Tue Dec 28, 2010 10:17 pm

If you do not copy Image(kernel), then yes, you need make OpenEmbeded USB image for external boot from u-boot and make as you wrote.

eddited:
OMG. You do not understand what are you doing?
1. Restore u-boot (due flashing new firmware (or you can restore it manualy as you restored bml7):
Code: Select all
cat /dtv/usb/sda/u-boot.bin > /dev/bml0/2
cat /dtv/usb/sda/onw.bin > /dev/bml0/4

Change path to your usb disk. Path you can see with command
Code: Select all
mount

2. Make USB flashdisk for external boot from USB
3. Boot custom image from u-boot prompt.
4. If you get network working and no errors while external kernel boot from USB disk, you need flash kernel to TV to have network permanently. Or you can risk and flash firmware with u-boot, onw and Image at once. Without booting from USB.

So i think you need read again and again the manual how to boot external images. Read wiki pages related with u-boot.
juzis
SamyGO Moderator
 
Posts: 6017
Joined: Sun Mar 07, 2010 6:20 pm

Re: Enabling Internet onUExxB6000 and B550 series

Postby djcroc » Wed Dec 29, 2010 9:08 am

Hi juzis28

1. I restored this due flashing new firmware (T-CHL5DEUC-2008v24-auto-arvix2-net with onw.bin).

For network running muss i SamyGo editing for my use and in TV (mtd_rwarea) copy? Ithought, that contains firmware above.
Last edited by djcroc on Wed Dec 29, 2010 9:16 am, edited 1 time in total.
Samsung Plasma PS50B551T3W with patched kernel for net use (WIFI), samba NAS, arFIX2,..
Samsung LCD LE46B554
djcroc
 
Posts: 28
Joined: Wed Nov 24, 2010 7:46 am

Re: Enabling Internet onUExxB6000 and B550 series

Postby juzis » Wed Dec 29, 2010 9:15 am

Check if you have u-boot menu access?
Did you add Image to USB (T-CHL5DEUC-2008v24-auto-arvix2-net with onw.bin)?
Anyway, you can make step1 and step2 in merv07 manual
You do not need edit bml7 (steps5 and 6) because in this firmware ((T-CHL5DEUC-2008v24-auto-arvix2-net) is execution of /mtd_rwarea/SamyGO.sh already done.and then second part in step6 (from words Below are examples of my scripts - (use at own risk))

So, from whole manual now to have network you need:
step1
step2
step6 II part.

If you didn`t add Image to firmware USB you upgraded, then you need flash kernel manualy after successful step2 procedure.
Code: Select all
cat /dtv/usb/sda/Image > /dev/bml0/5
juzis
SamyGO Moderator
 
Posts: 6017
Joined: Sun Mar 07, 2010 6:20 pm

Re: Enabling Internet onUExxB6000 and B550 series

Postby djcroc » Wed Dec 29, 2010 9:22 am

I try this:
Code: Select all
1. Connect Power & ExLink cable to TV. TV is in stand-by mode.
2. Press [shift + ~] and do not release, power on TV from RC (remote control)

and nothing

I try restore u-boot manually, as you wrote.
Samsung Plasma PS50B551T3W with patched kernel for net use (WIFI), samba NAS, arFIX2,..
Samsung LCD LE46B554
djcroc
 
Posts: 28
Joined: Wed Nov 24, 2010 7:46 am

Re: Enabling Internet onUExxB6000 and B550 series

Postby juzis » Wed Dec 29, 2010 9:28 am

this is because you didn`t add u-boot.bin to usb, you said, you add just onw.bin.
Yes, restore u-boot manualy first.
juzis
SamyGO Moderator
 
Posts: 6017
Joined: Sun Mar 07, 2010 6:20 pm

Re: Enabling Internet onUExxB6000 and B550 series

Postby djcroc » Wed Dec 29, 2010 12:48 pm

I did it...i made a fault. In windows i am not changed a system language for keyboard from cze to eng....my mistake.

Now i try to u-boot joining and it function. So the u-boot is new from this firmware T-CHL5DEUC-2008v24-auto-arvix2-net.
Is structure of usb for booting like this or? :

Code: Select all
usb-root
+-- boot
¦   +-- uImage
+-- T-CHL5DAUC
    +-- crc
    +-- ddcmp
    +-- image
    ¦   +-- Image
    ¦   +-- info.txt
    ¦   +-- major_version
    ¦   +-- minor_version
    ¦   +-- serial_temp
    ¦   +-- validinfo.txt
    ¦   +-- version_info.txt
    +-- MicomCtrl
    +-- modules
        +-- 2.6.18_SELP-ARM
            +-- extra
            ¦   +-- rt2570.ko
            +-- kernel
                +-- drivers
                ¦   +-- block
                ¦   ¦   +-- loop.ko
                ¦   ¦   +-- pktcdvd.ko
                ¦   +-- bluetooth
                ¦   ¦   +-- hci_usb.ko
                ¦   +-- cdrom
                ¦   ¦   +-- cdrom.ko
                ¦   +-- input
                ¦   ¦   +-- evdev.ko
                ¦   +-- net
                ¦   ¦   +-- dm9601.ko
                ¦   ¦   +-- rt2570.ko
                ¦   ¦   +-- rt3070sta.ko
                ¦   +-- rt2870
                ¦   ¦   +-- os
                ¦   ¦       +-- linux
                ¦   ¦           +-- rt2870sta.ko
                ¦   +-- rt73
                ¦   ¦   +-- Module
                ¦   ¦       +-- rt73.ko
                ¦   +-- scsi
                ¦   ¦   +-- sg.ko
                ¦   ¦   +-- sr_mod.ko
                ¦   +-- usb
                ¦   ¦   +-- gadget
                ¦   ¦   ¦   +-- dummy_hcd.ko
                ¦   ¦   ¦   +-- g_file_storage.ko
                ¦   ¦   +-- input
                ¦   ¦       +-- usbhid.ko
                ¦   +-- video
                ¦       +-- cfbcopyarea.ko
                ¦       +-- cfbfillrect.ko
                ¦       +-- cfbimgblt.ko
                ¦       +-- console
                ¦       ¦   +-- bitblit.ko
                ¦       ¦   +-- fbcon.ko
                ¦       ¦   +-- font.ko
                ¦       ¦   +-- softcursor.ko
                ¦       +-- fb.ko
                ¦       +-- vfb.ko
                +-- fs
                ¦   +-- cifs
                ¦   ¦   +-- cifs.ko
                ¦   +-- coda
                ¦   ¦   +-- coda.ko
                ¦   +-- hfs
                ¦   ¦   +-- hfs.ko
                ¦   +-- hfsplus
                ¦   ¦   +-- hfsplus.ko
                ¦   +-- isofs
                ¦   ¦   +-- isofs.ko
                ¦   +-- lockd
                ¦   ¦   +-- lockd.ko
                ¦   +-- nfs
                ¦   ¦   +-- nfs.ko
                ¦   +-- nfs_common
                ¦   ¦   +-- nfs_acl.ko
                ¦   +-- udf
                ¦       +-- udf.ko                                               
                +-- net
                    +-- bluetooth
                    ¦   +-- bluetooth.ko
                    ¦   +-- bnep
                    ¦   ¦   +-- bnep.ko
                    ¦   +-- hidp
                    ¦   ¦   +-- hidp.ko
                    ¦   +-- l2cap.ko
                    ¦   +-- rfcomm
                    ¦   ¦   +-- rfcomm.ko
                    ¦   +-- sco.ko
                    +-- sunrpc
                        +-- auth_gss
                            +-- auth_rpcgss.ko
                            +-- rpcsec_gss_krb5.ko


Editted: My list of partition from u-boot
Code: Select all
<< CS0 PARTITION INFORMATION >>
===================================================================================       ===
     description          load addr          id           attr      first_blk  no_b       lks
===================================================================================       ===
 0 : Bootload             0x60100000     (0x00000000)    RW (0x1)       0        1
-----------------------------------------------------------------------------------       ---
 1 : U-boot               0x60200000     (0x00000001)    RW (0x1)       1        4
-----------------------------------------------------------------------------------       ---
 2 : U-boot env           0x60300000     (0x00000002)    RW (0x1)       5        1
-----------------------------------------------------------------------------------       ---
 3 : Onenand Write        0x60400000     (0x00000003)    RW (0x1)       6        1
-----------------------------------------------------------------------------------       ---
 4 : Image                0x61000000     (0x00000004)    RW (0x1)       7        24
-----------------------------------------------------------------------------------       ---
 5 : Root File System     0x61400000     (0x00000005)    RW (0x1)       31       32
-----------------------------------------------------------------------------------       ---
 6 : Boot Modules         0x61800000     (0x00000006)    RW (0x1)       63       16
-----------------------------------------------------------------------------------       ---
 7 : [STL]Exe+Chip        0xffffffff     (0x00000008)    RW (0x1)       79       13       5
-----------------------------------------------------------------------------------       ---
 8 : [STL]Appdata+Cmm     0xffffffff     (0x00000009)    RW (0x1)       214      16       0
-----------------------------------------------------------------------------------       ---
 9 : [STL]Exe+Chip2       0xffffffff     (0x0000000a)    RW (0x1)       374      13       5
-----------------------------------------------------------------------------------       ---
10 : [STL]Appdata+Cmm2    0xffffffff     (0x0000000b)    RW (0x1)       509      16       0
-----------------------------------------------------------------------------------       ---
11 : [STL]Chmap+rw        0xffffffff     (0x0000000c)    RW (0x1)       669      88
-----------------------------------------------------------------------------------       ---
12 : [STL]WiseLink        0xffffffff     (0x0000000d)    RW (0x1)       757      22       0
-----------------------------------------------------------------------------------       ---
13 : User Defined                unknown         (0x0000000e)    RW (0x1)       977                21
-----------------------------------------------------------------------------------       ---
===================================================================================   
Samsung Plasma PS50B551T3W with patched kernel for net use (WIFI), samba NAS, arFIX2,..
Samsung LCD LE46B554
djcroc
 
Posts: 28
Joined: Wed Nov 24, 2010 7:46 am

Re: Enabling Internet onUExxB6000 and B550 series

Postby juzis » Wed Dec 29, 2010 1:52 pm

Finaly you did what i am telling you to do from yesterday evening untill now continuously - you changed u-boot and got it working!
So about external boot from USB i wrote here, you need TFTP server for uImage and rootfs.tar.gz from OpenEmbedded to make bootable USB disk. I suggest you just make step3 and do notcare about external boot.

I see people are a bit confusing with two manuals. I repeat - only one needed.
juzis
SamyGO Moderator
 
Posts: 6017
Joined: Sun Mar 07, 2010 6:20 pm

PreviousNext

Return to [B] Brainstorm

Who is online

Users browsing this forum: No registered users and 1 guest