Jump to content

Recommended Posts

Posted

I able to boot using some HACK !

 

Frist, duplicate the uInitrd (to name zInitrd), to move file to another disk offset.

 this fix previous error

[01:39:11:899] reading /uInitrd
[01:39:11:917] emmckey_is_access_range_legal, keys 73760, keye 74271, start 63048, blkcnt 19834
[01:39:11:917] Emmckey: Access range is illegal!

Question ? Need recompile uboot, to remove this ?

https://github.com/150balbes/Amlogic_S905-u-boot/blob/6087dffc05e02bc03d6de3026ccab5123ad46e52/drivers/mmc/mmc.c#L40

 

put 'aml_autoscript' in a blank SD card, only to BOOT form

setenv bootargs "root=/dev/mmcblk1p2 rootwait rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes"
setenv loadaddr "0x11000000"; setenv dtb_loadaddr "0x1000000"; setenv initrd_loadaddr "0x13000000"
fatload mmc 1:1 ${initrd_loadaddr} /zInitrd
fatload mmc 1:1 ${loadaddr} /zImage
fatload mmc 1:1 ${dtb_loadaddr} /dtb/amlogic/meson-gxl-s905w-p281.dtb
booti ${loadaddr} ${initrd_loadaddr} ${dtb_loadaddr}

PS: use this, to compile script: 

mkimage -A arm -O linux -T script -C none -d aml_autoscript_emmc_load.cmd  aml_autoscript

 

i understanding very little about the AMLOGIC initialization process

what configuration can I use to don't need the SD card?

 

Posted
3 hours ago, Ricardo JL Rufino said:

i understanding very little about the AMLOGIC initialization process

what configuration can I use to don't need the SD card?

All you've done is take useless steps. Instead of these useless steps, it was just necessary to carefully study the forum. Where it is clearly written that the installation script you used is exclusively for s905 models, and a different installation script is used for s905w.

Posted

hello 

 

i just find your forum and i have an old tv box name akaso T95K pro this is an s912 cpu .

I boot on an sd card i have a desktop but no ethernet or wifi, i try several dtb file and nothing to solve this probleme.

 

Can you help me ?

thx a lot

Posted

Hello,

 

I have a question on which DTD file I should be using, I just got a

 

Sast Q9 with a Amlogic Processor (Unknown) As it is under shield and the details I got from is a 8X Cortex-A53 @ 2.02 with a Mali-450 MP 8 Core Processor Only 4 Cores are running under Android

 

The Android Model is called a Amlogic_7668 (p201_iptv) Manufacturer TV905 Has 8GB RAM and 64 GB Flash Paid 149 RMB for it. Running Android 8.1 Software Version V1001 Kernel 3.14.29 jackdong@ubuntu #84 Fri Nov 1 16:34 CST 2019 Build KOT49H.V1001 test-keys

 

Doesn't have a SD Slot nor reset button

 

https://detail.tmall.com/item.htm?id=563366895131&spm=a1z09.2.0.0.6f472e8dDvQPwl&_u=j2ib5ssf16c6&skuId=4189789141504

Running "cat /proc/device-tree/amlogic-dt-id"

 

I got "gxlx_p261_1g" 

 

I am successful getting ADB connecting thru WiFi but cannot seem to extract the DTD file using "dd if=/dev/dtb | gzip > /sdcard/download/dtb.img.gz
/dev/dtb: cannot open for read: Permission denied"

 

Currently unable to root. And recommendations on the next steps I should be taking.

 

Posted

 

Hello everyone, I'm new here.

I installed armbian 5.99 on my Mecool Kii pro S905D and it works properly.

I was able to configure Emby, OpenVPN, Nextcloud, Openhab with Conbee and everything works.

Now I have just installed TVheadend but I have a big problem.

I can't find the tuner built into the TV Adapter menu.

I expected to find a dvb folder in / etc but it isn't there. So I guess I'll have to download the drivers if available or use a USB receiver.

Any good man who can help me out?

 

Written with google translator SORRY!!!

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines