Page 59 of 96 FirstFirst ... 949575859606169 ... LastLast
Results 1,161 to 1,180 of 1919

Thread: Enigma 2 - AZBOX HD

  1. #1161
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by stra View Post
    Hi guys!

    Lets share some info about SMP platform :
    1. http://jump.fm/CFLDH
    2. Sigma Design SDK - http://jump.fm/UBASE

    Very useful !
    Cheers ;-)
    dude, who are you?
    u show up here today, and only with 1 post, and u post this !?

    :respect-067::respect-067::respect-067:

  2. #1162
    V.I.P tx0's Avatar
    Join Date
    Sep 2009
    Posts
    393
    Thanks
    0
    Thanked 0 Times in 0 Posts
    where is that smp86xx_boot_loader package? (html docs are well known)

  3. #1163
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i didn't knew about html files :S
    from what i understand things the_ripper was missing are there right?

  4. #1164
    V.I.P tx0's Avatar
    Join Date
    Sep 2009
    Posts
    393
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I don't remember what he was missing but generally - No

    sorry.

  5. #1165
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    he didn't knew how to initialize HDMI.
    from what i understand (it's is little) with all that info in HTML, maybe he could understand?

  6. #1166
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon3

    Quote Originally Posted by stra View Post
    Hi guys!

    Lets share some info about SMP platform :
    1. http://jump.fm/CFLDH
    2. Sigma Design SDK - http://jump.fm/UBASE

    Very useful !
    Cheers ;-)
    Thanks for:
    2.8.5 9 January 2009 **** do***entation :king-041:

    From my readings (have a lot of docs to read...)

    Code:
    fb_test 	 
    
    Test the Linux frame buffer. The mambofb module should be installed before using this application.
    Please see "How can I use osdbuf_control.c?" in the FAQ page for more information.
    
    How can I use osdbuf_control.c?
    
       1. Need to compile mambolfb/mambolfb.o.
    
       2. You will need to create the OSD buffer by doing...
    
          # ./osdbuf_control -c
    
          Note: since you will have many strange characters here, you should redirect the output.
    
          # ./osdbuf_control -c > /mnt/nfs_partition/osdbuf
    
       3. Then, read it back from the osdbuf
    
          # insmod mambolfb.o videomemory=0x100000ec videomemorysize=1228800 palette=0x79000 mode=640
    
       4. Next, you have the frame buffer module installed and ready to run the application called fb_test.
    
    # ./fb_test /dev/fb/0
    
    Now, you can see all the circles on TV with different alpha blending levels.
    
    
    How can I test the OSD framebuffer under Linux?
    We have 2 ways:
    
       1. osdbuf which is a buffer that can be mapped, and is transferred by DMA master on every other VSynch osd_fb that uses osdbuf but offers a framebuffer device interface that allows to have the consoles running on it, or XFree as well. These instructions are for RH7.2. Please take a standard distributions and add the sources/headers of the kernel to be able to compile the kernelmodule. You also need fb enabled, but this is by default in RH7.2:
          (if you did not put vga=792, the circles of colors change and have some circles of white in between the color circles. If you go on the console (Ctrl+Alt+F1) you should see the console on OSD) (if you did put vga=792, the vga uses the fb0 where the consoles are, and the osd framebuffer has been created with the next available /dev/fb1. You need to switch the console - uses ./sendconsoletoframebuffer 0 /dev/fb1)
    
       2. You can also use the application ./osdbuf_fb_control to see the different access to the OSD.

    Edit: Board used on Azbox is Rev. 3 correct?

    "EM86XX_REVISION<=3" ???
    Last edited by single; 08-04-2010 at 12:25 AM.

  7. #1167
    V.I.P tx0's Avatar
    Join Date
    Sep 2009
    Posts
    393
    Thanks
    0
    Thanked 0 Times in 0 Posts
    uhm.. I thought its old one.

  8. #1168
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon3

    Quote Originally Posted by tx0 View Post
    uhm.. I thought its old one.
    No is new one with libsample v2 Do***entation :respect-048:

  9. #1169
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    single can u come to msn?

  10. #1170
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by hfmls View Post
    single can u come to msn?
    on msn i can't read nothing only type, but is time to sleep cu :sifone:

  11. #1171
    Junior Member
    Join Date
    Jul 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by tx0 View Post
    where is that smp86xx_boot_loader package? (html docs are well known)
    So the Sigma bootloader package (the 2.8.4.1 version) is present on pudn.com
    h**p://en.pudn.com/downloads152/sourcecode/embed/detail667613_en.html

    If anybody have a pudn account can download it and upload later to elsewhere, please?

    Thanks,
    Last edited by shklifo; 08-04-2010 at 01:00 AM.

  12. #1172
    Banned
    Join Date
    Sep 2009
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by shklifo View Post
    So the Sigma bootloader package (the 2.8.4.1 version) is present on pudn.com
    h**p://en.pudn.com/downloads152/sourcecode/embed/detail667613_en.html

    If anybody have a pudn account can download it and upload later to elsewhere, please?

    Thanks,
    Here it is

    hxxp://jump.fm/KAELS

    I've found also a file in 2hared, with a good explanation on SMP8634 (windows help format). Thanks to whoever uploaded it

    hxxp://www.2shared.com/file/12466911/5ab841f0/SMP8634.html
    Last edited by rfdomingos; 08-04-2010 at 04:15 PM. Reason: link added

  13. #1173
    Member
    Join Date
    Apr 2010
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Here's all the do***entation I've gathered about SMP8634:

    hxxp://www.mediafire.com/?idyjyzzo2k3

    jtag_tutorial
    Release_Notes_SMP8634_2.8.2.0
    Release_Notes_SMP8634_2.8.3.0
    Release_Notes_SMP8634_2.8.4.1
    security
    smp8634_do***entation_2.8.0
    smp8634_do***entation_2.8.5.0
    SMP8634-DS-A-06.pdf
    SMP8634-DS-A-07.pdf
    SMP863x_Memory_Design_1[1].1.pdf

  14. #1174
    Member
    Join Date
    Apr 2010
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by shklifo View Post
    So the Sigma bootloader package (the 2.8.4.1 version) is present on pudn.com
    h**p://en.pudn.com/downloads152/sourcecode/embed/detail667613_en.html

    If anybody have a pudn account can download it and upload later to elsewhere, please?

    Thanks,
    Here you go.

    If anyone finds anything interesting SMP related from Pudn, let me know.
    Last edited by zfeet; 08-04-2010 at 10:53 AM. Reason: Addition

  15. #1175
    Banned
    Join Date
    Dec 2004
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    is there any newer toolchain than 20080505?

  16. #1176
    Junior Member
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by luky View Post
    is there any newer toolchain than 20080505?
    smp86xx_toolchain_2.8.5.0.tgz, in two rar parts
    hxxp://www.sendspace.com/file/whnac1
    hxxp://www.sendspace.com/file/6vvtni

    dcchd_SMP8634_2.8.5.0_black_GCC4. mips.zip
    hxxp://www.sendspace.com/file/ne9gex

    smp86xx_kernel_source_2.8.5.0.tgz
    hxxp://www.sendspace.com/file/tk7dmg

    smp86xx_rootfs_2.8.5.0.tgz
    hxxp://www.sendspace.com/file/6kd07a

    for more info see MRUA sources topic

  17. #1177
    Junior Member
    Join Date
    Apr 2010
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon2 95302944mrua_SMP8634_2.8.7.0_dev. mips.gz 9,187 KB Go to Download Pag

    Hi All!

    Let see if we can move forward... ;-)

    http://jump.fm/RNHOK

    in short - mrua_SMP8634_2.8.7.0_dev.mips.gz and MIPS-4Kec-YAMON-docs.rar

    Regards!

  18. #1178
    V.I.P
    Join Date
    Jan 2005
    Posts
    384
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by stra View Post
    Hi All!

    Let see if we can move forward... ;-)

    http://jump.fm/RNHOK

    in short - mrua_SMP8634_2.8.7.0_dev.mips.gz and MIPS-4Kec-YAMON-docs.rar

    Regards!
    Well nice... Contains the HDMI src files...

  19. #1179
    V.I.P
    Join Date
    Dec 2008
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    dfb hdmi activation ... DONE!

  20. #1180
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    really ?!

Page 59 of 96 FirstFirst ... 949575859606169 ... LastLast

Similar Threads

  1. Telesat's tools for AZbox HD...
    By goran in forum AZBox HD Tools
    Replies: 5
    Last Post: 17-01-2010, 09:59 PM
  2. NewCS: a few Q's - let's get all the crucial info together, guys...
    By goran in forum AZBox HD Newbie Questions
    Replies: 82
    Last Post: 12-10-2009, 12:29 AM
  3. Newcs + CCcam, Can it be done ?
    By paulwilko in forum AZBox HD Newbie Questions
    Replies: 11
    Last Post: 31-08-2009, 01:15 PM
  4. Enigma 2 on azbox!!!
    By iko in forum AZBox HD Newbie Questions
    Replies: 143
    Last Post: 30-07-2009, 11:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •