I have a NumWorks n0120 calculator(epsilon 23). Trying to build and flash a custom userland (B), using this command:
make clean
if [ "$(python3 build/device/dfu.py -l | grep '0x90000000')" ]; then make userland.A.dfu; python3 build/device/dfu.py -s 0x90010000:leave -D output/release/device/n0110/userland/userland.A.dfu; else make userland.B.dfu; python3 build/device/dfu.py -s 0x90410000:leave -D output/release/device/n0110/userland/userland.B.dfu; fi;
But the userland B doesn't ever boot up, nor do I have external .nwa apps working. Any help?