Robert Marshall <robert.marshall@...>
Morning! Agustin Benito Bethencourt <agustin.benito@...> writes: Hi,
On 27/09/17 07:35, Daniel Sangorrin wrote:
Agustin, Robert:
-----Original Message----- From: Agustin Benito Bethencourt [mailto:agustin.benito@...] Sent: Tuesday, September 26, 2017 7:34 PM To: Daniel Sangorrin; 'cip dev' Cc: 'Binh Thanh. Nguyen'; 'Chris Paterson'; 'Robert Marshall'; 'O365-Toru Oishi' Subject: Re: [cip-dev] B@D support Renesas iwg20m board - issue
Hi,
On 26/09/17 11:49, Daniel Sangorrin wrote:
Hi Binh, Robert, Everyone
I have Project-X for iwg20m working with LAVA 2017.7 (boot test and a simple uname test so far). # I will send the patches another day.
Robert: do you have plans to update to 2017.9? We will not before ELCE. We will concentrate on properly releasing what we currently have for the event. Alright, then I will prepare the demo for 2017.7.
Robert: until now I was using lava-docker, is the 2017.7 version fully working now? What branch should I use? Robert is on vacation until mid next week.
From what I see in the project journal and the repo, there is a merge request approved for lava update and local initramfs. Yes, the initramfs and lava to 2017-7 updates are in master, lava is working fine, remaining issues are with a recent kernelci update to which the comment below belongs Robert Hi comment is: "B@D still hangs at the listening on port 8888 in install_backend.sh and needs a manual vm restart. But once that's done the rest of the kernelci provisioning works. "
So I assume it is almost ready for the release, which will take place right after he comes back.
Check: https://gitlab.com/rajm/board-at-desk-single-dev/tree/fix-new-kernelci
Another question: Is it possible to upload artifacts (CIP Core's ramdisk, uImage, devicetree etc) to the AWS S3 storage so that we can share the same binaries for demos etc? Yes it is. I will add you as user so you can upload them.
Thanks, Daniel
-----Original Message----- From: Binh Thanh. Nguyen [mailto:binh.nguyen.uw@...] Sent: Wednesday, September 20, 2017 6:30 PM To: Chris Paterson; Daniel Sangorrin; 'cip dev' Cc: O365-Toru Oishi Subject: RE: [cip-dev] B@D support Renesas iwg20m board - issue
Hi Daniel,
-----Original Message----- From: Chris Paterson [mailto:Chris.Paterson2@...] Sent: Wednesday, September 20, 2017 3:29 PM To: Daniel Sangorrin <daniel.sangorrin@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; 'cip dev' <cip-dev@... project.org> Cc: O365-Toru Oishi <toru.oishi.zj@...> Subject: RE: [cip-dev] B@D support Renesas iwg20m board - issue
Hello Daniel,
From: cip-dev-bounces@... [mailto:cip-dev- bounces@...] On Behalf Of Daniel Sangorrin Sent: 20 September 2017 08:14
Hi Binh,
-----Original Message----- From: cip-dev-bounces@... [mailto:cip-dev-bounces@...] On Behalf Of Daniel Sangorrin Sent: Wednesday, September 20, 2017 3:40 PM To: 'Binh Thanh. Nguyen'; 'cip dev' Cc: 'O365-Toru Oishi' Subject: Re: [cip-dev] B@D support Renesas iwg20m board - issue
Hi Binh,
-----Original Message----- From: Binh Thanh. Nguyen [mailto:binh.nguyen.uw@...] Sent: Friday, September 15, 2017 8:46 PM To: Daniel Sangorrin; 'cip dev' Cc: O365-Toru Oishi Subject: RE: [cip-dev] B@D support Renesas iwg20m board - issue
Hello Daniel,
Sorry for late reply. I got few days off for some reasons.
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Tuesday, September 12, 2017 8:36 AM To: Binh Thanh. Nguyen <binh.nguyen.uw@...>; 'cip dev'
<cip- dev@...> Cc: O365-Toru Oishi <toru.oishi.zj@...> Subject: RE: [cip-dev] B@D support Renesas iwg20m board - issue
Hi Binh,
-----Original Message----- From: Binh Thanh. Nguyen
[mailto:binh.nguyen.uw@...]
Sent: Monday, September 11, 2017 8:00 PM
Any updates on this topic? I have no update. I was busy with other tasks with high priority. I will manage to back to this task from next week.
I will let you know if there is any update. OK, I'm working on it now. There were several problems with your patches and we are upgrading to LAVA 2017.7. Before you start please let me know so we don't overlap. It is great to know that. Thank you for your work on Renesas board. I will back to this task next week, if possible please let me know your
status, anything need my support please let me know.
I am preparing the board to boot from the network (tftp), both the kernel and the Project-X file system (a ramdisk).
Currently the kernel boots fine, but no login console appears. # Note, the same file system installed on the SD Card has no problems
This are a few things I had to modify: - kernel configuration CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=8 CONFIG_BLK_DEV_RAM_SIZE=102400
- ramdisk # mkdir ramdisk # cd ramdisk/ # tar xvf ../iwg20m/core-image-minimal-iwg20m.tar.gz # ln -s /sbin/init . # find . | cpio --create --format='newc' > /tmp/newinitrd # gzip /tmp/newinitrd # mkimage -A arm -T ramdisk -C gzip -d /tmp/newinitrd.gz uRamdisk # mv uRamdisk /var/lib/tftpboot/
- u-boot settings iWave-G20M > setenv ramdisk_addr 0x41000000 iWave-G20M > setenv ramdisk_file uRamdisk iWave-G20M > setenv bootm_low 0x44000000 iWave-G20M > setenv bootm_size 0x3000000 iWave-G20M > setenv bootargs_ramdisk setenv bootargs ${bootargs_base} root=/dev/ram rootwait rw
iWave-G20M > setenv bootcmd_tftpboot 'run bootargs_ramdisk;run fdt_check;tftpboot ${loadaddr} ${kernel};tftpboot ${fdt_addr} ${fdt_file};tftpboot ${ramdisk_addr} ${ramdisk_file};bootm ${loadaddr} ${ramdisk_addr} ${fdt_addr}'
iWave-G20M > saveenv iWave-G20M > run bootcmd_tftpboot
I send you the bootlog attached as well.
If you have any hint about the possible solution please let me know. OK, I solved it. It seems that the dev folder wasn't being populated properly on the ramdisk so I made it work with mdev.
Now that I have a network deployment environment I will try running a test on LAVA and see if it works this time.
It is great that you could fix the issue. Hope that your test run well. if you meet other issue and need my support, please let me know.
I'm glad that you managed to resolve the problem. Thank you for the update.
Kind regards, Chris Best regards, Binh Nguyen
_______________________________________________ cip-dev mailing list cip-dev@... https://lists.cip-project.org/mailman/listinfo/cip-dev
-- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|