diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-17 16:58:43 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-17 17:02:46 +0200 |
commit | 93ec888fc3dbe387cc42d52ef58f239b23b41ff4 (patch) | |
tree | 4d6439a50fe60ed55969453acfbecdc63272fa05 /targets/ryuglab/cyclictest/nbscripts | |
parent | e12d7df724e5058bee6c4b71bb7310f49550721b (diff) | |
download | linux-conf-perf-93ec888fc3dbe387cc42d52ef58f239b23b41ff4.tar.gz linux-conf-perf-93ec888fc3dbe387cc42d52ef58f239b23b41ff4.tar.bz2 linux-conf-perf-93ec888fc3dbe387cc42d52ef58f239b23b41ff4.zip |
Change execute folder for boot
Folder in which novaboot is called is now same as nbscript. Binaries
are linked to this folder from upper folders.
Diffstat (limited to 'targets/ryuglab/cyclictest/nbscripts')
-rw-r--r-- | targets/ryuglab/cyclictest/nbscripts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/ryuglab/cyclictest/nbscripts b/targets/ryuglab/cyclictest/nbscripts index 385c69f..ba35885 100644 --- a/targets/ryuglab/cyclictest/nbscripts +++ b/targets/ryuglab/cyclictest/nbscripts @@ -1,5 +1,5 @@ #!/usr/bin/env novaboot # -*-sh-*- -load ../../../jobfiles/linuxImage console=ttyPSC0,115200 quiet +load uImage console=ttyPSC0,115200 quiet load shark-ryu.dtb -load ../../../root/cyclictest/images/rootfs.cpio.uboot +load rootfs.cpio.uboot |