Read ID codes & raw page data from D2 NAND flash (work in progress;

no logical->physical address translation yet)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16167 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-01-25 21:37:59 +00:00
parent b4f80fb93f
commit 5991478628
3 changed files with 365 additions and 10 deletions

View file

@ -68,6 +68,10 @@ void* main(void)
_backlight_on();
#if defined(COWON_D2)
ata_init();
#endif
while(!do_power_off) {
line = 0;
printf("Hello World!");