Connecting mini 2440 with pc

nitko
Hello everyone !
I have friendlyarm Mini 2440 board and I installed Linux without any
problems. I am interested if there is a way to connect the board with my
computer , so I can see the GUI on it ? ( Like raspberry pi and Remote
Desktop Connection )

Best Regards

davef
<vnc linux arm>

into Google?  Specifically, <vnc linux arm9 friendlyarm>

http://www.friendlyarm.net/forum/topic/5029

nag
I am trying to connect mini2440 (in NOR mode) to my laptop (UBUNTU 14.04
LTS, 64 bit) using USB cable to transfer files.
i am not able to transfer files using 's3c2410_boot_usb'.
i am getting error 'Cannot find QT2410 device in bootloader mode'.

the information output of 'lsusb -v' command is as shown below. 

mini2440 board is showing as 'Owon PDS6062T Oscilloscope'

'Bus 002 Device 031: ID 5345:1234 Owon PDS6062T Oscilloscope
Couldn't open device, some information will be missing'

===========================================================================
Bus 002 Device 031: ID 5345:1234 Owon PDS6062T Oscilloscope
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x5345 Owon
  idProduct          0x1234 PDS6062T Oscilloscope
  bcdDevice            1.00
  iManufacturer           1 
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower               50mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0

=======================================================================

Can any one help me on how to solve this problem?
Is there any driver instalation process in ubuntu 64 bit os?