Alternative flasher method (using netcat)
Here the steps to flash the system image using netcat:
-
pmbootstrap initfs hook_add debug-shell
-
pmbootstrap flasher flash_kernel
-
- boot the device and it will show "missing boot partition"
-
telnet 172.16.42.1
-
-
nc -v -l -p 60000 > /dev/mmcblk0p12
<= change with the partition you prefer (fdisk -l
to list)
-
-
- in another terminal:
pmbootstrap chroot
- in another terminal:
-
apk add pv
-
pv /home/pmos/rootfs/samsung-maguro.img | nc 172.16.42.1 60000
-
- when transfer ends, ctrl+c in both terminals and reboot device
We can put it somewhere in the wiki or we can consider adding it as an alternative flasher method
Edited by Oliver Smith