You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run start SEI610 mainline u-boot on A95X F3 Air, but got such issue:
sudo boot-g12.py u-boot_sei610_noab.bin
Firmware Version :
ROM: 0.7 Stage: 0.16
Need Password: 0 Password OK: 0
Writing u-boot_sei610_noab.bin at 0xfffa0000...
Traceback (most recent call last):
File "/home/sid_key/.local/bin/boot-g12.py", line 35, in
dev.writeLargeMemory(0xfffa0000, data[0:0x10000], 4096)
File "/usr/lib/python3.9/site-packages/pyamlboot/pyamlboot.py", line 239, in writeLargeMemory
self._writeLargeMemory(address+offset, data[offset:offset+writeLength],
File "/usr/lib/python3.9/site-packages/pyamlboot/pyamlboot.py", line 194, in _writeLargeMemory
raise ValueError('Large Data must be a multiple of block length')
ValueError: Large Data must be a multiple of block length
The text was updated successfully, but these errors were encountered:
MrArtemSid
changed the title
SEI610 mainline u-boot on A96X F3 Air
SEI610 mainline u-boot on A95X F3 Air
Jan 23, 2021
I tried to run start SEI610 mainline u-boot on A95X F3 Air, but got such issue:
sudo boot-g12.py u-boot_sei610_noab.bin
Firmware Version :
ROM: 0.7 Stage: 0.16
Need Password: 0 Password OK: 0
Writing u-boot_sei610_noab.bin at 0xfffa0000...
Traceback (most recent call last):
File "/home/sid_key/.local/bin/boot-g12.py", line 35, in
dev.writeLargeMemory(0xfffa0000, data[0:0x10000], 4096)
File "/usr/lib/python3.9/site-packages/pyamlboot/pyamlboot.py", line 239, in writeLargeMemory
self._writeLargeMemory(address+offset, data[offset:offset+writeLength],
File "/usr/lib/python3.9/site-packages/pyamlboot/pyamlboot.py", line 194, in _writeLargeMemory
raise ValueError('Large Data must be a multiple of block length')
ValueError: Large Data must be a multiple of block length
The text was updated successfully, but these errors were encountered: