wucc007isme 发表于 2005-8-14 03:19:05

如何產生image.ram?

為何我在make完uClinux后,images目錄只有image.bin,linux.txt,linux.data及romfs.img
卻找不到image.ram及image.rom?
請問要如何轉換或設定

wucc007isme 发表于 2005-8-14 04:00:57

已解決,謝謝!

armuser 发表于 2005-8-22 20:25:04

如何解决的说一下啊!

brandice 发表于 2005-9-1 09:56:35

arm-elf-objcopy -O binary -R .note -R .comment -S linux image.ram

armuser 发表于 2005-9-1 13:37:30

这个是命令行下的,如何在Makefile中通过修改就直接make成功啊?

brandice 发表于 2005-9-1 15:28:39

U can add this command into Makefile in the linux-2.4.x diretory like:
image:
arm-elf-objcopy -O binary -R .note -R .comment -S linux image.ram
页: [1]
查看完整版本: 如何產生image.ram?