Switch to full style
Post a reply

CONNECT LCN1 Europa - V10

Sat Jan 11, 2020 4:22 pm

Version V10 is out.
Any benefactor?

[Please Register or Login to download file]

Re: CONNECT LCN1 Europa - V10

Sat Jan 11, 2020 4:31 pm

realfog wrote:Version V10 is out.
Any benefactor?

[Please Register or Login to download file]


No, but you can always,s be the first. :lol:

Re: CONNECT LCN1 Europa - V10

Sat Jan 18, 2020 9:05 pm

And the first one I was.
Without password

Off Topic
https://mega.nz/#F!zUIhFAqJ!tyFO2vZBn7ZD_bnZXpl2Tw
Last edited by realfog on Thu Feb 06, 2020 9:34 pm, edited 1 time in total.

Re: CONNECT LCN1 Europa - V10

Wed Jan 22, 2020 8:05 am

Unfortunately no answer to password request.

Re: CONNECT LCN1 Europa - V10

Mon Jan 27, 2020 7:45 pm

Available here too:

This board requires you to be registered and logged-in to view hidden content.

Re: CONNECT LCN1 Europa - V10

Thu Aug 06, 2020 9:07 pm

It doesn't work on a non-original sd card, how can I fix this?

Re: CONNECT LCN1 Europa - V10

Sat Aug 08, 2020 11:46 am

First at all, it is not a copy-paste job.
Then you need a Samsung card that will allow to you to modify the CID.
There are many sites where you can find how to do.
Try this one [Please Register or Login to download file]

Re: CONNECT LCN1 Europa - V10

Wed Oct 28, 2020 6:49 pm

adrb wrote:First at all, it is not a copy-paste job.
Then you need a Samsung card that will allow to you to modify the CID.
There are many sites where you can find how to do.
Try this one [Please Register or Login to download file]


Hello! This link is not working.Can you please give a little more details about the process?

Re: CONNECT LCN1 Europa - V10

Fri Oct 30, 2020 8:01 pm

The link is definitely working, checked right now.
But let's skip, so:
1 - Card EVO/EVO+ (I tried 32G and 64G SD)
2 - Format card in Windows.
3 - Start Laptop from boot flash Ubuntu
4 - Copy file mmc and mmc32 to Desktop
(find these files here [Please Register or Login to download file] )
5 - Right cick -> open terminal, then go to the Desktop folder ( by command "cd Desktop" )
6 - Make command execution rights by command "chmod 777 mmc32" and "chmod 777 mmc"
7 - Insert the SD in slot. Terminal command "df" and verify the name card.

Somewhere down everything must occur "mmcblk0" + p + a number.
The suffix p "number" is the partition on the card, we are not interested, just use "mmcblk0".
When you do not see anywhere mmcblk0, you must try a different laptop, which has a motherboard integrated card reader.

Now you can read the original CID by command "cat / sys / block / mmcblk0 / device / cid"

8 - change CID by terminal command:
"sudo ./mmc32 prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400"
or
"sudo ./mmc prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400"

Of course, the above cid number is just an example...

Writing new CID: 5d53424c32424d31013917ca53010400
Success! Remove and Reinsert SD card to check new CID.

If you do not see messages about success, remove and reinsert SD card
and check CID by command "cat /sys/block/mmcblk0/device/cid"

Now will be displaying the new CID 5d53424c32424d31013917ca53010400
You should see 5d53424c32424d31013917ca53010401 line.
The last two characters may be different, for example, be 69.
If CID changed besides the last two numbers, so it's okay.
The last two numbers does not matter, it's just a checksum, which generates SD card itself.

If the CID unchanged try again command for changing, remove and reinsert SD card
and check CID by command "cat /sys/block/mmcblk0/device/cid"

If did not change, try the same command, but with different bit version of mmc,
remove and reinsert SD card
and check CID by command "cat /sys/block/mmcblk0/device/cid"

If not change, you must use a different EVO.

Re: CONNECT LCN1 Europa - V10

Thu Nov 12, 2020 11:28 pm

adrb wrote:The link is definitely working, checked right now.
But let's skip, so:
1 - Card EVO/EVO+ (I tried 32G and 64G SD)
2 - Format card in Windows.
3 - Start Laptop from boot flash Ubuntu
4 - Copy file mmc and mmc32 to Desktop
(find these files here [Please Register or Login to download file] )
5 - Right cick -> open terminal, then go to the Desktop folder ( by command "cd Desktop" )
6 - Make command execution rights by command "chmod 777 mmc32" and "chmod 777 mmc"
7 - Insert the SD in slot. Terminal command "df" and verify the name card.

Somewhere down everything must occur "mmcblk0" + p + a number.
The suffix p "number" is the partition on the card, we are not interested, just use "mmcblk0".
When you do not see anywhere mmcblk0, you must try a different laptop, which has a motherboard integrated card reader.

Now you can read the original CID by command "cat / sys / block / mmcblk0 / device / cid"

8 - change CID by terminal command:
"sudo ./mmc32 prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400"
or
"sudo ./mmc prog_cid / dev / mmcblk0 5d53424c32424d31013917ca53010400"

Of course, the above cid number is just an example...

Writing new CID: 5d53424c32424d31013917ca53010400
Success! Remove and Reinsert SD card to check new CID.

If you do not see messages about success, remove and reinsert SD card
and check CID by command "cat /sys/block/mmcblk0/device/cid"

Now will be displaying the new CID 5d53424c32424d31013917ca53010400
You should see 5d53424c32424d31013917ca53010401 line.
The last two characters may be different, for example, be 69.
If CID changed besides the last two numbers, so it's okay.
The last two numbers does not matter, it's just a checksum, which generates SD card itself.

If the CID unchanged try again command for changing, remove and reinsert SD card
and check CID by command "cat /sys/block/mmcblk0/device/cid"

If did not change, try the same command, but with different bit version of mmc,
remove and reinsert SD card
and check CID by command "cat /sys/block/mmcblk0/device/cid"

If not change, you must use a different EVO.



Thanks for the info! I hope to be patient in the process.

Re: CONNECT LCN1 Europa - V10

Sun Nov 22, 2020 5:25 pm

adrb wrote:4 - Copy file mmc and mmc32 to Desktop
(find these files here [Please Register or Login to download file] )


I'm getting a "This upload does not exist" message :022:

Re: CONNECT LCN1 Europa - V10

Wed Dec 02, 2020 6:53 pm

Reuploaded here
[Please Register or Login to download file]

Because this site is for free upload, it is possible to host the upload only for a limited amount of time.

Re: CONNECT LCN1 Europa - V10

Mon Jan 04, 2021 9:13 pm

Hi
Is it possible to reupload the file which is on nubmer 4 (Copy file mmc and mmc32 to Desktop)

Re: CONNECT LCN1 Europa - V10

Tue Jan 12, 2021 8:29 pm

ok, check
[Please Register or Login to download file]

Re: CONNECT LCN1 Europa - V10

Wed Jan 27, 2021 10:08 am

Hi everyone,

can someone upload the CONNECT LCN1 Europa - V10 again Please, the gofile link is not working no more.

Thank you :041: :041: :041:
Post a reply