-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use your build on the R2C #23
Comments
R2C will probably not work out of the box with R2S build, or miss network driver as you mention. However ImmortalWrt has support for it and this is from where I got most of the useful patches (uboot + linux kernel + drivers). |
The fact you consider to do this is amazing:-) |
I have generated some builds for R2C. Hopefully they work, let me know if you get some success. |
My device is shipped as soon as I receive the r2c I will let you know 👍 |
Received the r2c . Edit: Haven't tried to push the reset pin to reset the password could try that 😄 |
This sounds strange to be asked for a password. ssh root@192.168.1.1 should not. Which image did you flash ? mini/full ? squashfs/ext4 ? |
Flashed the full build ext4 version. Did a brief check of it booted then I had to go to work. |
Is it possible to use the backup from my R4S for the R2C ? |
For my own purpose I wrote a script based on uci commands over ssh and scp commands that recreates my router configuration from a clean image after boot. Using this I can switch seamlessly from R2S to R4S. So I think you can take most of the /etc/config files and others from /etc and this will work. |
Tried to reset with the resetbutton holding it for 10 minutes. |
Just reflash the sdcard .... much faster. And try with squashfs |
Flashed with squashfs same result password incorrect. |
The firmware i flashed is this one OpenWrt-AO-NanoPiR2C-full-21.02-20220412-squashfs.img.gz |
There must be something wrong then, my build has nothing to do with FriendlyWrt. I could be ImmortalWrt if there was a mistake in the patches but FriendlyWrt is simply impossible. Flashing must have been gone wrong at some point. Did you previously flash FriendlyWrt on the card ? |
I received the plus version with 8 GB off emmc haha I orderd the non plus🙃🙃🙃🙃😄😄😭😭 |
that was my guess. might need to check to boot from TF card always https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R2C_Plus#The_Boot_order_between_eMMC_and_SD_card or flash to eMMC |
Is it possible to flash directly on the emmc? |
Okay I messed up now the r2c does not boot anymore. |
Okay got booting from the sdcard working. |
from the doc it says that you should erase eMMC so it default boots to SD card with dd if=/dev/zero of=/dev/mmcblk0 bs=8M count=1 just check if mmcblk0 is really the eMMC and not the SD card, because on my systems without eMMC the SD card is /dev/mmcblk0 so it might be /dev/mmcblk1 too |
Probably but I have no experience here! I would say you need to boot on a SD card to have a system ready, download the image on the device, and flash it with dd |
Send a email to the support department off friendlypi . I have ask a proper instruction to or set a boot order with SD card first. Because shorting the pinns work but I have to remover the PCB out off its housing. Consider this the not so handy way. The other method does not work. |
I ordered a R2C and when compared to the R2S the difference is in the network chip.
I read something about a patch to get the YT8521S working.
Would it be possible to integrate the patch in the R2S build?
The text was updated successfully, but these errors were encountered: