mrmariosgithub

Results 14 comments of mrmariosgithub

Can we somehow unpack the update file mentioned here? https://github.com/duhow/xiaoai-patch/issues/1#issuecomment-1371028610

I didn't manage to get a flash backup. I tried `nand read.raw` followed by `md.b` afterwards, but I got some strange results. I copied two flash pages (zero and one)...

I managed to dump the flash by dumping all nand pages and writing the result to a file. This was an incredible slow process which - fully automated - took...

Ping @ds2k5

**Before I post my updates, let my answer your questions first:** > additionally, update the uboot bootarg (kernel boot options) and run a program after kernel load, but maybe this...

> I'll need to gain some more trust to solder the USB header then Thats pretty easy, there are labeled test points on the bottom side of the PCB if...

> I'll need to gain some more trust to solder the USB header then... I am currently working on a small program to flash the system partition using only the...

I finally managed to finialize and test the serial flash program. As stated before, I had to implement is in `c` because the shell script was terribly slow. I also...

The following idea just came to my mind: Why not create a minimal `system.img` that contains all required binaries like the ssh server, busybox etc. (and all symlinks to busybox)...

Very nice, good to hear that! Feel free to ping me if you want to discuss or test something :-)