We are currently evaluating the Vicharak Axon for an embedded project and we need some official documentation regarding OS and storage management before we scale up.
Context: During our initial bench testing, the board experienced a few sudden power interruptions before our power supply setup was finalized. These crashes seem to have severely corrupted the system files on the onboard eMMC (we are now seeing EBADMSG kernel-level sector errors and dpkg lockups). We need to completely wipe the drive and start fresh.
Could an engineer please provide a guide or documentation for the following?
1. Re-flashing the onboard eMMC: What is the official, step-by-step method to completely wipe and re-flash the soldered eMMC with your latest stable OS?
2. Creating a Backup / OS Cloning: Once we flash a fresh OS and install our custom application environment and dependencies, what is the recommended way to create a full backup image of that OS? Additionally, how can we easily flash that custom image onto our new Axon boards so we don’t have to manually configure every unit from scratch?
3. Alternative Boot Media (NVMe): To mitigate eMMC wear-leveling issues in the future (our application requires continuous, heavy data logging), is there a supported method to bypass the eMMC entirely and boot the OS directly from an NVMe SSD?
For context, here is the specific EBADMSG behavior we are seeing: APT Error during configuration:
dpkg: error processing package libipa-hbac0t64 (–configure):
unable to open triggers ci file ‘/var/lib/dpkg/info/libipa-hbac0t64.triggers’: Bad message
Will provide documentation, though It is available on Vicharak Doc, Meanwhile could you further explain about EBADMSG error and what setup you are following !?
Make sure Axon is connected to HDMI-Tx0 connector, this is assume that bootable external device is attached to axon. Now, while Axon booting, In starting when User see Vicharak Logo on screen, Press Ctrl + Q continuously, Reference Guide :
And Set default boot using Shift + D, using enter.
Vicharak Image pattern follow First boot setup so, it reboots automatically and boot from, selected external device.
After that, User can check it by lsblk command. /boot is mounted on selected external device partition 3.
Hi again,
I successfully managed to completely re-flash the onboard eMMC and also set up a clean boot from an NVMe SSD.
However, we are observing a critical issue: the Axon board is randomly hard-freezing.
This does not seem to be related to thermal throttling or heavy compute loads. The board will completely lock up and become unresponsive even when idling or performing very light I/O tasks (like running sudo apt update). We have to physically power-cycle the board to get it back online. We are using a stable USB-C PD module, so power delivery should be consistent.
I have attached a screenshot (dmesg.png) showing the kernel panic output.