about MTD I don't know how to do it
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
AML8726-MX Android Box MX jaibreak
Collapse
X
-
Re: AML8726-MX Android Box MX jaibreak
Originally posted by LuisF76 View Postis for generic MX box from yeyeat
about MTD I don't know how to do it
su
you'll be prompted to grant SU access, allow
then type:
cat /proc/mtd
it will print to screen the partition layout. To exit the Terminal, type
exit
twice, that will close the app.
Sent from my TF300T using Tapatalk
Comment
-
Hi Guys
Had a brainwwave this morning.
I opened up the following files for a look this morning, bearing in mind my MX box will only factory reset with these files on the card along with the rom image and recovery.img.
AML_Autoscript
'VÇ_DSà)`°9˛/amlogic auto scriptXif mmcinfothen
if fatexist mmc 0:1 u-boot.bin
then fatload mmc 0:1 82000000 u-boot.bin
echo @@@@@@@@@@@@@@@@@@@@@@@@ erase spiflash : need about one minute @@@@@@@@@@@@@@@@@@@@@@
sf probe 2
sf erase 0 600000
sf write 82000000 0 60000
echo @@@@@@@@@@@@@@@@@@@@@@@@ erase nandflash @@@@@@@@@@@@@@@@@@@@@@
nand erase 0
reset
fi
fi
Also there is this one
factory_update_param.aml
--update_package=/sdcard/g18ref-ota-20140620.zip
--wipe_data
--wipe_cache
--wipe_media
I suspect the key to loading up the desired roms onto my box as well as Luis's comes from here. I have amended the file on the card and amended the factory_update_param.aml to point it to the amended image and I can now factory reset my choice of images on an SD card that will also unbrick the device.
Ssying that, I still get the same behaviour when loading up images. For example, 1.1.4 matrcom won't flash as previously. Am Linux will flash but fails on the second boot getting stuck on the @9 boot screen as it did when I flashed it from the Android recovery or from the OTA menu.
Does anyone understand the commands in the aml_autoscript as it appears to completely reflash the nand. I'm hoping there may be a solution to flash the desired image and update the boot loader or MTD partitions at this stage which could then fundamentally change the way the box behaves (and maybe make the recovery process less restrictive).
Are there linux images that are old MTD as well as New MTD. If I'm correct, presumably one of these images should work nicely?
Any thoughts?!
Thanks
Chris
Comment
-
The AML_autosript I wouldn't touch, above "my paygrade". The param.aml can be changed to specify your update.zip.
There are MX-Linux 13.1 builds for both Old and New MTD (have a look over at Matricom's forum...). You have to use caution as not to mix those two, because NewMTD has a different Bootloader on top of the partition layout...
I flashed the 13.1 Old MTD MX-Linux over 1.1.4, and everything is running good, so I'll leave it like it is, for now...
Sent from my TF300T using Tapatalk
Comment
-
Hi Meltdown - you're not wrong by the looks of it. I never thought for one minute I'd end with a box that has become nigh on impossible to flash.
Kozmo - If i upload my MTD layout, is it possible to determine whether I am old or new? I'm presuming I'm old being I was on a knock off 1.4.1 firmware. Maybe a Linux build for old MTD will do the trick. Will try again anyway. I've devoted two days into getting nowhere - what's another one!? You seem to have sorted yourself out then?
Luis - how you getting on?
Thanks
Chris
Comment
-
OK a little help.
This error
Assert failed:write_raw_image ("/tmp/bootloader.img", "boot loader).
Is because the edify script in the ZIP is not correct for the labels of your partitions! Edit that script. Remove and assertion checks at the beginning, and edit the write line to say bootloader not boot loader.
You cannot use a kernel with different MTD. So you will need a kernel that uses YOUR MTD. Learn to pack and unpack boot.img. You can take a known good kernel and put it in boot.img from the ROM your trying to use. Usually this works but not always.
Also if it wont boot into recovery then the recovery partition does not have recovery in it! Some ROM you flashed or something erased that and did not write a good recovery in there. If uboot is good, just putting a recovery.img on sdcard should work without having to make a special sdcard. special sdcard is only needed when uboot is hosed up.
I am sure if I had this box I could get this solved for you.
Bob"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
Comment
-
Hi Bob
Thanks very much for the info. I'll go away and look at these files and see if I can figure out which route to take. May have a few further questions if you don't mind as this is reasonably new to me but I'm sure I'll grasp it at some stage!
Unfortunately for Luis and I, these boxes from this particular vendor came with the caveat that you have to pre prepare the SD card with an embedded Uboot.bin on a hidden partition that their card maker creates for you. Perhaps some weird way of them locking you into their awful firmware which is about as counter productive as it gets!
Anyways, thanks for the support!
Chris
Comment
-
Originally posted by dairug View PostHi Bob
Thanks very much for the info. I'll go away and look at these files and see if I can figure out which route to take. May have a few further questions if you don't mind as this is reasonably new to me but I'm sure I'll grasp it at some stage!
Unfortunately for Luis and I, these boxes from this particular vendor came with the caveat that you have to pre prepare the SD card with an embedded Uboot.bin on a hidden partition that their card maker creates for you. Perhaps some weird way of them locking you into their awful firmware which is about as counter productive as it gets!
Anyways, thanks for the support!
Chris
I find it hard to believe they told you this is the only way. I think they told you that to recovery if your soft bricked. This certainly is not normal for AML to not be able to boot from recovery in NAND or even a recovery.img on SDcard.
Usual boot order for recovery is this:
1) Boot from recovery partition in NAND.
2) If recovery partition is bad in NAND boot a recovery.img from sdcard (but not using s special formatted sdcard).
3) If it cant boot at all bootloader is bad, then you use a special SDcard.
4) Hard brick is uboot totally gone and NAND is corrupt. Use pin to short NAND chip and boot from special card.
Bob"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
Comment
-
Originally posted by Finless View PostI find it hard to believe they told you this is the only way. I think they told you that to recovery if your soft bricked. This certainly is not normal for AML to not be able to boot from recovery in NAND or even a recovery.img on SDcard.
Usual boot order for recovery is this:
1) Boot from recovery partition in NAND.
2) If recovery partition is bad in NAND boot a recovery.img from sdcard (but not using s special formatted sdcard).
3) If it cant boot at all bootloader is bad, then you use a special SDcard.
4) Hard brick is uboot totally gone and NAND is corrupt. Use pin to short NAND chip and boot from special card.
Bob
I'm also wondering in and thought that I misunderstand it at the past because that's also my understanding how it will work (but BenniBenassi was able to brick one of his devices so "deap", that also special SD didn't work)...RK3288 Devices
- Overview BOX (LINK !)
- Overview STICK (Dongle) (LINK !)
MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))
RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'
Comment
-
Guys, apologies this is now spread over two threads.
I definitely didn't amend the behaviour of the device with any failed flashing attempts. Other than the stock firmware flashed as per the manufacturers instructions (which I'll post up shortly) the box hasbn;t successfully flashed any other images other than a few soft flashes through the OTA updater which fail and hang upon boot after the initial flash.
Bennibenassi's method didn't do anything so can't have ruined my boot loader?
Cheers
Chris
Comment
-
HELP
HELLO PEOPLE i have a mx box wich i factory reset yesterday, i was passed a file wich was matricon firmware 1.2 installed it n did a reboot.....
and now alls im getting is the blue light on me box is on and me tv is sying no signal on all hdmi ports
is there any way of me plugging it usb-usb with me laptop and fixing this someway or another
please help thanks
Comment
-
First you have to know which PCB this box use ...
and why do you try to flash 'matricon firmware 1.2'?
RK3288 Devices
- Overview BOX (LINK !)
- Overview STICK (Dongle) (LINK !)
MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))
RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'
Comment
-
Originally posted by no_spam_for_me View PostFirst you have to know which PCB this box use ...
and why do you try to flash 'matricon firmware 1.2'?
http://www.freaktab.com/showthread.p...Photo&p=214223
how do I find out pcb it is mate my head is chocker mate
Comment
What's Going On
Collapse
There are currently 2312 users online. 2 members and 2310 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment