Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 110328c

Browse files
committed
Download, compile and use QEmu with support for Raspberry Pi
1 parent 22ae43e commit 110328c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎scripts/start

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ var fs = require('fs')
44
var spawn = require('child_process').spawn
55

66

7+
const QEMU_SYSTEM = '../nodeos-barebones/usr/bin/qemu-system-'
8+
9+
710
var link = fs.readlinkSync('out/latest').split('/');
811

912
var cpu = link[link.length-2]
@@ -30,7 +33,8 @@ switch(cpu)
3033
break
3134
}
3235

33-
var command = 'qemu-system-'+cpu_family
36+
var command = QEMU_SYSTEM+cpu_family
37+
3438
var args =
3539
[
3640
'-enable-kvm',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /