-
Notifications
You must be signed in to change notification settings - Fork 123
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
automatic generation of SD card and flash image - console over ttyACM0 #74
Comments
#75 should properly generate sd card images for sama5d3 xplained Regarding getting the console on ttyGS0 (that is the name on the xplained side), it is already an option that is present in
There is nothing more we can do. The relevant kernel configuration is:
|
Thank you very much for #75 (Is it also possible to generate image for the flash?). Regarding the console, something is still missing: ... [736608.938052] cdc_acm 5-2:1.0: ttyACM0: USB ACM device I also add the [ 0.000000] Booting Linux on physical CPU 0x0 and the Booting Linux on physical CPU 0x0 |
Building the image for the flash is done using the sama5d3-xplained machine configuration. It is difficult to help you further regarding your issue with ttyGS0 because I don't know what you include in your image. |
I know about sama5d3-xplained machine configuration, but it does not generate a single flash image, a wic file. By contrast, sama5d2-xplained does it. And abut the ttyGS0 issue, now I understand it, many thanks. |
It generates a .ubi file that is directly flashable on the NAND flash through sam-ba (see http://www.at91.com/linux4sam/bin/view/Linux4SAM/Sama5d3XplainedMainPage#Program_rootfs_UBI_file) sama5d2 doesn't have NAND flash and only has emmc and SD card. The generated wic image is supposed to be written on an SDcard instead of untaring on the SDcard (as in http://www.at91.com/linux4sam/bin/view/Linux4SAM/Sama5d2XplainedMainPage#Flash_the_demo). |
Now I see, Thank you very much. |
Hello,
I am writing mostly with regard to issue #65, which is closed now.
Will you please apply the changes to the board SAMA5D3 Xplained? (sama5d3-xplained.conf and sama5d3-xplained-sd.conf)
Specially it would be very nice if the flash and SD card images are generated automatically.
Moreover, I want to configure my system for this board, such that the console operates over the USB port (named USB-A, J6 on the board) and I see it on my computer as /dev/ttyACM0. That is how the factory image on the board does, and also the demo images do it that way (see here) . But I do not know how to do it using Yocto, or when I build the kernel myself. It would be great if that (with other console settings like baudrate) is added as an option in the config files.
Thanks
The text was updated successfully, but these errors were encountered: