How to build ubuntu rootfs for ppc arch using LSDK?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to build ubuntu rootfs for ppc arch using LSDK?

832 Views
alexey_talalush
Contributor I

I have a custom boart based on T4241. Using LSDK 18.06 i was able to build u-boot, kernel, dtb, buildroot ramdiskfs and to bring the board up with ramdisk. There is ssd on my board, and I would like to install ubuntu rootfs there, but failed to build it:

root@fbubuntu:~# flex-builder -i mkrfs -a ppc64
INSTRUCTION: mkrfs
DESTARCH: ppc64
/home/g10/peshkin/flexbuild/build/rfs/rootfs_ubuntu_bionic_ppc64 exist but imcomplete, regenerate it ...
building /home/g10/peshkin/flexbuild/build/rfs/rootfs_ubuntu_bionic_ppc64 ...
Building ubuntu bionic for ppc64
flex-mkdistrorfs ppc64 bionic additional_packages_list_moderate
additional packages list: configs/ubuntu/additional_packages_list_moderate
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id 790BC7277767219C42C86F933B4FE6ACC0B21F32)
E: Invalid Release file, no entry for main/binary-ppc64/Packages

Please suggest the way to obtain complete Ubuntu rootfs.

0 Kudos
1 Reply

599 Views
Pavel
NXP Employee
NXP Employee

This rootfs can be built for ppc64:

flex-builder -i mkrfs -r buildroot:moderate -a ppc64

0 Kudos