LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 07-30-2014, 05:58 PM   #16
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Member Response


Hi,
Quote:
Originally Posted by edbarx View Post
Confirming my pessimism, the manufacturer did not reply let alone giving me the information. Thanks to all of you who dedicated some of your time to reply to this thread. The idea of using telnet and ssh looks interesting... There is another possibility, which is examining whether the hard disk has partitions but I doubt it. If it can boot from a hard disk, that would be great.... Probably, I am dreaming....
From http://www.jtgsystems.com/store/inde...product_id=171
Quote:
Network and Protocol 1 RJ-45 10/100M via Ethernet, Support TCP/IP PPPOE DHCP DNS
That same link shows that the DVR supports IE browser;
Quote:
IE Browser Support Client Software Support
I suspect you should be able to link in via IP, not sure if static or DHCP. That way you will most likely get a Web admin page. Try it on your network and locate the IP. Then place that IP in address bar to see. You might try 'ssh' or 'telnet' to that IP to see if you can login.
Hope this helps.
Have fun & enjoy!
 
Old 08-13-2014, 01:36 AM   #17
edbarx
Member
 
Registered: Sep 2010
Distribution: Used Debian since Sarge. (~2005)
Posts: 373

Original Poster
Rep: Reputation: 21
I opened the DVR to look inside. The CPU has a heatsink that looks efficiently made. It is about 1.5 inches square and as much high. It is made in a way as to maximize the surface contact area with air. The deseign of the heatsink would mean that the underlying CPU has a heat dissipation that requires more chip to air contact which in turn implies more processing power.

Next time I will take a note of the chip numbers to find out what they do if I find the information. I did not find the CPU's number. I also didn't connect the HD to a computer to see what partitions it contains and what their content is.

Suggestions are welcome and thanks for anyone posting in this thread.
 
Old 08-13-2014, 04:34 AM   #18
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
If you're new to it, be careful with chip numbers. The standard format is
<Letters>, <numbers>, <Letter(s) & Number(s)>

Section 1 is manufacturer, section 2 is device type (optionally with a process alpha thing in the middle, e.g. 74hct246) and the last bit is anything - features, packaging and/or revisions. Look at all chips (Not just the heatsink, and we can figure out what is in there. Even the package and leg count rules a few things in or out. A decent photo would help.
 
Old 08-13-2014, 06:10 AM   #19
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
I found the EN-6704V. I think I can answer this fully.

The cpu is probably a SoC with a few arm-7 cores. The GPU is probably a Mali - again with a few cores. I would recommend NO LINUX OS except what is on it. The reason is simple. Whatever kernel is there will have several proprietary modules built in and when you swap OS, you lose these.

The EN-6704V things are available for $30 in alibaba.com. There are a number of Chinese manufacturers of SoC devices for the consumer market. Here's a few of them compared in tablets.
http://tablet.mcbub.com/

I have a tablet with an RK3188 - nice tablet, if slow GPU. I ran the software down for that. There are three or four proprietary modules in the OS (Android). I counted three for the rk3188 and at least one for the Mali GPU. The IP for those parts is cheap, allowing SoC manufacture. Rockchip supply Android-4.2.2 with no updates. Whoever built mine bought the Rockchip rk30 board, a screen, a few mouldings, One guy got CM installed on something similar by cp-ing the modules and hexediting the version magic. Not for the faint of heart!

The question to ask when you consider buying one of these is: "Where do I download software updates from?" and check the website.
 
Old 08-25-2014, 12:52 PM   #20
EmbeddedSteve
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Rep: Reputation: 0
@edbarx: Shameless Plug: [mod] removed url[url]
We provide the ability to build a distro for many different targets/processors.
We also provide Pro Services (what I do) to customize for your specific HW.
I've done work on ARM9's w/256MB RAM, to 2xCortex-A9's in Zynq-9000 parts.

Last edited by onebuck; 08-25-2014 at 03:51 PM. Reason: remove url for direction link
 
Old 08-25-2014, 01:18 PM   #21
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
if you can load a kernel and initrd on it then maybe busybox will be enough for you.
 
Old 08-25-2014, 03:51 PM   #22
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Moderator Response

The forum rules do not permit advertising. Please visit http://www.linuxquestions.org/advertising/ for more information on advertising. Feel free to contact the forum admin if you have any questions about this policy.

Quote:
Originally Posted by EmbeddedSteve View Post
@edbarx: Shameless Plug: [mod remove]
We provide the ability to build a distro for many different targets/processors.
We also provide Pro Services (what I do) to customize for your specific HW.
I've done work on ARM9's w/256MB RAM, to 2xCortex-A9's in Zynq-9000 parts.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Help needed: I cannot boot into my newly installed minimal Arch system... barnac1e Arch 4 02-07-2012 05:09 AM
RHEL 5 - choosing packages for a minimal embedded system lqcaveman Linux - Newbie 1 05-06-2009 02:24 PM
Xpert in 8-16 bit microcontroller embedded system now inclining toward embedded linux priyadarshan Linux - Embedded & Single-board computer 2 02-12-2009 04:28 AM
Minimal Embedded Linux Cross Compile question rhajdaj Linux From Scratch 2 11-20-2008 10:42 AM
Getting linux to boot on embedded system BleedingEdge Linux From Scratch 3 06-19-2005 06:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 02:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration