installation process #32
Replies: 3 comments 3 replies
-
There are many ways to gather the system image. So, if you did backup sudo make extract FILE=system0-image-filename You can check what is the in-use rootfs partition by using different commands: df -h
ls -l /dev/root The non-in-use will be the partition that is not mentioned there. 🙂 |
Beta Was this translation helpful? Give feedback.
-
Both should create an img file, |
Beta Was this translation helpful? Give feedback.
-
just to make all things clearer:
then in ./squashfs-root/etc/shadow I have change root password how it described in install.md then in ./release/ I will get image file to flash (say it will be new_lx06_image)
do not understand this one though
I have to flash both partitions(system0 and system1) with same image? |
Beta Was this translation helpful? Give feedback.
-
good day. i have some questions about installation process for LX06 speaker. i've managed to backup boot0,data0 and system0 partition as @danielk117 described in /research/LX06/install.md those files have *.dump file name , but when i execute sudo make extract FILE=image-mtd4 after docker run -it -v $PWD:/xiaoai xiaoai-patch, i receive "No such file " error. i understand that i missed image creation step , but how can i make correct image? @danielk117 just say "create a img file using binwalk" but how can i make it? should i download lx06/mico_firmware_9c712_1.74.10.bin or maybe system0.dump (it looks like system0 is rootfs, but i m not sure) , how i must "flash the not-in-use rootfs partition" ? can you give some more detailed instruction?
Beta Was this translation helpful? Give feedback.
All reactions