-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
no sd card after install #15
Comments
I made an alternative version of the installation routine. You might want to check it. https://github.com/themactep/device-mjsxj03hl/blob/master/installation.md There is a weird mmc lock when it cannot recognize a thing. Cold reboot helps with it. See Troubleshooting at the bottom of the page. |
Hi @themactep |
I did all the updates to today, and nothing help for sdcard.
Any suggestion ? |
you can check t31_lite_defconfig to see if mqtt is included in the lite build. ultimate does have mqtt. if you connect uart you can install ultimate. just don't forget to |
Hi @themactep
But after all, same situation as before :
When you say "check t31_lite_defconfig" what do you mean please ? If you have another tips I can help =) |
UART is a cross connection, RX on the board connects to TX on adapter and vice versa. So my picture is correct, the one in the upstream instruction is not. I don't know what kind of fdisk you use but fdisk from debian sid does have -x. My script does not use separate kernel nor rootfs. Are you sure you used correct instruction? You cannot select ultimate version with 8mb because it requires a 16mb flash, but since these cameras come with 16mb flash, you can change size selector to 16mb and select ultimate. Defconfig file is the configuration of firmware for a particular build. Configurations for Ingenic you can find here https://github.com/OpenIPC/firmware/tree/master/br-ext-chip-ingenic/configs |
OK I understand. |
update : |
Hello, back again, |
Maybe the same issue. I created SD card using https://github.com/themactep/device-mjsxj03hl/blob/master/sdcards/sdcard2.sh RUN firstboot ,but nothing in
|
Remove the card, unplug both power and uart, give the camera to rest for a few minutes, connect power, connect uart, insert the card, check if it is mounted. |
I can confirm @duchengyao issues on one of my Mi 2k camera. So currently I've two cameras one with SD card issue, second is ok. This with SD card issue has chipset T31 : this without
So on this with SD card issue only executing |
@jedrus2000 , on your second camera when you restart after "gpio clear 54" you are able to see SDCard in system ? |
Hi @themactep |
Workaround is :
|
Ho great @jedrus2000 ! |
I had the same problem but I managed to mount sd card with these commands:
after this the card should be visible under /mnt dir. |
Added this to |
Hello all,
First of all thanks for your great stuff.
I followed the tutorial with a new mjsxj03hl and UART install and it worked.
Some details in the tutorial is nto up to date but minor things (names of files from archive for example is wrong)
Anyway all is working except that I cannot see anymore the sdcard after boot. (the same that I used for flash during install).
I tried fat32, exfat... nothing.
I see in the main page the disclaimer : "2023.08.16 Attention, in some 03HL revisions there is a problem with SD card access in the bootloader - no power supply. Try to execute the commands described below and perform scheduled actions on SD card."
I suppose this is close to my case, but playing with gpio 54 does nothing and the command "mmcinfo" seems not installed.
Anyone for a tip please ?
Thanks
The text was updated successfully, but these errors were encountered: