Forum Discussion
Altera_Forum
Honored Contributor
19 years agoStrange make linux image with dist-20060803
Hi all, With the uClinux-dist-20060803 release and patch V17: The "make linux image" has a strange behaviour: (Just after after a make clean make vendor_hwselect SYSPTF=~/... ma...
Altera_Forum
Honored Contributor
19 years agoyou have to do "make romfs" before the first make.
it will create some dirs and files in romfs dir, so that initramfs script will work correctly afterward. make clean make vendor_hwselect SYSPTF=~/... make romfs <---- make make linux image