Skip to content

Commit be0658d

Browse files
authored
Fixed broken script link
1 parent 9681b48 commit be0658d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

QT_build_instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,17 +372,17 @@ To do this, enter the following commands one by one into your terminal _(change
372372

373373
### 7. Fix symbolic links
374374

375-
The files we copied in the previous step still have symbolic links pointing to the file system on the Raspberry Pi. We need to alter this so that they become relative links from the new sysroot directory on the host machine. We can do this with a python script by @riscv, which we can download as follows:
375+
The files we copied in the previous step still have symbolic links pointing to the file system on the Raspberry Pi. We need to alter this so that they become relative links from the new sysroot directory on the host machine. We can do this with a python script, which we can download as follows:
376376

377377
```sh
378-
wget https://raw.githubusercontent.com/riscv/riscv-poky/master/scripts/sysroot-relativelinks.py
378+
wget https://raw.githubusercontent.com/abhiTronix/rpi_rootfs/master/scripts/sysroot-relativelinks.py
379379
```
380380

381381
Once it is downloaded, you just need to make it executable and run it, using the following commands:
382382

383383
```sh
384384
sudo chmod +x sysroot-relativelinks.py
385-
./sysroot-relativelinks.py sysroot
385+
./sysroot-relativelinks.py rootfs
386386
```
387387

388388
### 8. Configure QT Build

0 commit comments

Comments
 (0)