Hi, > -----Original Message----- > From: Dev [mailto:[email protected]] On Behalf Of 이준민 > Sent: Thursday, November 06, 2014 5:32 PM > To: [email protected] > Subject: Re: [Dev] Use ecryptfs in RD-PQ > > Thanks you all answers.. > > > I tried to check kernel config. so I download kernel 3.0(I heard that > RD-PQ kernel version is 3.0) by > git(https://review.tizen.org/gerrit/#/admin/projects/kernel/linux-3.0). > > > and install cross compiler(arm-2014.05-29-arm-none-linux-gnueabi.bin) > and check kernel config. > > > I saw CONFIG_ECRYPT_FS and CONFIG_KEYS set is y. > > > so I tried to make uImage(U-boot) and use lthor to kernel build in RD-PQ. > > > > but lthor is not working.. error is below... > > > root@gants-Samsung-DeskTop-System:~/tizen/kernel/linux- > 3.0/arch/arm/boot# lthor arch/arm/boot/uImage usr/tmp-mod/modules.img > > Linux Thor downloader, version 1.4 > Authors: Jaehoon You <[email protected]> > > USB port is detected : /dev/ttyACM0 > > arch/arm/boot/uImage : > line 813: failed to open arch/arm/boot/uImage > line 870: failed to open arch/arm/boot/uImage > Error: No such file or directory > ------------------------------------------------------------------------ > --------------------------
Please place the uImage and modules.img in the top of the archive file. Like below: tar cf FILENAME_YOU_WANT.tar -C arch/arm/boot uImage -C ../../../usr/tmp-mod modules.img https://wiki.tizen.org/wiki/Porting_Guide#Kernel_Build Best Regards, Chanho Park _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
