diff options
Diffstat (limited to 'targets/ryuglab/cyclictest')
-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 |