گروه فنی مهندسی آرکام

پروژه های دانشجویی ، آموزش ، مشاوره ، فروش آثار

گروه فنی مهندسی آرکام

پروژه های دانشجویی ، آموزش ، مشاوره ، فروش آثار

گروه فنی مهندسی آرکام

گرداننده و نگارنده : محمد نوری

البرز ، کرج ، گلشهر

09125623558
Nouri.Iut@Gmail.Com

جهت حمایت از این وبلاگ، ما را به یک فنجان چای داغ مهمان کنید.
6273-8111-1003-9762

دنبال کنندگان ۳ نفر
این وبلاگ را دنبال کنید

تبلیغات

آخرین نظرات

پیوندها

۴۵۱ مطلب با موضوع «گروه برق و کامپیوتر» ثبت شده است

آقا این چه مسخره بازیه که گوگل درآورده... تحریم...! برجام...! مثل خر تو گل موندم... چرا دانلود نمیشه... چرا VirtualBox از پراکسی ویندوز (میزبانش) استفاده نمیکنه...

Repo is a tool built on top of Git that makes it easier to manage projects that contain multiple repositories, which do not need to be on the same server. Repo complements very well the layered nature of the Yocto Project, making it easier for customers to add their own layers to the BSP.

 

Create a directory named bin in your home folder
$ mkdir ~/bin

Download the tool

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

Make the tool executable

$ chmod a+x ~/bin/repo

Add the directory to the PATH variable

$ PATH=${PATH}:~/bin

Yocto/Open Embedded on SMARC

Ubuntu 12.04 (LTS)

Ubuntu 14.04 (LTS)

 

KARO-ARM virtual appliance

Ubuntu 12.04 - 32 bits

اول روی نسخه 64 بیتی بالا آوردمش! خب! برای کد نویسی خوب بود. اما در کامپایل RootFS داستان داشتم. خیلی کلنجار رفتم باهاش! نشد که نشد. شاید هم شد راضی کننده نبود! بنابراین رفتم سراغ نسخه 32 بیتی!!!

برای این که چالش ها و تنش هات در راه اندازی کمتر بشود! از همان نسخه ای استفاده کن که راهنما از آن استفاده کرده است....

Ethernet on TRITON-TX28:

- 2x MACs on micro

- 1x PHY on module

- IEEE1588 compliant (پروتکل زمان دقیق - همزمانی بین گره های (تجهیزات) یک شبکه ذاخلی)

Mainline Linux refers to the Linux sources provided by kernel.org. The mainline sources can be downloaded from kernel.org in various different formats.

خوب! شرکت ها، توزیع لینوکس خودشان را بر اساس این کد پیاده سازی می کنند. ویژگی های معماری پردازنده، سخت افزار، درایورها، و ... خیلی چیزهای دیگر... مختص بورد یا ماژول شرکت... مواردی است که طراحان و برنامه نویسان شرکت موظف به پیاده سازی آنها هستند... dts فایل... defconfig فایل... منظور! مدیران محترم حجم کار را در نظر بگیرند... بعد تعریف کار کنند...

.../arch/arm/boot/dts/imx28-tx28.dts

 

reg_usb1_vbus: regulator@1 {

        compatible = "regulator-fixed";

        reg = <1>;

        regulator-name = "usb1_vbus";

        regulator-min-microvolt = <5000000>;

        regulator-max-microvolt = <5000000>;

        //gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;

        enable-active-high;

};

- Keep the trace length difference between TX+ and TX- (or RX+ and RX-) in 700 mils (17 mm).

 

- Keep RX+/- signal on the top layer, the RX+/- signal should avoid any vias, if possible. Avoid right angle signal trace.

 

- The crystal/oscillator clock and the switching noise from digital signals should be far away from TX+/-, RX+/- pairs.

 

- Keep TX, RX differential signals running symmetric, equal length, and closely. The trace spacing between TX+ and TX- or between RX+ and RX- pair should be in 8 ~ 10 mils. The better spacing between TX+/- and RX+/- pairs should be larger than 200 mils.

 

Hi,

I have that issue too!

Do you solve it now?

Could you tell me?

Thank you very much!

برای آزمون توان عملیاتی (سرعت) و تجهیزات شبکه، همیشه نیاز به دو سیستم داریم: Server و Client... یک کارگزار و یک کاربر... Server به درخواست های ارتباط از سمت Client گوش داده و سپس Client به Server وصل می شود. پس از برقراری ارتباط، Server و Client داده هایی را به یکدیگر ارسال می کنند... یک ارتباط دو طرفه... معمولا Server فایلی را به Client ارسال می کند... پس سرعت HDD یا SSD هم در نتیجه آزمون دخیله!!!... خب!!!... برنامه Client، وظیفه محاسبه آمارهای شبکه را دارد... 

//                            \\\//

//                           -(o o)-

//========================oOO==(_)==OOo=======================

The Raspberry Pi 3 has higher power requirements than the Raspberry Pi 2. A power supply rated at 2.5A is the official recommendation. Using an insufficient power supply will result in random, inexplicable errors and filesystem corruption.

Windows

- Extract the image using 7zip.

- Insert your SD card into your system. It should appear as a new drive letter.

- Run Win32DiskImager

- Select the image file and verify the destination drive letter is correct, then click write.

 

Linux

Download the current release image

Extracting the archive using the GUI

Extracting the archive using the CLI

cd ~/Downloads

For the Ethernet Devices which do not support the Power Over Ethernet (IEEE 802.3 af), it is recommended to disable the Inline Power on the Switch port to avoid any possible problems.

Install Linaro ARM Compiler

u-boot 2014.04

$ wget http://releases.linaro.org/archive/13.04/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux.tar.xz

 

$ sudo tar -C /opt -xJf gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux.tar.xz

 

$ export CC=/opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-

 

Raspberry Pi 3

Broadcom BCM2837 1.2GHz, ARMv8 Cortex-A53, 1GB RAM, ...

 

Power Supply (Micro-USB)

The Raspberry Pi 3 has higher power requirements than the Raspberry Pi 2. A power supply rated at 2.5A is the official recommendation. Using an insufficient power supply will result in random, inexplicable errors and filesystem corruption...

 

Minimum MicroSDHC Card

Ubuntu Server: 2GB

Raspbian, Lubuntu, Xubuntu: 4GB

NOOBS, Ubuntu MATE: 8GB

 

$ gedit ~/.bashrc

 

Uncomment...

#force_color_prompt=yes

 

دیجی کالا

کویر الکترونیک

ولیعصر

Silicon Power Elite UHS-I U1 Class10 45MBps MicroSD With Adapter - 8GB

15,000 تومان*

16,500 تومان

11,500 تومان

Sandisk Ultra UHS-I U1 Class 10 48MBps 320X microSDHC With Adapter - 8GB

19,000 تومان*

-

14,500 تومان

 قابل توجه برو بچه های تهرانی...

* در ضمن هزینه پست / پیک موتوری هم به قیمت خرید اضافه کنید!

نتیجه آخر این که هرگز از یه تولیدکننده چینی بورد نخرید. اگر طراحی‌ش مال جای دیگه باشه شاید بشه مشکلات کیفیت و پایداری پایین‌ش رو تحمل کرد. اما اگه چینی‌ها طراحی‌ش کردن و نرم‌افزارهاش رو ارائه دادن سمتش نرید.

http://soroush.github.io/blog/damn-board/

The data field of an ICMP packet is 56 bytes under Linux and 32 under windows. It means the ICMP packet total length, which includes the headers of 42 bytes, is 98 bytes under Linux and 74 under windows.

Class

Minimum Serial Data Writing Speed

Application

 Class 4

4MB/s

HD video recording...

 Class 10

10MB/s

Full HD video recording...