Use new image with network programs
This commit is contained in:
parent
60d4cc4df6
commit
f9ca490190
@ -340,7 +340,7 @@
|
|||||||
{
|
{
|
||||||
printOnTerm.printError(printOnTerm.getErrorMessage(err));
|
printOnTerm.printError(printOnTerm.getErrorMessage(err));
|
||||||
}
|
}
|
||||||
CheerpXApp.create({devices:[{type:"block",url:"https://disks.leaningtech.com/pythonfiddle_20220914.ext2",name:"block1"}],mounts:[{type:"ext2",dev:"block1",path:"/"},{type:"cheerpOS",dev:"/app",path:"/app"},{type:"cheerpOS",dev:"/str",path:"/data"},{type:"devs",dev:"",path:"/dev"}], networkInterface}).then(runTest, failCallback);
|
CheerpXApp.create({devices:[{type:"block",url:"https://disks.leaningtech.com/webvm_20221004.ext2",name:"block1"}],mounts:[{type:"ext2",dev:"block1",path:"/"},{type:"cheerpOS",dev:"/app",path:"/app"},{type:"cheerpOS",dev:"/str",path:"/data"},{type:"devs",dev:"",path:"/dev"}], networkInterface}).then(runTest, failCallback);
|
||||||
}
|
}
|
||||||
function initialMessage()
|
function initialMessage()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user