Hello.
It's again me. Pardon moi for bothering you. I'm trying to write the bootloaders that I have generated after having installed the new port called "u-boot-khadas-edge-v" to the sd card,but I get a persistent error...
What I would like to know is :
1) why I get the error
2) if the error prevents me from writing correctly the bootloaders to the sd card.
This is important because I need to know if some change I add to the defconfig file sticks or not.
It's again me. Pardon moi for bothering you. I'm trying to write the bootloaders that I have generated after having installed the new port called "u-boot-khadas-edge-v" to the sd card,but I get a persistent error...
Code:
marietto# dd if=idbloader.img of=/dev/da6 oflag=direct seek=64
dd: /dev/da6: Invalid argument
322+1 records in
322+0 records out
164864 bytes transferred in 1.303706 secs (126458 bytes/sec)
marietto# dd if=u-boot.itb of=/dev/da6 oflag=direct seek=16384
dd: /dev/da6: Invalid argument
1833+1 records in
1833+0 records out
938496 bytes transferred in 7.378362 secs (127196 bytes/sec)
What I would like to know is :
1) why I get the error
2) if the error prevents me from writing correctly the bootloaders to the sd card.
This is important because I need to know if some change I add to the defconfig file sticks or not.