Hello, I've been trying to flash userland A or B on my Numworks N0115 but when I flash B the calculator gets stuck in numworks.com/rescue screen.
I've flashed this way:
make userland.A.dfu; python3 build/device/dfu.py -s 0x90010000:leave -D output/release/device/n0110/userland/userland.A.dfu
make userland.B.dfu; python3 build/device/dfu.py -s 0x90400000:leave -D output/release/device/n0110/userland/userland.B.dfu
I'm using 0x90400000 for B instead of 0x90410000 instead because I saw that I could write from there in here https://ti-planet.github.io/webdfu_numworks/n0110/ (but it doesn't really matter as when I flash in both cases the calculator is "bricked")