Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

booting from QSPI using u-boot and TFTP? #7

Open
kratsg opened this issue Jan 19, 2018 · 3 comments
Open

booting from QSPI using u-boot and TFTP? #7

kratsg opened this issue Jan 19, 2018 · 3 comments

Comments

@kratsg
Copy link
Collaborator Author

kratsg commented Jan 19, 2018

Also attaching documentation about using JFFS2 as well

JFFS2_rootfs.docx

@kratsg
Copy link
Collaborator Author

kratsg commented Mar 22, 2018

Current instructions

setenv autoload no
setenv ip no
setenv serverip 192.168.0.101
dhcp
tftpboot 0x02000000 Image
tftpboot 0x03000000 gfex-prototype3a.dtb
tftpboot 0x04000000 zynq-base-gfex-prototype3a.jffs2
sf probe
sf erase 0x02000000 0x06000000
sf write 0x02000000 0x02000000 0xca0200
sf write 0x03000000 0x03000000 0x9bb7
sf write 0x04000000 0x04000000 0x2886000
setenv bootargs earlycon clk_ignore_unused root=/dev/mtdblock2 rw rootfstype=jffs2
booti 0x2000000 - 0x3000000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant