You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simplified developer kits reference setup scripts for various kind of Intel platforms and GPUs.
3
+
This repository provides simplified developer kit reference setup scripts for various Intel platforms and GPUs.
4
4
5
-
> **Note:**Main branch of this repository contains the latest development version of the project. It may include experimental features, work in progress, or unstable code.
5
+
> **Note:**The main branch contains the latest development version of the project. It may include experimental features, work in progress, or unstable code.
6
6
7
-
## Recommended Edge Design Support
8
-
9
-
| Edge Design | Product Line | Product Name | Installer Support | Validated Hardware |
✗ This script must be run with sudo or as root user
101
107
```
102
108
103
-
### Log Files
104
-
Installation logs are displayed in real-time. For troubleshooting, check:
105
-
- System package manager logs: `/var/log/apt/`
106
-
- Docker logs: `docker logs [container_name]`
109
+
### Platform-Specific Issues
107
110
108
-
- NPU logs: `/var/log/intel-npu.log`
109
-
- Installation logs: Terminal output
110
-
111
-
## Troubleshooting
112
-
113
-
### Platform Not Detected
111
+
**Platform Not Detected:**
114
112
- Check `/sys/class/dmi/id/product_name`
115
113
- Add to appropriate platform list
116
114
117
-
### NPU Not Available
118
-
- Verify Core Ultra platform
119
-
- Check if NPU device exists: `ls /dev/intel-npu*`
120
-
- May require system reboot
115
+
**NPU Not Detected:**
116
+
- Confirm you are using a Core Ultra platform
117
+
- Check for NPU device: `ls /dev/intel-npu*`
118
+
- If missing, reboot the system and rerun the installer
119
+
120
+
**GPU Issues:**
121
+
- Run the GPU installer separately: `./gpu_installer.sh`
122
+
- Verify GPU detection: `lspci | grep -i vga`
123
+
- If issues persist, check for error messages in the terminal and review relevant log files
124
+
- Reboot the system after driver installation if prompted
121
125
122
-
### GPU Issues
123
-
- Run standalone GPU installer: `../gpu/setup.sh`
124
-
- Check GPU detection: `lspci | grep -i vga`
126
+
### Log Files & Troubleshooting Steps
125
127
126
-
## Support
128
+
During installation, logs are displayed in real time. For deeper troubleshooting, consult these sources:
127
129
128
-
For issues and questions:
129
-
- Check logs and error messages
130
-
- Verify platform compatibility
131
-
- Test individual components
132
-
- Report bugs with platform details in here https://github.com/intel/edge-developer-kit-reference-scripts/issues
130
+
-**APT Package Logs:**`/var/log/apt/`
131
+
-**Docker Logs:**`docker logs [container_name]`
132
+
-**NPU Driver Logs:**`/var/log/intel-npu.log`
133
+
-**Installer Output:** Review terminal messages for errors or warnings
134
+
135
+
**Troubleshooting Checklist:**
136
+
- Review relevant log files for error details
137
+
- Confirm your hardware matches the supported platforms
138
+
- Test individual installer scripts (e.g., `gpu_installer.sh`, `npu_installer.sh`)
139
+
- Search for known issues in [GitHub Issues](https://github.com/intel/edge-developer-kit-reference-scripts/issues)
140
+
- When reporting a bug, include platform model, OS version, and log excerpts
141
+
142
+
For further assistance, open an issue on GitHub with detailed information.
133
143
134
144
## Disclaimer
145
+
135
146
This repository contains pre-production code and is intended for testing and evaluation purposes only. The code and features provided here are in development and may be incomplete, unstable, or subject to change without notice. Use this repository at your own risk.
136
147
137
148
The reference scripts provided in this repository have been validated and tested on the hardware listed in the documentation. While we strive to ensure compatibility and performance, these scripts may not function as expected on other hardware configurations. Users may encounter issues or unexpected behavior when running the scripts on untested hardware. If you encounter any issues or have suggestions for improvements, we welcome you to open an issue.
138
149
139
-
GStreamer*is an open source framework licensed under LGPL. See https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/licensing.html. You are solely responsible for determining if your use of GStreamer requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due, in connection with your use of GStreamer.
150
+
**GStreamer License Notice:** GStreamer*is an open source framework licensed under LGPL. See https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/licensing.html. You are solely responsible for determining if your use of GStreamer requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due, in connection with your use of GStreamer.
0 commit comments