Thanks a lot for your quick response. I will try it asap and let you know :-)
Nicolas
Le 18 juin 2015 08:45, Mandar Joshi a écrit: Where can I find infos to create the image?
You can try generating the image using RootFS Build Factory https://github.com/mndar/rbf If it works please let me know so that I can add Bananapi to the list of tested boards.
I have added support for bananapi but I don't have one. The support if based on information available here http://fedoraproject.org/wiki/Architectures/ARM/F21/Installation
Refer README.md It has everything to get you started. You need Linux running on armv7 hardware or Qemu to use RootFS Build Factory. You can generate image for Qemu using the build factory.
For Bananapi 1. Clone the repo 2. run the command ./rbf.py build templates/bananapi.xml 3. Write image bananapi-centos-image.img to sd card
Regards Mandar Joshi _______________________________________________ Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev
Hello
I have created image for bananapi following your steps.
I just had these errors during process :
Installing : glib-networking-2.40.0-1.el7.armv7hl 229/259 Error in GnuTLS initialization: Failed to acquire random data.
Installing : net-tools-2.0-0.17.20131004git.el7.armv7hl 5/5 Could not determine your machine ID from /etc/machine-id. Please run 'systemd-machine-id-setup' as root. See man:machine-id(5) warning: %posttrans(kernel-core-4.0.0-1.el7.armv7hl) scriptlet failed, exit status 1
After burning img file (4,3GB, maybe we should decrease it to 4GB), centos is booting well. Network is OK on ethernet card. Sata HDD is working.
OS is very light, great !
[root@bananapi ~]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 461M 0 461M 0% /dev tmpfs 502M 0 502M 0% /dev/shm tmpfs 502M 13M 489M 3% /run tmpfs 502M 0 502M 0% /sys/fs/cgroup /dev/mmcblk0p3 2.0G 711M 1.1G 39% / tmpfs 502M 13M 489M 3% /etc/machine-id /dev/mmcblk0p1 477M 85M 368M 19% /boot
I can give you the image if you want to.
This is very great !
On 18/06/2015 09:00, Nicolas wrote:
Thanks a lot for your quick response. I will try it asap and let you know :-)
Nicolas
Le 18 juin 2015 08:45, Mandar Joshi a écrit:
Where can I find infos to create the image?
You can try generating the image using RootFS Build Factory https://github.com/mndar/rbf If it works please let me know so that I can add Bananapi to the list of tested boards.
I have added support for bananapi but I don't have one. The support if based on information available here http://fedoraproject.org/wiki/Architectures/ARM/F21/Installation
Refer README.md It has everything to get you started. You need Linux running on armv7 hardware or Qemu to use RootFS Build Factory. You can generate image for Qemu using the build factory.
For Bananapi
- Clone the repo
- run the command
./rbf.py build templates/bananapi.xml 3. Write image bananapi-centos-image.img to sd card
Regards Mandar Joshi _______________________________________________ Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev
Arm-dev mailing list Arm-dev@centos.org http://lists.centos.org/mailman/listinfo/arm-dev
After burning img file (4,3GB, maybe we should decrease it to 4GB), centos is booting well. Network is OK on ethernet card. Sata HDD is working.
OS is very light, great !
Thank you for testing RootFS Build Factory. I'll add BananaPi to the list of tested boards. Is it ok if I add your name and email address (as "tested by") to the README on github?