Hi Everyone,
I have a project with Ultra96,
I am using Ubuntu 16.04.3 LTS,VIVADO and SDK 2018.2 and Petalinux 2018.2
When I download ultra96v1_full_2018_2.bsp and install petalinux on ubuntu ( using Virtuabox)
I am implement command :
petalinux-create -t project -s .bsp
petalinux-config --> I dont change anything in this parth
petalinux-build
petalinux-package
cp BOOT.BIN to SD-Card --- boot at SD-card
cp image.ub to SD-Card ----boot at SD-card
1) sudo dd if=rootfs.ext4 of=/dev/sd*
2) cp rootfs.cpio to -----rootfs at SD-card
sudo pax -rvf rootfs.cpio
My question :
a) when I use command (1) ---> Input,output error
when I use command (2) ---->pax ,could not access/read-only
b) Onething I dont know, What have in Ultra96.bsp
I have some page and I see in Ultra96.bsp contains Wifi,Blutu,......
But I dont know, I have to activate wifi and blutu or not ?
Thank you very much,
vanloc,