Assignments and tooling collected during the embedded Linux zero-to-hero track (“linux_Ass” shorthand in notes). Highlights include scripted bring-up drills and multimedia integration labs.
| Directory | Contents |
|---|---|
assignement_1_bash/ |
Bash fundamentals & automation warmup |
assignement_2_bash/ |
Advanced scripting / toolchain exercises |
assignement_4_MP3_player/ |
Audio pipeline / playback stack experiment |
Directories intentionally keep original spelling (assignement_*) from coursework exports.
Follow the shell scripts or Makefiles bundled with each assignment. Typical host:
git clone https://github.com/Nafe3/Embedded_Linux_Z2H.git
cd Embedded_Linux_Z2H/assignement_1_bash
# open README or assignment PDF referenced in coursework
chmod +x *.sh # only when scripts ship executable flagsReplace paths with whichever assignment you are validating; some labs expect specific board images mounted under
/mntor QEMU targets.
| Layer | Responsibility |
|---|---|
| CI | Confirms README + assignment directories exist |
| Manual | Run each lab per instructor scripts on your lab image |
Course materials may include third-party starter files—verify before applying an open-source license.