05-17-2020, 12:49 PM
(This post was last modified: 05-17-2020, 02:35 PM by leibide.
Edit Reason: Add more info
)
OK, I've tried that:
rock@Debian-Desktop:~$ cd Downloads
rock@Debian-Desktop:~/Downloads$ ls
bionic-lxde-pinebookpro-0.9.14-1159-armhf.img.xz
mmcblk0
mmcblk1
pinebookpro-debian-desktop-mrfixit-191123.img.xz
rock@Debian-Desktop:~/Downloads$ xzcat bionic-lxde-pinebookpro-0.9.14-1159-armhf.img.xz|dd of=dev/mmcblk1 bs=1M
dd: failed to open 'dev/mmcblk1': No such file or directory
rock@Debian-Desktop:~/Downloads$ xzcat bionic-lxde-pinebookpro-0.9.14-1159-armhf.img.xz|dd of=mmcblk1 bs=1M
0+452422 records in
0+452422 records out
3757047808 bytes (3.8 GB, 3.5 GiB) copied, 165.88 s, 22.6 MB/s
rock@Debian-Desktop:~/Downloads$ sync
rock@Debian-Desktop:~/Downloads$ uname-r
bash: uname-r: command not found
rock@Debian-Desktop:~/Downloads$ uname
Linux
rock@Debian-Desktop:~/Downloads$
rock@Debian-Desktop:~/Downloads$ cd
rock@Debian-Desktop:~$ uname-r
bash: uname-r: command not found
rock@Debian-Desktop:~$
As you can see, unfortunately dev/mmcblk1 was not recognised, only mmblk1, even though it's there. Uname-r did not give the readout I'd hoped for. Back to the red light on bootup after SD card removed. I've noticed that this Debian OS on the SD card can not connect to the internet. I've checked and double checked the password. I made two SD cards with Debian on them, but neither shuts down properly. I mention this just in case it might have an affect on writing an OS to the emmc from it.
If there's anything else I can do, tell me and I'll do it. Otherwise, it looks like I'll just have to wait until the emmc adapter arrives after all.
Edit: I also tried to dd the mrfixit Debian os yesterday.
rock@Debian-Desktop:~$ cd Downloads
rock@Debian-Desktop:~/Downloads$ ls
bionic-lxde-pinebookpro-0.9.14-1159-armhf.img.xz
mmcblk0
mmcblk1
pinebookpro-debian-desktop-mrfixit-191123.img.xz
rock@Debian-Desktop:~/Downloads$ xzcat bionic-lxde-pinebookpro-0.9.14-1159-armhf.img.xz|dd of=dev/mmcblk1 bs=1M
dd: failed to open 'dev/mmcblk1': No such file or directory
rock@Debian-Desktop:~/Downloads$ xzcat bionic-lxde-pinebookpro-0.9.14-1159-armhf.img.xz|dd of=mmcblk1 bs=1M
0+452422 records in
0+452422 records out
3757047808 bytes (3.8 GB, 3.5 GiB) copied, 165.88 s, 22.6 MB/s
rock@Debian-Desktop:~/Downloads$ sync
rock@Debian-Desktop:~/Downloads$ uname-r
bash: uname-r: command not found
rock@Debian-Desktop:~/Downloads$ uname
Linux
rock@Debian-Desktop:~/Downloads$
rock@Debian-Desktop:~/Downloads$ cd
rock@Debian-Desktop:~$ uname-r
bash: uname-r: command not found
rock@Debian-Desktop:~$
As you can see, unfortunately dev/mmcblk1 was not recognised, only mmblk1, even though it's there. Uname-r did not give the readout I'd hoped for. Back to the red light on bootup after SD card removed. I've noticed that this Debian OS on the SD card can not connect to the internet. I've checked and double checked the password. I made two SD cards with Debian on them, but neither shuts down properly. I mention this just in case it might have an affect on writing an OS to the emmc from it.
If there's anything else I can do, tell me and I'll do it. Otherwise, it looks like I'll just have to wait until the emmc adapter arrives after all.
Edit: I also tried to dd the mrfixit Debian os yesterday.