From 486050b4bf03c3bd44ed39228e2775fab23a4d55 Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim <mibrahim@mibrahim.net> Date: Sat, 15 Aug 2015 21:58:49 -0400 Subject: [PATCH] Modifying the HSA page --- doc/settinguplinuxhsamachineforaparapi.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/settinguplinuxhsamachineforaparapi.md b/doc/settinguplinuxhsamachineforaparapi.md index 84448d68..cd6ccba9 100644 --- a/doc/settinguplinuxhsamachineforaparapi.md +++ b/doc/settinguplinuxhsamachineforaparapi.md @@ -53,14 +53,18 @@ Until all of the HSA drivers and features are available in stock linux and have A Ubuntu compatible kernel can be pulled from github >$ cd ~ # I put all of this in my home dir + >$ sudo apt-get install git + >$ git clone https://github.com/HSAFoundation/Linux-HSA-Drivers-And-Images-AMD.git Or you can pull the zip and unzip using curl if you don't have git >$ cd ~ # I put all of this in my home dir -$ curl -L https://github.com/HSAFoundation/Linux-HSA-Drivers-And-Images-AMD/archive/master.zip > drivers.zip -$ unzip drivers.zip + +>$ curl -L https://github.com/HSAFoundation/Linux-HSA-Drivers-And-Images-AMD/archive/master.zip > drivers.zip + +>$ unzip drivers.zip This will create the following subdir on your machine -- GitLab