وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Embedded Linux Step by Step Using Beaglebone Black

سرفصل های دوره

Learn ARM Linux systems, Embedded Linux building blocks ,Busybox, Beaglebone interfacing Projects and much more


1 - Introduction BBB board and SOC
  • 1 - About the instructor.html
  • 2 - Important Note.html
  • 3 - overview
  • 4 - FAQ.html
  • 5 - Additional components list.html
  • 6 - Download Course materials
  • 6 - course repository.zip
  • 7 - BeagleBone BlackBBB Board Introduction
  • 8 - BeagleBone BlackBBB Board Introduction contd.html
  • 9 - Connecting BBB to PC using external USB TO UART Converter.html
  • 10 - Using Minicom
  • 11 - Using Teraterm and Putty
  • 12 - Getting started with BBB and initial Setup
  • 13 - BBB Web interface

  • 2 - Installing Ubuntu16 on virtual box
  • 14 - Using virtual machine.html
  • 15 - Installing Ubuntu16 on virtual box Part 1
  • 15 - virtualbox downloads.zip
  • 16 - Installing Ubuntu16 on virtual box Part 2
  • 17 - communicating with BBB

  • 3 - AM335x Functional block Overview
  • 18 - AM335x Functional block Overview Part 1
  • 18 - BBB-SCH.pdf
  • 19 - AM335x Functional block Overview Part 2

  • 4 - Beaglebone Linux booting Process
  • 20 - What do we need to successfully boot linux on BBB
  • 21 - BBB boot options.html
  • 22 - BBB Linux boot sequence discussion ROM and SPL
  • 23 - BBB Linux boot sequence discussionMLOSPL job
  • 24 - Why AM335x RBL cannot load the Uboot directly to DDR.html
  • 25 - Booting RBL and MLO on BBB
  • 25 - angstrom demo images.zip
  • 26 - Testing MLO image on BBB
  • 27 - Testing Uboot image on BBB
  • 28 - BBB Linux boot sequence discussionuboot
  • 29 - Decoding Uboot Header of uImage Manually
  • 30 - Linux boot sequence discussionBoot strap loader part 1
  • 30 - uboot source.zip
  • 31 - linux boot sequence discussionBoot strap loaderpart 2
  • 31 - linux kernel source for bbb.zip
  • 32 - linux boot sequence discussion Kernel Entry
  • 33 - Linux boot sequence discussion launch of INIT

  • 5 - BBB eMMC update windows host
  • 34 - eMMC booting big picture
  • 35 - eMMC updateDownloading latest OS image
  • 36 - eMMC updateFlashing new OS image
  • 37 - eMMC updateNetworking Configuration

  • 6 - BBB eMMC update Ubuntu host
  • 38 - BBB eMMC flashing
  • 39 - Enabling Internet on BBB when host is Ubuntu

  • 7 - Linux Device Tree
  • 40 - Why Linux device tree is introduced

  • 8 - uEnvtxt and Initramfs
  • 41 - Writing uEnvtxt file from scratch part 1
  • 42 - Writing uEnvtxt file from scratch part 2
  • 43 - Writing uEnvtxt file from scratch part 3
  • 44 - Writing uEnvtxt file from scratch part 4
  • 45 - Writing uEnvtxt file from scratch part 5
  • 46 - Challenge.html
  • 47 - About RFS.html
  • 48 - Generating initramfs using RFS.html
  • 48 - am335x-tiny-filesystem.zip

  • 9 - Booting BBB over Serial Port
  • 49 - Serial booting Required Setup.html
  • 50 - Serial boot big picture
  • 51 - Important Note.html
  • 52 - Testing Serial boot part 1
  • 53 - Testing Serial boot part 2

  • 10 - Booting BBB Over TFTF protocol
  • 54 - TFTP booting Required Setup.html
  • 55 - TFTP boot big picture
  • 56 - Preparing TFTP host.html
  • 56 - tftp.zip
  • 57 - Testing TFTP boot on BBB
  • 57 - uenv-nfs.zip
  • 58 - Challenge1.html
  • 59 - Challenge2.html

  • 11 - Uboot
  • 60 - Understanding Uboot Source Tree
  • 61 - Cross toolchain installation
  • 62 - Configuring and generating SPLMLOUboot images
  • 62 - compilation-commands.zip
  • 63 - Challenge.html

  • 12 - Understanding Linux Source Tree
  • 64 - ARM architecture related code organization
  • 65 - ARM Board configuration files organization
  • 66 - Soc specific driver code organization
  • 67 - Configuring and generating linux image

  • 13 - Busybox minimalist Root file system
  • 68 - Busybox introduction
  • 69 - Busybox compilation
  • 70 - Kernel Modules installation
  • 71 - Testing boot images and busybox on BBBPart1
  • 72 - Testing boot images and busybox on BBBPart2
  • 73 - Understanding busybox init and rcS Script
  • 74 - integrating rcSStartup scripts
  • 75 - Enabling ehternt over usb by driver integration
  • 76 - Auto loading of drivers during system startup
  • 77 - Challenge1.html
  • 78 - Challenge2.html

  • 14 - Buildroot
  • 79 - Buildroot Intro
  • 80 - Exploring buildroot directories and Build commands
  • 81 - Configuring and building BuildrootPart1
  • 82 - Configuring and building BuildrootPart2
  • 83 - Testing buildroot RFS and ssh support on BBB
  • 84 - Buildroot Linux and Uboot configurations
  • 85 - Buildroot linuxuboot image generation and testing on BBB

  • 15 - Eclipse setup for BBB
  • 86 - Eclipse installation Note.html
  • 87 - Installing JAVA JDK.html
  • 87 - Installing-Java-JDK-for-Windows.pdf
  • 87 - JAVA-JDK-Installation-for-Linux-and-MAC.pdf
  • 87 - myjavajdk.zip
  • 88 - Installing EclipseCross Tool chainbuild tools
  • 89 - Eclipse project creation and build settings
  • 90 - Installing Remote System Explorer and Testing Application
  • 91 - Importing Eclipse Projects

  • 16 - AM335X pin details gpios and SYSFS control
  • 92 - AM335x GPIO subsystem and expansion header details part 1
  • 93 - AM335x GPIO Subsystem and expansion header details part 2
  • 94 - BBB GPIOs and Mode configuration registers
  • 95 - Exploring Pin details using SYSFS entries Part1
  • 96 - Exploring Pin details using SYSFS entriesPart2
  • 97 - Controlling USER LEDs using SYSFS entriesPart 1
  • 98 - Controlling USER LEDs using SYSFS entriesPart 2
  • 99 - Controlling user LEDs using C Application Part 1
  • 100 - Controlling user LEDs using C Applicationpart2

  • 17 - External LED interfacing
  • 101 - Interfacing external LEDPart1
  • 102 - Interfacing external LEDpart2

  • 18 - 7 Segment LED interfacing
  • 103 - 7Segment Display basics and Interfacing
  • 104 - 7Segment Display basics and Interfacing contd
  • 105 - 7segment display updown counter implementation1
  • 106 - 7segment display updown counter implementation2
  • 107 - Challenge.html

  • 19 - 4 digit 7 segment LED interfacing
  • 108 - 4 digit 7 segment LED Counter implementation
  • 109 - Challenge.html

  • 20 - MPU6050 Interfacing and Tilt sensing application
  • 110 - Why Accelerometers are used
  • 111 - Why Gyroscope sensors are used
  • 112 - MPU6050 Introduction
  • 113 - Understanding MPU6050 ACC full scale range
  • 114 - converting raw Acc value in to g values
  • 115 - Understanding MPU6050 Gyro Full Scale range
  • 116 - MPU6050 breakout board details
  • 117 - Deciding BBB I2C pins for sensor interfacing
  • 118 - MPU6050 Raw read Source code explanationPart1
  • 119 - MPU6050 Raw read Source code explanationPart2
  • 120 - Testing MPU6050 Raw read application on BBB
  • 121 - Measuring Tilt Angle of the object part 1
  • 122 - Measuring Tilt angle of the object Part 2

  • 21 - 16x2 LCD interfacing
  • 123 - LCD Introduction
  • 124 - 16x2 LCD pin details
  • 125 - HD44780 LCD controller Internal Details
  • 126 - Understanding DDRAM CGRAMCGROM
  • 127 - Understanding LCD command sets Part1
  • 128 - Understanding LCD command sets Part2
  • 129 - Connecting BBB and LCD

  • 22 - BONUS LECTURE
  • 130 - BONUS LECTURE.html
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 5894
    حجم: 10977 مگابایت
    مدت زمان: 938 دقیقه
    تاریخ انتشار: 3 اسفند 1401
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید