Jokūbas M.

Results 13 comments of Jokūbas M.

Hi, If there is "dd" utility then you can dump from a live system. You need to get a mtd map first: `cat /proc/mtd`: ``` dev: size erasesize name mtd0:...

Yeah you should be to get them via USB or rsync. As for wifi, it could be it uses separate config partition and some application sets SSID on boot.

Hi, you need to extract firmware with either `binwalk -E ..` or `unsquashfs` command, then add needed changes. Then you can make rootfs with `mksquashfs` command. Sorry, I can't help...

Hi, @tripLr Seems like you have probably identical hardware. Perhaps you could dump firmware too? > I was able to Telnet into it, with root no password So telnet was...

> Any suggestions on how to mount usb ? When you plug-in usb flash drive, does `dmesg` shows anything? New devices, something like `sdx` should show up, like `sda` `sda1`....

So it seems flash layout is little bit different: ``` hisi-sfc hisi_spi_nor.0: mx25l12835f (Chipsize 16 Mbytes, Blocksize 64KiB) 4 cmdlinepart partitions found on MTD device hi_sfc 4 cmdlinepart partitions found...

Hi Daniel, Interesting, you seem to have framebuffer working. Perhaps HDMI is next? :) I never actually looked into FB/HDMI with stock kernel. Mostly what I did is I cleaned...

Hi, Interesting, can you also provide `mount` output? I wonder what partitions are mounted. It seems that it was built with the same Hisilicon SDK: `Hisilicon_v510_20170427`.

Hi @glsmith86, have you tried https://habr.com/en/post/486856/? If so, I believe there is nothing you can do right now, apart from modifying rootfs and using UART.

Hi, I could migrate Freya to go modules. I'm still quite surprised that Freya received any attention, it's been years since I've worked on it.