Page 1 of 1

ArchLinux on T4 and M4

Posted: Sun Jan 06, 2019 12:50 am
by SmallSharky
Hello. I have to make archlinuxarm work with M4 and T4. I tried to create sdcard with archlinux aarch64 rootfs, tried to chroot into this rootfs (successfully), but I don't understand what to do to make it boot from this sdcard. What I can do?

Re: ArchLinux on T4 and M4

Posted: Wed Jan 09, 2019 12:32 pm
by Kurayamino
I'd be interested in any advice the OP has requested to. I managed to make a custom kernel but the install, well nothing happened. It would be great to see Arch on the M4 as this device is pretty darn powerful for a SBC.

Re: ArchLinux on T4 and M4

Posted: Sun Nov 24, 2019 8:09 pm
by SpringPeace Endy
Hello,

I have running ArchLinux on my NanoPi-M4(v2). Are You still interest what how to make it ?

SmallSharky wrote:
Hello. I have to make archlinuxarm work with M4 and T4. I tried to create sdcard with archlinux aarch64 rootfs, tried to chroot into this rootfs (successfully), but I don't understand what to do to make it boot from this sdcard. What I can do?

Re: ArchLinux on T4 and M4

Posted: Tue Nov 26, 2019 12:36 pm
by CasioJones
I know i would be interested , i like to try all the varoius distro's before deciding which i am going to use full time.

Thanks
Chris

Re: ArchLinux on T4 and M4

Posted: Wed Dec 04, 2019 8:10 am
by jernst
I would also be very interested in how to get another distri running on M4 or M4V2.

Re: ArchLinux on T4 and M4

Posted: Thu Dec 05, 2019 9:24 pm
by SpringPeace Endy
shortly:
- git clone https://github.com/friendlyarm/sd-fuse_rk3399
- wget http://os.archlinuxarm.org/os/ArchLinux ... est.tar.gz
- mkdir ArchLinuxARM-aarch64-latest
- tar xvzf ArchLinuxARM-aarch64-latest.tar.gz -C ArchLinuxARM-aarch64-latest
- ./build-rootfs-img.sh ArchLinuxARM-aarch64-latest buildroot
- ./fusing.sh /dev/sdX buildroot

Re: ArchLinux on T4 and M4

Posted: Thu Dec 05, 2019 11:20 pm
by CasioJones
Thank You :D