You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to setup Onion Omega2 Developments stack without the real hardware using arm_now. Mostly for Python scripts with stubs for hardware stuff.
However bringing up mips32el is stalling with this :
File not found by ext2_lookup
WARNING: e2rm file already suppressed
File not found by ext2_lookup
WARNING: e2rm file already suppressed
Tempdir /tmp/tmpolljr1r0
Starting qemu-system-mipsel
stty intr ^]
export QEMU_AUDIO_DRV="none"
qemu-system-mipsel -kernel arm_now/kernel -hda arm_now/rootfs.ext2 -append 'root=/dev/hda console=ttyS0 rw physmap.enabled=0 noapic' -m 256M -nographic -serial stdio -monitor null -nic user -no-reboot
stty intr ^c
qemu-system-mipsel: -nic: invalid option
Will work on checking the architecture and options for opkg support for this board since images are available with links to Onion opkg repo here.
The text was updated successfully, but these errors were encountered:
you can either adjust to fix the bellow command manually because once the image are downloaded you don't need arm_now if you start qemu your self:
qemu-system-mipsel -kernel arm_now/kernel -hda arm_now/rootfs.ext2 -append 'root=/dev/hda console=ttyS0 rw physmap.enabled=0 noapic' -m 256M -nographic -serial stdio -monitor null -nic user -no-reboot
I am attempting to setup Onion Omega2 Developments stack without the real hardware using arm_now. Mostly for Python scripts with stubs for hardware stuff.
However bringing up mips32el is stalling with this :
Will work on checking the architecture and options for opkg support for this board since images are available with links to Onion opkg repo here.
The text was updated successfully, but these errors were encountered: