Skip to content
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

Partion formatting error(cyclone V) #19

Open
jonathanbonnard opened this issue Mar 20, 2023 · 0 comments
Open

Partion formatting error(cyclone V) #19

jonathanbonnard opened this issue Mar 20, 2023 · 0 comments

Comments

@jonathanbonnard
Copy link

Hi,
I have an error while using the python script socfpgaPlatformGenerator.

...
--> delete all used loopback devices
--> Remove the loopback "/dev/loop39"
Traceback (most recent call last):
File "/home/jonathan/repo/rsyocto/fpga/DE10STDrsyocto_restored/socfpgaPlatformGenerator/makersyoctoSDImage.py", line 1100, in
if not socfpgaGenerator.GenerateImageFile(image_name,zip_name,compress_output,True):
File "/home/jonathan/repo/rsyocto/fpga/DE10STDrsyocto_restored/socfpgaPlatformGenerator/socfpgaPlatformGenerator.py", line 2075, in GenerateImageFile
self.BootImageCreator.generateImage()
File "/home/jonathan/repo/rsyocto/fpga/DE10STDrsyocto_restored/socfpgaPlatformGenerator/LinuxBootImageFileGenerator/LinuxBootImageGenerator.py", line 979, in generateImage
self.__prase_partition(diagnosticOutput,parts)
File "/home/jonathan/repo/rsyocto/fpga/DE10STDrsyocto_restored/socfpgaPlatformGenerator/LinuxBootImageFileGenerator/LinuxBootImageGenerator.py", line 1460, in __prase_partition
self.__format_partition(diagnosticOutput, partition.type_mkfs)
File "/home/jonathan/repo/rsyocto/fpga/DE10STDrsyocto_restored/socfpgaPlatformGenerator/LinuxBootImageFileGenerator/LinuxBootImageGenerator.py", line 1440, in __format_partition
raise Exception('Formating with '+str(TypeError)+' failed')
Exception: Formating with <class 'TypeError'> failed

I have no clue about the error here.

Thank you

Jonathan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant