---
title: "Designing Embedded Systems with FPGA-2"
url: https://daily.dev/posts/designing-embedded-systems-with-fpga-2-cdfarm8oz
source_url: https://www.embeddedrelated.com/showarticle/33.php
type: article
source: "EmbeddedRelated"
published: 2026-05-31T07:48:25.850Z
updated: 2026-05-31T08:50:50.881Z
tags: ["embedded", "fpga"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Designing Embedded Systems with FPGA-2

**[EmbeddedRelated](https://daily.dev/sources/embeddedrelated)** · 4 min read · 0 upvotes · 0 comments

## Summary

A step-by-step walkthrough of turning an FPGA hardware design into a running embedded system using Xilinx EDK. Covers compiling the hardware design into a .bit bitstream, generating software libraries and board support packages from .mhs and .mss files, and building MicroBlaze applications with GCC. Notes that the default boot location is 0x0 and that applications not placed there require explicit software-controlled execution transfer.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.embeddedrelated.com/showarticle/33.php>

---

Tags: [#embedded](https://daily.dev/tags/embedded), [#fpga](https://daily.dev/tags/fpga)

[View this post on daily.dev](https://daily.dev/posts/designing-embedded-systems-with-fpga-2-cdfarm8oz)
