OpenWRT build with JXCore
-
Well, since I've been racking my brain trying to get some very specific nodejs modules working...and not being successful, my thought was to possibly build a different package completely.
I found this OpenWRT JXCore Package Creation document here: https://github.com/jxcore/jxcore/blob/master/doc/OpenWrt_Compile.md
Everything seems to have compiled ok using the chaos_calmer/ar71xx package using a MIPSEL architecture on Ubuntu 15.04
I now have the following IPK packages:
libpthread_0.9.33.2-1_ar71xx.ipk
librt_0.9.33.2-1_ar71xx.ipk
libstdcpp_4.8-linaro-1_ar71xx.ipk
jxcore_0.3.0.3_ar71xx.ipk
(install last)At this point I'm supposed to copy the files over to my device and run opkg install <ipk file>
A couple of questions:
- There's not enough space for these files to be copied over to the Omega. What's the best way to free up space for this install?
- Is this the best way to even install this?
- What is the possibility of bricking the Omega?
- Any other suggestions are most welcome!!
Thanks!
-
Hi @Steve-Fister:
- Are you copying the files over to
/tmp
? There should be quite a bit of space there as RAM disk, which is good for installingipk
packages. If there's still not enough space, you might consider extending the storage of your Omega withext-root
. You can find more information here: https://wiki.onion.io/Tutorials/Using-USB-Storage-as-Rootfs. - Yes.
- It's quite unlikely to brick Omega by installing packages. Unless the package crashes the system on startup, in which case it will get into a boot-loop.
Hope you find this helpful.
Cheers!
- Are you copying the files over to