S.a.e Afikim Driver Download



-->

  1. S.a.e Afikim Driver Download Free
  2. S.a.e Afikim Driver Download Windows 7

Warning

The Sharks Cove hardware development board is no longer supported for Windows IoT Core. For a list of currently supported boards, see SoCs and custom boards.

Sharks Cove is a hardware development board that you can use to develop hardware and drivers for Windows.

Download the latest drivers, manuals and software for your Konica Minolta device Get ahead of the game with an IT Healthcheck Our IT Healthcheck provides you with an accurate view of your IT infrastructure, highlights any potential issues and risks and equips you with the information you need to ensure the optimal running of your IT. Afiscooters stands out for their unique design made to create maximum protection & Safety for the driver together with classic styling and premium high-end look. Our insist on Safety We make sure that our Afiscooters Consists of safety features, meet the toughest European and US safety standards, are FDA-approved and comply with the EN-12184. Looking for Driving games to download for free? Here are the top free Driving games for PC for 2020, including Bridge Builder Racer, Renzo Racer, Retro Car Driver, and more. Download only unlimited full version fun games online and play offline on your Windows 7/10/8 desktop or laptop computer. Fast and secure game downloads.

The Intel Sharks Cove board supports driver development for devices that use a variety of interfaces, including GPIO, I2C, I2S, UART, SDIO, and USB. You can also use the Sharks Cove board to develop drivers for cameras and touch screens.

Before you start

The instructions given here require that you are running Windows 10, Windows 8.1, or Windows 7. These instructions do not work if you are running Windows 8.

If you are running Windows 7, you need to install PowerShell 4.0 and theWindows Assessment and Deployment Kit (ADK) for Windows 8.1 Update. Then on the Start menu, go to All Programs > Windows Kits > Windows ADK > Deployment and Imaging Tools Environment. Open this Command Prompt window as Administrator. Use this Command Prompt window when you enter the commands given in these instructions.

Step 1: Get the board and related hardware

You will need this hardware:

  • Sharks Cove board with included power cord and adapter.
  • USB hub
  • USB keyboard
  • USB mouse
  • USB network adapter
  • Monitor and HDMI cable (and possibly adapters)

You can get a Sharks Cove board at Mouser Electronics.

Step 2: Download kits and tools

A driver development environment has two computers: the host computer and the target computer. The target computer is also called the test computer. You develop and build your driver in Microsoft Visual Studio on the host computer. The debugger runs on the host computer and is available in the Visual Studio user interface. When you test and debug a driver, the driver runs on the target computer. In this case, the Sharks Cove board is the target computer.

To develop hardware and drivers for the Sharks Cove board, you need these kits and tools on the host computer:

On the host computer, first download Visual Studio, then download the WDK, and then download the WDK Test Pack. You do not need to download Debugging Tools for Windows separately, because it is included in the WDK.

Documentation

  • The online documentation for the WDK.

  • The online documentation for Debugging Tools for Windows.

  • The documentation for Debugging Tools for Windows is also available as a CHM file in the installation directory. Example: C:Program Files (x86)Windows Kits10Debuggersx64debugger.chm.

Step 3: Install Windows on the Sharks Cove board

You can install one of these versions of Windows on your Sharks Cove board:

TermDescription
Windows Embedded 8.1 Industry Pro EvaluationThis is a 180-day free trial. We will refer to this as the evaluation version.
Windows Embedded 8.1 Industry Pro with Update (x86) - DVDThis requires a subscription. We will refer to this as the full version.

If you intend to install the evaluation version, read this amendment to the license agreement:

Evaluation Software License Terms Amendment for the Hardware Developer Program

If the use of this software is in support of the Hardware Developer Program the following terms shall apply:

  • You agree to the terms of the Microsoft Evaluation Software License Terms for Windows Embedded 8.1 Industry Pro (“Evaluation Software License Terms”) in its entirety except for:
    • Section 1.b. (Demonstration Rights) of the Evaluation Software License Terms is amended in part, as:- You may demonstrate or deliver for demonstration use to potential customers, a number reasonably necessary for demonstration purposes, Windows Embedded 8.1 Industry Pro devices developed by you through your use of the software ('Demonstration Device'). You may demonstrate and deliver Demonstration Devices to customers that are not under non-disclosure obligations.
    • All provisions in Section 1.b. that do not directly conflict with the amended section above, shall apply.
  • By using the software, you accept these terms. If you do not accept and comply with these terms, you may not use the software or its features.

Download Windows Embedded 8.1 Industry (x86) Pro Evaluation or Windows Embedded 8.1 Industry Pro with Update (x86) - DVD.Locate the downloaded file. For example,

9600.17050.WINBLUE_REFRESH..X86FRE_EN-US_DV9.ISO.

Create a folder that will be the root for your Sharks Cove setup files (for example, C:SharksCoveWindows). We will call this folder Root. In Root, create these subfolders:

  • Setup
  • SharksCoveBsp

Double click your ISO file, and copy these files to RootSetup.

  • Boot
  • Efi
  • Sources
  • Support
  • Autorun.inf
  • Bootmgr
  • Bootmgr.efi
  • Setup.exe

Note

If you are running Windows 7, right-click the ISO file, and choose Burn disk image . Burn the image to a recordable DVD. Then copy the files from the DVD to RootSetup.

Get the Sharks Cove board support package (BSP). Copy all the files in the package to RootSharksCoveBsp.

Get the WDK Development Boards Add-on Kit. Open the SourceCode tab. Click Download (not the Downloads tab) to get the kit scripts. Open the Scripts folder, and copy these two items to Root.

  • Create-DevboardImage.ps1
  • DevBoard folder

Note

The DevBoard folder contains several scripts and modules (DevboardImage.ps1, Devboard.psm1, enable-telnet.ps1, and others).

Open a Command Prompt window as Administrator, and enter Powershell. Navigate to Root. To add the BSP to your Windows image, enter one of these commands:

If you are using the evaluation version of Windows, enter this command:

If you are using the full version of Windows, enter this command:

Note You might need to set your execution policy before you run the Create-DevboardImage script. For example:

Now that you have added the BSP to your Windows image, copy these folders and files from RootSetup to a USB flash drive (FAT32).

  • Boot
  • Efi
  • Sources
  • Support
  • Autorun.inf
  • Bootmgr
  • Bootmgr.efi
  • Setup.exe

Set up your Sharks Cove hardware as shown here:

Plug the flash drive into the hub that is connected to the Sharks Cove board. Hold the volume-up button as you start or restart the Sharks Cove board. The volume-up button is the top button in the set of three buttons on the left side of the board as shown in the preceding diagram. (If the board is already started, you can turn it off by holding the Power button for several seconds.) When the board starts, you will see the EFI shell on the screen.

Note

You might need to navigate to the EFI Shell. Go to Boot Manager > EFI Internal Shell.

S.a.e Afikim Driver download

S.a.e Afikim Driver Download Free

Note the name of the USB flash drive (for example, fs1:).

(Here we will use fs1: for the name of the USB flash drive.) At the Shell> prompt, enter these commands:

fs1:cd efibootdirVerify that bootia32.efi is in the directory. Enter this command:

bootia32.efiFollow the Windows setup instructions on the screen.

Step 4: Provision the Sharks Cove board for driver deployment and testing

Provisioning is the process of configuring a computer for automatic driver deployment, testing, and debugging.

Set up your hardware as shown here.

Provisioning the Sharks Cove board is similar to provisioning any other computer. To provision the Sharks Cove board, follow the instructions in this topic:

and this topic, which is available on line and in debugger.chm.

Note

Before you provision the Sharks Cove board, you need to disable Secure Boot. Restart the Sharks Cove board. As the board restarts, hold the Volume-up button. Go to Device Manager > System Setup > Boot. Set UEFI Security Boot to Disabled.

Step 5: Write a software driver for the Sharks Cove board

Before you write a device driver for the Sharks Cove board, it is helpful to familiarize yourself with the driver development tools by writing a software driver. The procedure is similar to writing a software driver for any other target computer. To get started, follow the hands-on exercises here:

Step 6: Alter the Secondary System Description Table (SSDT)

If you are writing a driver for a driver for a device that connects to a simple peripheral bus (SPB) on the Sharks Cove board, you need to update the Secondary System Description Table (SSDT) in the Sharks Cove firmware. An example of this is writing a driver for an accelerometer that transfers data over an I2C bus and generates interrupts through a general-purpose I/O (GPIO) pin. For more information, see Simple Peripheral Buses.

Here's an example of altering the SSDT. We will add a table entry for the ADXL345 accelerometer.

Note

See the SpbAccelerometer driver cookbook for a step-by-step guide to the SpbAccelerometer sample driver and the ADXL345 accelerometer.

  1. Copy the x86 version of ASL.exe to the Sharks Cove board. ASL.exe is included in the WDK.

    Example: C:Program Files (x86)Windows Kits8.1Toolsx86ACPIVerifyASL.exe

  2. Open a Command Prompt windows as Administrator. Decompile the SSDT by entering this command:

    asl /tab=ssdt

    This creates the file Ssdt.asl.

  3. Open Ssdt.asl (for example, in Notepad).

  4. Insert a Scope(_SB_) entry. Inside your scope entry, insert your own Device entry. For example, here's a scope(_SB_) entry and a Device entry for the ADXL345 accelerometer.

In this example, the entries under ResourceTemplate() specify that the accelerometer needs two hardware resources: a connection ID to a particular I2C bus controller (I2C3) and a GPIO interrupt. Nuvoton chip. The interrupt uses pin 0x17 on the GPIO controller named GPO2.

  1. After you have added your own Device entry to Ssdt.asl, compile Ssdt.asl by entering this command:

    asl ssdt.asl

    This puts the compiled output in a file named Ssdt.aml.

  2. Verify that test signing is turned on for the Sharks Cove board.

Note

Test signing is turned on automatically during provisioning.

On the Sharks Cove board, open a Command Prompt window as Administrator. Enter this command.

bcdedit /enum {current}

Verify that you see testsigning Yes in the output.

If you need to turn on test signing manually, here are the steps:

  1. Open a Command Prompt window as Administrator, and enter this command.

    bcdedit /set TESTSIGNING ON

  2. Restart the Sharks Cove board. As the board restarts, hold the Volume-up button. Go to Device Manager > System Setup > Boot. Set UEFI Security Boot to Disabled.

    Can someone tell me precisely what drivers I need to get the Option Starshoot (the original) to work with SharpCap NINA or some other software? A link would be much appreciated. What I downloaded from Orion have been AllInOneDrivers.ZIP AllInOneASCOM.ZIP and ASCOMPlatform 6.1 and later 6.5. Drivers orion others one. TMI-USA: +1 703 668 0114 TMI-Orion, France: - Sales:+33 (0)4 99 52 67 10 - Customer service: +33 (0)4 99 52 67 15. TMI-Maroc, Morocco: +212 (0)6 51 68 88 09. Other countries. Search and apply for the latest Ups truck driver jobs in Orion, IL. Verified employers. Competitive salary. Full-time, temporary, and part-time jobs. Job email alerts. Free, fast and easy way find a job of 736.000+ postings in Orion, IL and other big cities in USA.

  3. Save your changes and continue booting to Windows.

  4. To load your updated SSDT, open a Command Prompt window as Administrator, and enter this command:

    asl /loadtable ssdt.aml

    Restart the Sharks Cove board.

Step 7: Connect your device to the Sharks Cove board

Use the specification to determine which pins to use for your device. For example, suppose you want to connect the ADXL345 accelerometer to an I2C bus. In the specification, you can see that the J1C1 header has the pins you need. Here are some, but not all, of the pins you would use on the J1C1 header.

PinPin nameCommentsACPI object
7GPIO_S5[23]Accelerometer Interrupt signal_SB.GPO2 {0x17}
13SIO_I2C2_DATAI2C Data line for I2C controller 2_SB.I2C3
15SIO_I2C2_CLKI2C clock line for I2C controller 2_SB.I2C3

Notice the relationship to the Device entry in the SSDT.

Step 8: Write, build, and deploy a driver for your device

Writing a device driver for the Sharks Cove board is similar to writing a device driver for any other computer. In Visual Studio, you can start with a driver template or you can start with a driver sample.

When you are ready to test your driver on the Sharks Cove board, follow these steps:

  1. On the host computer, in Visual Studio, right click your package project, and choose Properties. Go to Driver Install > Deployment. Check Enable Deployment and Remove previous driver versions before deployment. For Target Computer Name, select the name of your Sharks Cove board. Select Install and Verify.

  2. Still in the property pages, go to Driver Signing > General. For Sign Mode, select Test Sign. Click OK.

    Here are manufacturers which have the drivers in the category PC Camera. In this category currently we have 4'478 drivers for 1'687 devices from 119 manufacturers. Please select manufacturer to download drivers. If you can not find a manufacturer of your hardware in this list, you can ask about the drivers. A Webcam Driver is a program which allows communication between your webcam (in-built or external camera on your computer) and your PC. Webcam drivers should be updated in order to keep the. Download Creative PC-CAM 750 Driver for Windows to update the Windows 98/Me/2000/XP drivers for your Creative PC-CAM 750. Usb pc cam driver. Select the Driver tab, then select Uninstall Device. Select the check box for Delete the driver software for this device, then select OK. In Device Manager, on the Action menu, select Scan for hardware changes. Wait for it to scan and reinstall updated drivers, restart your PC. I have spent hours (literally) trying to solve this issue. I have a Logitech HD720p webcam (installation CD is for Windows 7) mounted on a fairly new PC which runs Windows 10 and I can find no way to get it working. I've downloaded the software but I get an incompatible message and the computer does not recognize the camera.

  3. In your driver project, open your INF file. Edit the hardware ID so that it matches the hardware ID (_HID) that you created in the SSDT. For example, suppose you put this Device entry in the SSDT.

    Then the hardware ID in you INF file would be ACPISpbAccelerometer.

  4. In Visual Studio, on the Debug menu, choose Start Debugging.

  5. Microsoft Visual Studio first shows progress in the Output window. Then it opens the Debugger Immediate Window and continues to show progress.

    Wait until your driver has been deployed, installed, and loaded on the Sharks Cove board. This might take a minute or two.

  6. If the debugger does not automatically break in, choose Break All from the Debug menu. The debugger on the host computer will break into the target computer (kernel-mode) or to the correct instance of Wudfhost.exe (UMDF). In the Debugger Immediate Window, you'll see a debugger command prompt.

  7. To view the loaded modules, enter lm. Verify that your driver appears in the list of loaded modules.

Using WinDbg to debug the Sharks Cove board

As an alternative to using Visual Studio to set up kernel-mode debugging, you can do the setup manually.

S.a.e afikim driver download windows 10

As an alternative to using Visual Studio for debugging, you can use WinDbg.

Regardless of whether you use Visual Studio or WinDbg, these hands-on guides are helpful for learning debugger commands:

Sample driver code

S.a.e Afikim Driver Download Windows 7

Understanding simple peripheral buses

To learn how Windows drivers work with simple peripheral buses, see Simple Peripheral Buses.

Related topics