i am to embedded Linux i am trying to Build petalinux on Zybo Z7 with just Zynq
These Steps i followed
1. Create Viavdo project With Zynq with TTC0 Enabled generated xsa
2. Created Petalinux project with "petalinux-create --type project --template zynq --name test_peta"
3. configured Petalinux with "petalinux-config --get-hw-description ../ "
enabled
a.image packing configuration to EXT4 (SD card)
b. premirror url to downlaoded files
c. local state feeds to to downloded local sstate
4. Bulid petalinux with : " petalinux-build" i am able to see files generated in images/linux with out any error
5. Packaged with "petalinux-package --boot --fsbl images/linux/zynq_fsbl.elf --fpga project-spec/hw-description/design_1_wrapper.bit --uboot --force" i am able to see boot.bin generated
6. formated the SD in to Two BOOT:fat32, rootfs:ext4 ..
7. copied "BOOT.BIN,image.ub,boot.scr" to BOOT
8. tar xvf rootfs.tar.gz -C /media/rootfs
But , i am unable to boot petalinux, previously i used 2019.1 with that i amble to boot ...my green led was glowing then , now not glowing any thing extra i have to activate
Question
chaitusvk
HI
i am to embedded Linux i am trying to Build petalinux on Zybo Z7 with just Zynq
These Steps i followed
1. Create Viavdo project With Zynq with TTC0 Enabled generated xsa
2. Created Petalinux project with "petalinux-create --type project --template zynq --name test_peta"
3. configured Petalinux with "petalinux-config --get-hw-description ../ "
enabled
a.image packing configuration to EXT4 (SD card)
b. premirror url to downlaoded files
c. local state feeds to to downloded local sstate
4. Bulid petalinux with : " petalinux-build" i am able to see files generated in images/linux with out any error
5. Packaged with "petalinux-package --boot --fsbl images/linux/zynq_fsbl.elf --fpga project-spec/hw-description/design_1_wrapper.bit --uboot --force" i am able to see boot.bin generated
6. formated the SD in to Two BOOT:fat32, rootfs:ext4 ..
7. copied "BOOT.BIN,image.ub,boot.scr" to BOOT
8. tar xvf rootfs.tar.gz -C /media/rootfs
But , i am unable to boot petalinux, previously i used 2019.1 with that i amble to boot ...my green led was glowing then , now not glowing any thing extra i have to activate
please help ...
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now